Searched refs:slot_nr (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/pci/
H A Dslot.c174 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) argument
180 if (slot->number == slot_nr) {
191 * @slot_nr: PCI_SLOT(pci_dev->devfn) or -1 for placeholder
200 * Slots are uniquely identified by a @pci_bus, @slot_nr tuple.
213 * In most cases, @pci_bus, @slot_nr will be sufficient to uniquely identify
215 * @slot_nr cannot be determined until a device is actually inserted into
216 * the slot. In this scenario, the caller may pass -1 for @slot_nr.
218 * The following semantics are imposed when the caller passes @slot_nr ==
220 * may be many slots with @slot_nr of -1. The other change in semantics is
226 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, argument
[all...]
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_ccb.h66 int pvr_kccb_wait_for_completion(struct pvr_device *pvr_dev, u32 slot_nr, u32 timeout,
H A Dpvr_ccb.c393 * @slot_nr: KCCB slot to wait on.
402 pvr_kccb_wait_for_completion(struct pvr_device *pvr_dev, u32 slot_nr, argument
405 int ret = wait_event_timeout(pvr_dev->kccb.rtn_q, READ_ONCE(pvr_dev->kccb.rtn[slot_nr]) &
409 *rtn_out = READ_ONCE(pvr_dev->kccb.rtn[slot_nr]);
H A Dpvr_power.c45 u32 slot_nr; local
51 err = pvr_kccb_send_cmd_powered(pvr_dev, pow_cmd, &slot_nr);
H A Dpvr_fw.c1088 int slot_nr; local
1124 err = pvr_kccb_send_cmd(pvr_dev, &cmd, &slot_nr);
1128 err = pvr_kccb_wait_for_completion(pvr_dev, slot_nr, HZ, &rtn);
/linux-master/fs/nfs/
H A Dnfs4session.c85 u32 slotid = slot->slot_nr;
112 slot->slot_nr = slotid;
135 if (slot->slot_nr == slotid)
145 u32 slotid = slot->slot_nr;
161 if (nfs4_test_locked_slot(tbl, slot->slot_nr))
258 !IS_ERR(ret) ? ret->slot_nr : NFS4_NO_SLOT);
386 if (slot->slot_nr > tbl->max_slotid)
H A Dnfs4session.h25 u32 slot_nr; member in struct:nfs4_slot
H A Dnfs4trace.h119 __field(unsigned int, slot_nr)
130 __entry->slot_nr = sr_slot->slot_nr;
140 "error=%ld (%s) session=0x%08x slot_nr=%u seq_nr=%u "
146 __entry->slot_nr,
168 __field(unsigned int, slot_nr)
177 __entry->slot_nr = args->csa_slotid;
185 "error=%ld (%s) session=0x%08x slot_nr=%u seq_nr=%u "
190 __entry->slot_nr,
205 __field(unsigned int, slot_nr)
[all...]
H A Dcallback_proc.c418 if (nfs4_test_locked_slot(tbl, slot->slot_nr))
H A Dnfs4xdr.c1972 slot->seq_nr, slot->slot_nr,
1977 *p++ = cpu_to_be32(slot->slot_nr);
5893 if (dummy != res->sr_slot->slot_nr) {
H A Dnfs4proc.c887 slot->slot_nr,
903 if (slot->slot_nr < slot->table->target_highest_slotid)
/linux-master/drivers/scsi/mvsas/
H A Dmv_init.c103 int slot_nr; local
109 slot_nr = MVS_SOC_SLOTS;
111 slot_nr = MVS_CHIP_SLOT_SZ;
128 sizeof(*mvi->slot) * slot_nr,
217 int i = 0, slot_nr; local
221 slot_nr = MVS_SOC_SLOTS;
223 slot_nr = MVS_CHIP_SLOT_SZ;
261 sizeof(*mvi->slot) * slot_nr,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dtu102.c34 tu102_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) argument
40 nvkm_mask(device, 0x616578 + hoff, 0x00003f3f, (slot_nr << 8) | slot);
H A Dior.h90 u8 slot_nr, u16 pbn, u16 aligned);
H A Dgf119.c119 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) argument
124 nvkm_mask(device, 0x616588 + hoff, 0x00003f3f, (slot_nr << 8) | slot);
H A Dr535.c402 r535_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned_pbn) argument
424 ctrl->MST.slotEnd = slot + slot_nr - 1;
/linux-master/kernel/events/
H A Duprobes.c1582 int slot_nr; local
1585 slot_nr = find_first_zero_bit(area->bitmap, UINSNS_PER_PAGE);
1586 if (slot_nr < UINSNS_PER_PAGE) {
1587 if (!test_and_set_bit(slot_nr, area->bitmap))
1590 slot_nr = UINSNS_PER_PAGE;
1594 } while (slot_nr >= UINSNS_PER_PAGE);
1596 slot_addr = area->vaddr + (slot_nr * UPROBE_XOL_SLOT_BYTES);
1647 int slot_nr; local
1650 slot_nr = offset / UPROBE_XOL_SLOT_BYTES;
1651 if (slot_nr >
[all...]
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c2321 int slot_nr; local
2327 slot_nr = PCI_SLOT(wslot_to_devfn(hpdev->desc.win_slot.slot));
2329 hpdev->pci_slot = pci_create_slot(hbus->bridge->bus, slot_nr,
/linux-master/include/linux/
H A Dpci.h1152 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,

Completed in 302 milliseconds