Searched refs:slot_state (Results 1 – 7 of 7) sorted by relevance
36 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()
47 enum mantis_slot_state slot_state; member
123 if (ca->slot_state == MODULE_INSERTED) { in mantis_slot_status()
82 int slot_state; member254 sl->slot_state = DVB_CA_SLOTSTATE_VALIDATE; in dvb_ca_en50221_check_camstatus()880 sl->slot_state = DVB_CA_SLOTSTATE_LINKINIT; in dvb_ca_en50221_write_data()968 sl->slot_state = DVB_CA_SLOTSTATE_VALIDATE; in dvb_ca_en50221_camready_irq()988 switch (sl->slot_state) { in dvb_ca_en50221_frda_irq()1040 switch (sl->slot_state) { in dvb_ca_en50221_thread_update_delay()1144 switch (sl->slot_state) { in dvb_ca_en50221_thread_state_machine()1160 sl->slot_state = DVB_CA_SLOTSTATE_INVALID; in dvb_ca_en50221_thread_state_machine()1200 sl->slot_state = DVB_CA_SLOTSTATE_WAITFR; in dvb_ca_en50221_thread_state_machine()1246 sl->slot_state = DVB_CA_SLOTSTATE_RUNNING; in dvb_ca_en50221_thread_state_machine()[all …]
89 unsigned int slot_state; in cdnsp_ep0_set_address() local110 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()
691 int slot_state; in cdnsp_reset_device() local700 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_reset_device()703 if (slot_state <= SLOT_STATE_DEFAULT && in cdnsp_reset_device()715 if (slot_state <= SLOT_STATE_DEFAULT) in cdnsp_reset_device()825 int slot_state; in cdnsp_enable_slot() local830 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_enable_slot()832 if (slot_state != SLOT_STATE_DISABLED) in cdnsp_enable_slot()
1330 unsigned int slot_state; in xhci_handle_cmd_set_deq() local1339 slot_state = le32_to_cpu(slot_ctx->dev_state); in xhci_handle_cmd_set_deq()1340 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()1343 slot_state, ep_state); in xhci_handle_cmd_set_deq()
Completed in 18 milliseconds