Searched refs:slot_status (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| H A D | pciehp_hpc.c | 89 u16 slot_status; in pcie_poll_cmd() local 92 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pcie_poll_cmd() 93 if (PCI_POSSIBLE_ERROR(slot_status)) { in pcie_poll_cmd() 99 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd() 280 u16 slot_status; in pcie_wait_for_presence() local 283 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pcie_wait_for_presence() 284 if (slot_status & PCI_EXP_SLTSTA_PDS) in pcie_wait_for_presence() 420 u16 slot_status; in pciehp_get_latch_status() local 422 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pciehp_get_latch_status() 423 *status = !!(slot_status & PCI_EXP_SLTSTA_MRLSS); in pciehp_get_latch_status() [all …]
|
| /linux/drivers/media/pci/ttpci/ |
| H A D | budget-av.c | 59 int slot_status; member 210 budget_av->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset() 241 budget_av->slot_status = SLOTSTATUS_NONE; in ciintf_slot_shutdown() 254 dprintk(1, "ci slot status: %d\n", budget_av->slot_status); in ciintf_slot_ts_enable() 274 if (budget_av->slot_status == SLOTSTATUS_NONE) { in ciintf_poll_slot_status() 278 if (budget_av->slot_status == SLOTSTATUS_NONE) { in ciintf_poll_slot_status() 279 budget_av->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status() 294 if ((budget_av->slot_status == SLOTSTATUS_NONE) || (!open)) { in ciintf_poll_slot_status() 297 if ((result >= 0) && (budget_av->slot_status == SLOTSTATUS_NONE)) { in ciintf_poll_slot_status() 298 budget_av->slot_status = SLOTSTATUS_PRESENT; in ciintf_poll_slot_status() [all …]
|
| /linux/drivers/media/dvb-core/ |
| H A D | dvb_ca_en50221.c | 231 int slot_status; in dvb_ca_en50221_check_camstatus() local 240 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus() 242 cam_present_now = (slot_status & DVB_CA_EN50221_POLL_CAM_PRESENT) ? 1 : 0; in dvb_ca_en50221_check_camstatus() 243 cam_changed = (slot_status & DVB_CA_EN50221_POLL_CAM_CHANGED) ? 1 : 0; in dvb_ca_en50221_check_camstatus() 258 (slot_status & DVB_CA_EN50221_POLL_CAM_READY)) { in dvb_ca_en50221_check_camstatus()
|