Home
last modified time | relevance | path

Searched refs:slot_status (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c89 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 Dbudget-ci.c97 int slot_status; member
310 budget_ci->slot_status = SLOTSTATUS_RESET; in ciintf_slot_reset()
371 if (budget_ci->slot_status & SLOTSTATUS_NONE) { in ciintf_interrupt()
373 budget_ci->slot_status = SLOTSTATUS_PRESENT; in ciintf_interrupt()
377 } else if (budget_ci->slot_status & SLOTSTATUS_RESET) { in ciintf_interrupt()
379 budget_ci->slot_status = SLOTSTATUS_READY; in ciintf_interrupt()
382 } else if (budget_ci->slot_status & SLOTSTATUS_READY) { in ciintf_interrupt()
394 if (budget_ci->slot_status & SLOTSTATUS_OCCUPIED) { in ciintf_interrupt()
396 budget_ci->slot_status = SLOTSTATUS_NONE; in ciintf_interrupt()
416 if (budget_ci->slot_status & SLOTSTATUS_NONE) in ciintf_poll_slot_status()
[all …]
H A Dbudget-av.c59 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 Ddvb_ca_en50221.c231 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()
/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c947 u32 slot_status; in mxc_dec_is_ongoing() local
953 slot_status = readl(jpeg->base_reg + MXC_SLOT_OFFSET(ctx->slot, SLOT_STATUS)); in mxc_dec_is_ongoing()
954 if (slot_status & SLOT_STATUS_ONGOING) in mxc_dec_is_ongoing()
964 slot_status = readl(jpeg->base_reg + MXC_SLOT_OFFSET(ctx->slot, SLOT_STATUS)); in mxc_dec_is_ongoing()
965 if (slot_status & SLOT_STATUS_ONGOING) in mxc_dec_is_ongoing()
/linux/drivers/i3c/
H A Dmaster.c1478 enum i3c_addr_slot_status slot_status; in i3c_master_retrieve_dev_info() local
1484 slot_status = i3c_bus_get_addr_slot_status(&master->bus, in i3c_master_retrieve_dev_info()
1486 if (slot_status == I3C_ADDR_SLOT_RSVD || in i3c_master_retrieve_dev_info()
1487 slot_status == I3C_ADDR_SLOT_I2C_DEV) in i3c_master_retrieve_dev_info()
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h733 __le32 slot_status; member