Home
last modified time | relevance | path

Searched refs:slot_state (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/media/pci/mantis/
H A Dmantis_pcmcia.c36 if (ca->slot_state == MODULE_XTRACTED) { in mantis_event_cam_plugin()
45 ca->slot_state = MODULE_INSERTED; in mantis_event_cam_plugin()
60 if (ca->slot_state == MODULE_INSERTED) { in mantis_event_cam_unplug()
69 ca->slot_state = MODULE_XTRACTED; in mantis_event_cam_unplug()
87 ca->slot_state = MODULE_INSERTED; in mantis_pcmcia_init()
94 ca->slot_state = MODULE_XTRACTED; in mantis_pcmcia_init()
H A Dmantis_link.h47 enum mantis_slot_state slot_state; member
H A Dmantis_ca.c123 if (ca->slot_state == MODULE_INSERTED) { in mantis_slot_status()
/linux-6.15/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c82 int slot_state; member
260 sl->slot_state = DVB_CA_SLOTSTATE_VALIDATE; in dvb_ca_en50221_check_camstatus()
888 sl->slot_state = DVB_CA_SLOTSTATE_LINKINIT; in dvb_ca_en50221_write_data()
976 sl->slot_state = DVB_CA_SLOTSTATE_VALIDATE; in dvb_ca_en50221_camready_irq()
996 switch (sl->slot_state) { in dvb_ca_en50221_frda_irq()
1048 switch (sl->slot_state) { in dvb_ca_en50221_thread_update_delay()
1152 switch (sl->slot_state) { in dvb_ca_en50221_thread_state_machine()
1168 sl->slot_state = DVB_CA_SLOTSTATE_INVALID; in dvb_ca_en50221_thread_state_machine()
1208 sl->slot_state = DVB_CA_SLOTSTATE_WAITFR; in dvb_ca_en50221_thread_state_machine()
1254 sl->slot_state = DVB_CA_SLOTSTATE_RUNNING; in dvb_ca_en50221_thread_state_machine()
[all …]
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-ep0.c89 unsigned int slot_state; in cdnsp_ep0_set_address() local
110 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_ep0_set_address()
111 if (slot_state == SLOT_STATE_ADDRESSED) in cdnsp_ep0_set_address()
H A Dcdnsp-gadget.c712 int slot_state; in cdnsp_reset_device() local
721 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_reset_device()
724 if (slot_state <= SLOT_STATE_DEFAULT && in cdnsp_reset_device()
736 if (slot_state <= SLOT_STATE_DEFAULT) in cdnsp_reset_device()
846 int slot_state; in cdnsp_enable_slot() local
851 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_enable_slot()
853 if (slot_state != SLOT_STATE_DISABLED) in cdnsp_enable_slot()
/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c1448 unsigned int slot_state; in xhci_handle_cmd_set_deq() local
1457 slot_state = le32_to_cpu(slot_ctx->dev_state); in xhci_handle_cmd_set_deq()
1458 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()
1461 slot_state, ep_state); in xhci_handle_cmd_set_deq()