Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c82 int slot_state; member
239 int cam_present_old = (sl->slot_state != DVB_CA_SLOTSTATE_NONE); in dvb_ca_en50221_check_camstatus()
251 if ((sl->slot_state == DVB_CA_SLOTSTATE_WAITREADY) && in dvb_ca_en50221_check_camstatus()
254 sl->slot_state = DVB_CA_SLOTSTATE_VALIDATE; in dvb_ca_en50221_check_camstatus()
660 (sl->slot_state != DVB_CA_SLOTSTATE_LINKINIT)) { in dvb_ca_en50221_read_data()
701 sl->slot_state = DVB_CA_SLOTSTATE_LINKINIT; in dvb_ca_en50221_read_data()
708 sl->slot_state = DVB_CA_SLOTSTATE_LINKINIT; in dvb_ca_en50221_read_data()
739 sl->slot_state = DVB_CA_SLOTSTATE_LINKINIT; in dvb_ca_en50221_read_data()
798 (sl->slot_state != DVB_CA_SLOTSTATE_LINKINIT)) in dvb_ca_en50221_write_data()
880 sl->slot_state = DVB_CA_SLOTSTATE_LINKINIT; in dvb_ca_en50221_write_data()
[all …]
/OK3568_Linux_fs/kernel/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.c124 if (ca->slot_state == MODULE_INSERTED) { in mantis_slot_status()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dcipher_internal.h143 mbedtls_cipher_psa_key_ownership slot_state; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dcipher_internal.h143 mbedtls_cipher_psa_key_ownership slot_state; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dcipher_internal.h143 mbedtls_cipher_psa_key_ownership slot_state; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dcipher_internal.h143 mbedtls_cipher_psa_key_ownership slot_state; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c1756 enum kbase_csf_csg_slot_state slot_state; in update_csg_slot_status() local
1762 slot_state = atomic_read(&csg_slot->state); in update_csg_slot_status()
1764 switch (slot_state) { in update_csg_slot_status()
1768 slot_state = CSG_SLOT_RUNNING; in update_csg_slot_status()
1769 atomic_set(&csg_slot->state, slot_state); in update_csg_slot_status()
1780 slot_state = CSG_SLOT_STOPPED; in update_csg_slot_status()
1781 atomic_set(&csg_slot->state, slot_state); in update_csg_slot_status()
1795 dev_warn(kbdev->dev, "Unknown CSG slot state %d", slot_state); in update_csg_slot_status()
1799 return slot_state; in update_csg_slot_status()
1811 enum kbase_csf_csg_slot_state slot_state; in csg_slot_stopped_locked() local
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c1385 unsigned int slot_state; in xhci_handle_cmd_set_deq() local
1394 slot_state = le32_to_cpu(slot_ctx->dev_state); in xhci_handle_cmd_set_deq()
1395 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()
1398 slot_state, ep_state); in xhci_handle_cmd_set_deq()