Searched refs:slot_status (Results 1 – 6 of 6) sorted by relevance
88 u16 slot_status; in pcie_poll_cmd() local92 if (slot_status == (u16) ~0) { in pcie_poll_cmd()98 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd()277 u16 slot_status; in pcie_wait_for_presence() local281 if (slot_status & PCI_EXP_SLTSTA_PDS) in pcie_wait_for_presence()421 u16 slot_status; in pciehp_get_latch_status() local442 u16 slot_status; in pciehp_card_present() local449 return !!(slot_status & PCI_EXP_SLTSTA_PDS); in pciehp_card_present()478 u16 slot_status; in pciehp_query_power_fault() local536 u16 slot_status; in pciehp_power_on_slot() local[all …]
95 int slot_status; member308 budget_ci->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset()371 budget_ci->slot_status = SLOTSTATUS_PRESENT; in ciintf_interrupt()377 budget_ci->slot_status = SLOTSTATUS_READY; in ciintf_interrupt()394 budget_ci->slot_status = SLOTSTATUS_NONE; in ciintf_interrupt()415 budget_ci->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status()421 budget_ci->slot_status = SLOTSTATUS_READY; in ciintf_poll_slot_status()425 budget_ci->slot_status = SLOTSTATUS_NONE; in ciintf_poll_slot_status()460 budget_ci->slot_status = SLOTSTATUS_NONE; in ciintf_init()462 budget_ci->slot_status = SLOTSTATUS_PRESENT; in ciintf_init()[all …]
58 int slot_status; member209 budget_av->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset()240 budget_av->slot_status = SLOTSTATUS_NONE; in ciintf_slot_shutdown()271 if (budget_av->slot_status == SLOTSTATUS_NONE) { in ciintf_poll_slot_status()276 budget_av->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status()293 budget_av->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status()305 if (budget_av->slot_status == SLOTSTATUS_RESET) { in ciintf_poll_slot_status()308 budget_av->slot_status = SLOTSTATUS_READY; in ciintf_poll_slot_status()313 if (budget_av->slot_status != SLOTSTATUS_NONE) { in ciintf_poll_slot_status()314 if (budget_av->slot_status & SLOTSTATUS_READY) { in ciintf_poll_slot_status()[all …]
225 int slot_status; in dvb_ca_en50221_check_camstatus() local234 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus()236 cam_present_now = (slot_status & DVB_CA_EN50221_POLL_CAM_PRESENT) ? 1 : 0; in dvb_ca_en50221_check_camstatus()237 cam_changed = (slot_status & DVB_CA_EN50221_POLL_CAM_CHANGED) ? 1 : 0; in dvb_ca_en50221_check_camstatus()252 (slot_status & DVB_CA_EN50221_POLL_CAM_READY)) { in dvb_ca_en50221_check_camstatus()
1225 enum i3c_addr_slot_status slot_status; in i3c_master_retrieve_dev_info() local1231 slot_status = i3c_bus_get_addr_slot_status(&master->bus, in i3c_master_retrieve_dev_info()1233 if (slot_status == I3C_ADDR_SLOT_RSVD || in i3c_master_retrieve_dev_info()1234 slot_status == I3C_ADDR_SLOT_I2C_DEV) in i3c_master_retrieve_dev_info()
635 __le32 slot_status; member
Completed in 29 milliseconds