Searched refs:ids (Results 1 - 25 of 376) sorted by last modified time

1234567891011>>

/linux-master/kernel/bpf/
H A Dverifier.c3980 if (s->ids[i] == id)
3988 if (WARN_ON_ONCE(s->count >= ARRAY_SIZE(s->ids)))
3990 s->ids[s->count++] = id;
14282 /* If our ids match, then we must have the same max_value. And we
16361 * the old state, so we need to track the mapping from old to new ids.
16722 * regsafe() to ensure scalar ids are compared.
H A Dcore.c2523 u32 *ids; local
2531 ids = kcalloc(cnt, sizeof(u32), GFP_USER | __GFP_NOWARN);
2532 if (!ids)
2534 nospc = bpf_prog_array_copy_core(array, ids, cnt);
2535 err = copy_to_user(prog_ids, ids, cnt * sizeof(u32));
2536 kfree(ids);
/linux-master/drivers/thermal/
H A Dthermal_debugfs.c190 char ids[IDSLENGTH]; local
198 snprintf(ids, IDSLENGTH, "%d", id);
200 thermal_dbg->d_top = debugfs_create_dir(ids, d);
616 * The trip ids may not be in the ascending order but the
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c5190 .ids = qeth_ids,
/linux-master/drivers/s390/char/
H A Draw3270.c1306 .ids = raw3270_id,
/linux-master/drivers/nvme/host/
H A Dnvme.h454 struct nvme_ns_ids ids; member in struct:nvme_ns_head
H A Dmultipath.c539 if (head->ids.csi != NVME_CSI_ZNS)
H A Dcore.c36 struct nvme_ns_ids ids; member in struct:nvme_ns_info
1396 static int nvme_process_ns_desc(struct nvme_ctrl *ctrl, struct nvme_ns_ids *ids, argument
1411 memcpy(ids->eui64, data + sizeof(*cur), NVME_NIDT_EUI64_LEN);
1421 memcpy(ids->nguid, data + sizeof(*cur), NVME_NIDT_NGUID_LEN);
1431 uuid_copy(&ids->uuid, data + sizeof(*cur));
1439 memcpy(&ids->csi, data + sizeof(*cur), NVME_NIDT_CSI_LEN);
1484 len = nvme_process_ns_desc(ctrl, &info->ids, cur, &csi_seen);
1529 struct nvme_ns_ids *ids = &info->ids; local
1553 !memchr_inv(ids
3409 nvme_subsys_check_duplicate_ids(struct nvme_subsystem *subsys, struct nvme_ns_ids *ids) argument
3558 nvme_global_check_duplicate_ids(struct nvme_subsystem *this, struct nvme_ns_ids *ids) argument
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c2439 u32 *order, u32 ids)
2450 if ((esz << ids) > (psz * 2)) {
2462 * subtract ID bits that sparse lvl2 table from 'ids'
2466 ids -= ilog2(psz / (int)esz);
2478 new_order = max_t(u32, get_order(esz << ids), new_order);
2481 ids = ilog2(PAGE_ORDER_TO_SIZE(new_order) / (int)esz);
2482 pr_warn("ITS@%pa: %s Table too large, reduce ids %llu->%u\n",
2484 device_ids(its), ids);
4726 u32 ids; local
4736 ids
2437 its_parse_indirect_baser(struct its_node *its, struct its_baser *baser, u32 *order, u32 ids) argument
[all...]
/linux-master/drivers/acpi/x86/
H A Ds2idle.c538 .ids = lps0_device_ids,
/linux-master/fs/bcachefs/
H A Dbtree_gc.c1090 enum btree_id ids[BTREE_ID_NR]; local
1095 ids[i] = i;
1096 bubble_sort(ids, BTREE_ID_NR, btree_id_gc_phase_cmp);
1100 ? bch2_gc_btree_init(trans, ids[i], metadata_only)
1101 : bch2_gc_btree(trans, ids[i], initial, metadata_only);
/linux-master/drivers/tty/serial/8250/
H A D8250_pci.c514 * Note: all 10x cards have PCI device ids 0x10..
515 * all 20x cards have PCI device ids 0x20..
631 const unsigned short *ids; member in struct:timedia_struct
662 const unsigned short *ids; local
666 ids = timedia_data[i].ids;
667 for (j = 0; ids[j]; j++)
668 if (dev->subsystem_device == ids[j])
/linux-master/drivers/virt/
H A Dvmgenid.c88 .ids = vmgenid_ids,
/linux-master/drivers/s390/cio/
H A Ddevice.c65 const struct ccw_device_id *ids = cdrv->ids, *found; local
67 if (!ids)
70 found = ccw_device_id_match(ids, &cdev->id);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c630 if (amdgpu_vmid_had_gpu_reset(adev, &id_mgr->ids[job->vmid]))
654 struct amdgpu_vmid *id = &id_mgr->ids[job->vmid];
/linux-master/drivers/virtio/
H A Dvirtio.c89 const struct virtio_device_id *ids; local
91 ids = drv_to_virtio(_dr)->id_table;
92 for (i = 0; ids[i].device; i++)
93 if (virtio_id_match(dev, &ids[i]))
408 * vendor/device ids play the role of the "compatible" property.
/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/iommu/
H A Dmtk_iommu.c536 portmsk |= BIT(MTK_M4U_TO_PORT(fwspec->ids[i]));
561 larbid = MTK_M4U_TO_LARB(fwspec->ids[0]);
563 portidmsk |= BIT(MTK_M4U_TO_PORT(fwspec->ids[i]));
591 portid = MTK_M4U_TO_PORT(fwspec->ids[i]);
597 larbid = MTK_M4U_TO_LARB(fwspec->ids[0]);
879 larbid = MTK_M4U_TO_LARB(fwspec->ids[0]);
884 larbidx = MTK_M4U_TO_LARB(fwspec->ids[i]);
911 larbid = MTK_M4U_TO_LARB(fwspec->ids[0]);
H A Dmtk_iommu_v1.c241 larbid = mt2701_m4u_to_larb(fwspec->ids[i]);
242 portid = mt2701_m4u_to_port(fwspec->ids[i]);
488 larbid = mt2701_m4u_to_larb(fwspec->ids[0]);
493 larbidx = mt2701_m4u_to_larb(fwspec->ids[idx]);
535 larbid = mt2701_m4u_to_larb(fwspec->ids[0]);
/linux-master/include/acpi/
H A Dacpi_bus.h127 const struct acpi_device_id *ids; member in struct:acpi_scan_handler
169 const struct acpi_device_id *ids; /* Supported Hardware IDs */ member in struct:acpi_driver
246 struct list_head ids; /* _HID and _CIDs */ member in struct:acpi_device_pnp
665 const struct acpi_device_id *ids);
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c3587 .ids = toshiba_device_ids,
H A Dlg-laptop.c787 .ids = device_ids,
/linux-master/drivers/platform/x86/intel/
H A Dhid.c767 const struct acpi_device_id *ids = context; local
770 if (dev && acpi_match_device_ids(dev, ids) == 0)
H A Dvbtn.c385 const struct acpi_device_id *ids = context; local
388 if (dev && acpi_match_device_ids(dev, ids) == 0)
/linux-master/drivers/acpi/
H A Dscan.c794 const char * const ids[])
802 index = match_string(ids, -1, info->hardware_id.string);
813 index = match_string(ids, -1, cid_list->ids[i].string);
1220 list_for_each_entry(hwid, &adev->pnp.ids, list)
1301 if (list_empty(&device->pnp.ids))
1304 hid = list_first_entry(&device->pnp.ids, struct acpi_hardware_id, list);
1323 list_add_tail(&id->list, &pnp->ids);
1395 acpi_add_id(pnp, cid_list->ids[i].string);
1424 else if (list_empty(&pnp->ids)
793 acpi_info_matches_ids(struct acpi_device_info *info, const char * const ids[]) argument
[all...]

Completed in 745 milliseconds

1234567891011>>