Searched refs:slot_status (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 70 u16 slot_status; in pcie_poll_cmd() local 73 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pcie_poll_cmd() 74 if (slot_status == (u16) ~0) { in pcie_poll_cmd() 80 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd() 386 u16 slot_status; in pciehp_get_latch_status() local 388 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pciehp_get_latch_status() 389 *status = !!(slot_status & PCI_EXP_SLTSTA_MRLSS); in pciehp_get_latch_status() 395 u16 slot_status; in pciehp_get_adapter_status() local 397 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pciehp_get_adapter_status() 398 *status = !!(slot_status & PCI_EXP_SLTSTA_PDS); in pciehp_get_adapter_status() [all …]
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | budget-ci.c | 109 int slot_status; member 322 budget_ci->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset() 382 if (budget_ci->slot_status & SLOTSTATUS_NONE) { in ciintf_interrupt() 384 budget_ci->slot_status = SLOTSTATUS_PRESENT; in ciintf_interrupt() 388 } else if (budget_ci->slot_status & SLOTSTATUS_RESET) { in ciintf_interrupt() 390 budget_ci->slot_status = SLOTSTATUS_READY; in ciintf_interrupt() 393 } else if (budget_ci->slot_status & SLOTSTATUS_READY) { in ciintf_interrupt() 405 if (budget_ci->slot_status & SLOTSTATUS_OCCUPIED) { in ciintf_interrupt() 407 budget_ci->slot_status = SLOTSTATUS_NONE; in ciintf_interrupt() 427 if (budget_ci->slot_status & SLOTSTATUS_NONE) { in ciintf_poll_slot_status() [all …]
|
D | budget-av.c | 72 int slot_status; member 223 budget_av->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset() 254 budget_av->slot_status = SLOTSTATUS_NONE; in ciintf_slot_shutdown() 267 dprintk(1, "ciintf_slot_ts_enable: %d\n", budget_av->slot_status); in ciintf_slot_ts_enable() 285 if (budget_av->slot_status == SLOTSTATUS_NONE) { in ciintf_poll_slot_status() 289 if (budget_av->slot_status == SLOTSTATUS_NONE) { in ciintf_poll_slot_status() 290 budget_av->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status() 303 if ((budget_av->slot_status == SLOTSTATUS_NONE) || (!open)) { in ciintf_poll_slot_status() 306 if ((result >= 0) && (budget_av->slot_status == SLOTSTATUS_NONE)) { in ciintf_poll_slot_status() 307 budget_av->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status() [all …]
|
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 236 int slot_status; in dvb_ca_en50221_check_camstatus() local 245 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus() 247 cam_present_now = (slot_status & DVB_CA_EN50221_POLL_CAM_PRESENT) ? 1 : 0; in dvb_ca_en50221_check_camstatus() 248 cam_changed = (slot_status & DVB_CA_EN50221_POLL_CAM_CHANGED) ? 1 : 0; in dvb_ca_en50221_check_camstatus() 263 (slot_status & DVB_CA_EN50221_POLL_CAM_READY)) { in dvb_ca_en50221_check_camstatus()
|