Searched refs:ids (Results 351 - 375 of 375) sorted by relevance

<<1112131415

/linux-master/drivers/block/
H A Dxen-blkfront.c2517 .ids = blkfront_ids,
/linux-master/drivers/gpu/drm/radeon/
H A Dni.c1402 unsigned vm_id = ib->vm ? ib->vm->ids[ib->ring].id : 0;
H A Dradeon.h903 struct radeon_vm_id ids[RADEON_NUM_RINGS]; member in struct:radeon_vm
H A Dsi.c3383 unsigned vm_id = ib->vm ? ib->vm->ids[ib->ring].id : 0;
H A Dcik.c3722 unsigned vm_id = ib->vm ? ib->vm->ids[ib->ring].id : 0;
/linux-master/drivers/s390/net/
H A Dlcs.c2285 .ids = lcs_ids,
H A Dqeth_core_main.c5190 .ids = qeth_ids,
/linux-master/drivers/net/
H A Dxen-netfront.c2676 .ids = netfront_ids,
/linux-master/drivers/media/usb/dvb-usb/
H A Ddw2102.c13 #include <media/dvb-usb-ids.h>
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c3611 .ids = toshiba_device_ids,
H A Dthinkpad_acpi.c882 ibm->acpi->driver->ids = ibm->acpi->hid;
/linux-master/include/linux/
H A Dsyscalls.h967 asmlinkage long sys_lsm_list_modules(u64 *ids, u32 *size, u32 flags);
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c6628 * @ids: optional flash IDs table
6635 struct nand_flash_dev *ids)
6642 ret = nand_scan_ident(chip, maxchips, ids);
6634 nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, struct nand_flash_dev *ids) argument
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c6414 uint16_t *ids; local
6508 ids = phba->sli4_hba.rpi_ids;
6528 ids = phba->vpi_ids;
6551 ids = phba->sli4_hba.xri_ids;
6573 ids = phba->sli4_hba.vfi_ids;
6580 ids = NULL;
6587 * allocated ids assigned to this function. The bitmask serves
6588 * as an index into the array and manages the available ids. The
6589 * array just stores the ids communicated to the port via the wqes.
6603 kfree(ids);
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1018 int tbl_size, u32 *ids, u32 start,
1034 ids[j++] = fltr->sw_id;
1017 bnxt_get_all_fltr_ids_rcu(struct bnxt *bp, struct hlist_head tbl[], int tbl_size, u32 *ids, u32 start, u32 id_cnt) argument
/linux-master/drivers/pci/
H A Dquirks.c81 static const struct pci_device_id ids[] = { local
111 pci_match_id(ids, dev)) {
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h4064 bool send_abts, u32 ids, u32 mask, u16 tag, u16 cq_id);
/linux-master/drivers/acpi/nfit/
H A Dcore.c3474 .ids = acpi_nfit_ids,
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2823 u32 sid = fwspec->ids[i];
/linux-master/tools/perf/
H A Dbuiltin-record.c1914 if (evsel->core.ids) {
2470 * through pipe, we need to force the ids allocation,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1603 log->fmt_ids = suit_hdr->ids;
1604 fmts_ptr = &suit_hdr->ids[fmt_count];
H A Dfw.h3710 __le32 ids[]; member in struct:rtw89_fw_logsuit_hdr
/linux-master/tools/perf/util/
H A Dintel-pt.c3721 if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids)
/linux-master/kernel/bpf/
H A Dverifier.c3994 if (s->ids[i] == id)
4002 if (WARN_ON_ONCE(s->count >= ARRAY_SIZE(s->ids)))
4004 s->ids[s->count++] = id;
14429 /* If our ids match, then we must have the same max_value. And we
16517 * the old state, so we need to track the mapping from old to new ids.
16878 * regsafe() to ensure scalar ids are compared.
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c3360 * record ids, and key length are compared with expected data.
6849 .ids = dasd_eckd_ids,

Completed in 725 milliseconds

<<1112131415