Searched refs:ids (Results 151 - 175 of 376) sorted by relevance

1234567891011>>

/linux-master/drivers/infiniband/hw/hfi1/
H A Daffinity.c130 const struct pci_device_id *ids = hfi1_pci_tbl; local
156 while (ids->vendor) {
158 while ((dev = pci_get_device(ids->vendor, ids->device, dev))) {
165 ids++;
/linux-master/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c121 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);
140 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);
157 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);
255 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);
409 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);
/linux-master/drivers/usb/misc/
H A Dusb-ljca.c162 const struct acpi_device_id *ids; member in struct:ljca_match_ids_walk_data
426 if (acpi_match_device_ids(adev, wd->ids))
474 wd.ids = ljca_gpio_hids;
480 wd.ids = ljca_i2c_hids;
484 wd.ids = ljca_spi_hids;
/linux-master/fs/bcachefs/
H A Dfsck.c496 DARRAY(struct snapshots_seen_entry) ids; member in struct:snapshots_seen
501 darray_exit(&s->ids);
517 __darray_for_each(s->ids, i) {
524 ret = darray_insert_item(&s->ids, i - s->ids.data, n);
527 s->ids.size);
541 s->ids.nr = 0;
546 darray_for_each(s->ids, i) {
565 ret = darray_push(&s->ids, n);
568 s->ids
[all...]
/linux-master/drivers/iommu/
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]);
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]);
/linux-master/fs/squashfs/
H A Dsuper.c291 msblk->ids = le16_to_cpu(sblk->no_ids);
303 TRACE("Number of ids %d\n", msblk->ids);
375 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids);
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs_drv.c68 static const struct pci_device_id ids[] = { variable in typeref:struct:pci_device_id
75 MODULE_DEVICE_TABLE(pci, ids);
723 .id_table = ids,
/linux-master/drivers/net/ethernet/
H A Dec_bhf.c67 static const struct pci_device_id ids[] = { variable in typeref:struct:pci_device_id
71 MODULE_DEVICE_TABLE(pci, ids);
584 .id_table = 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/arch/um/drivers/
H A Dvirtio_uml.c1292 const char *ids = strchr(device, ':'); local
1299 if (!ids || ids == device)
1302 processed = sscanf(ids, ":%u%n:%d%n",
1306 if (processed < 1 || ids[consumed])
1319 socket_path = kmemdup_nul(device, ids - device, GFP_KERNEL);
/linux-master/tools/perf/util/
H A Dheader.c83 struct perf_file_section ids; member in struct:perf_file_attr
533 * type of ids,
535 nri = evsel->core.ids;
547 * write unique ids for this event
549 ret = do_write(ff, evsel->core.id, evsel->core.ids * sizeof(u64));
1994 evsel->core.ids = nr;
2037 if (evsel->core.ids) {
2039 for (j = 0, id = evsel->core.id; j < evsel->core.ids; j++, id++) {
3695 err = do_write(&ff, evsel->core.id, evsel->core.ids * sizeof(u64));
3710 * reader gets the right offset to the ids
4413 u64 *ids; local
[all...]
H A Dsynthetic-events.h47 int perf_event__synthesize_attr(struct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process);
/linux-master/arch/x86/kernel/
H A Damd_nb.c172 const struct pci_device_id *ids)
178 } while (!pci_match_id(ids, dev));
171 next_northbridge(struct pci_dev *dev, const struct pci_device_id *ids) argument
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py718 ids = self.FindValue(c.value, c.pattern, c.query, c.last_value, c.last_pattern)
720 ids = self.FindNext(c.query)
722 ids = self.FindPrev(c.query)
723 return (True, ids)
737 thread.done.connect(lambda ids, t=thread, c=callback: self.FindDone(t, c, ids), Qt.QueuedConnection)
740 def FindDone(self, thread, callback, ids):
741 callback(ids)
784 # Turn the query result into a list of ids that the tree view can walk
786 ids
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h21 #include <media/dvb-usb-ids.h>
/linux-master/sound/pci/oxygen/
H A Doxygen.h159 const struct pci_device_id *ids,
/linux-master/drivers/watchdog/
H A Dni903x_wdt.c243 .ids = ni903x_device_ids,
/linux-master/drivers/platform/surface/
H A Dsurfacepro3_button.c256 .ids = surface_button_device_ids,
/linux-master/drivers/platform/x86/
H A Dtopstar-laptop.c359 .ids = topstar_device_ids,
H A Dtoshiba_bluetooth.c56 .ids = bt_device_ids,
/linux-master/drivers/acpi/
H A Dsbshc.c46 .ids = sbs_device_ids,
H A Dacpi_apd.c254 .ids = acpi_apd_device_ids,
/linux-master/include/xen/
H A Dxenbus.h109 const char *name; /* defaults to ids[0].devicetype */
110 const struct xenbus_device_id *ids; member in struct:xenbus_driver
/linux-master/drivers/acpi/acpica/
H A Devrgnini.c345 if (acpi_ut_is_pci_root_bridge(cid->ids[i].string)) {

Completed in 233 milliseconds

1234567891011>>