Home
last modified time | relevance | path

Searched refs:ids (Results 401 – 425 of 603) sorted by relevance

1...<<11121314151617181920>>...25

/openbmc/linux/arch/arm/mach-davinci/
H A Dda850.c350 .ids = da850_ids,
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_debugfs.c365 rdata->ids.port_id, in qedf_driver_stats_show()
/openbmc/linux/drivers/acpi/arm64/
H A Diort.c969 if (fwspec->ids[i] >= id_start && in iort_rmr_has_dev()
970 fwspec->ids[i] <= id_start + id_count) in iort_rmr_has_dev()
1131 fwspec->ids[i], in iort_iommu_msi_get_resv_regions()
/openbmc/u-boot/scripts/
H A Dkernel-doc1094 my $ids = $4;
1096 foreach my $id(split /,/, $ids) {
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py974 ids = [entry['pk'] for entry in reverse_deps_dictlist]
975 reverse_deps = CustomImagePackage.objects.filter(id__in=ids)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.5.rst289 - ``udev`` no longer brings in ``pciutils-ids`` or ``usbutils-ids``
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-j7200-mcu-wakeup.dtsi590 ti,sci-proc-ids = <0x01 0xff>;
605 ti,sci-proc-ids = <0x02 0xff>;
H A Dk3-j721e-mcu-wakeup.dtsi579 ti,sci-proc-ids = <0x01 0xff>;
594 ti,sci-proc-ids = <0x02 0xff>;
H A Dk3-j784s4-mcu-wakeup.dtsi591 ti,sci-proc-ids = <0x01 0xff>;
606 ti,sci-proc-ids = <0x02 0xff>;
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_device.c735 static const struct pci_device_id ids[] = { in has_no_display() local
740 return pci_match_id(ids, pdev); in has_no_display()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnandsim.c296 u_char ids[8]; /* chip's ID bytes */ member
1907 outb = ns->ids[ns->regs.count]; in ns_nand_read_byte()
2314 memcpy(ns->ids, id_bytes, sizeof(ns->ids)); in ns_init_module()
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst262 works on the same queue id, between queue ids and between
321 bound to different queue ids and/or netdevs. In this case you have to
324 to two different queue ids on the same netdev. Create the first socket
785 queue ids 0 to 7 will be allocated, one per core. In the AF_XDP
819 sockets bound to different queue ids, for example X and Y, but only
833 belonging to different queue ids or netdevs bound with the
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in56 # help="show process ids in the bootchart as 'processname [pid]'")
/openbmc/linux/Documentation/driver-api/
H A Dconnector.rst92 selected ids will be turned on or off (registered or unregistered its
H A Dmen-chameleon-bus.rst125 device ids which identify the IP Core inside the FPGA. The driver structure
/openbmc/qemu/docs/sphinx/
H A Ddbusdomain.py93 section = nodes.section(ids=[name + "-section"])
/openbmc/linux/Documentation/driver-api/virtio/
H A Dwriting_virtio_drivers.rst113 include/uapi/linux/virtio_ids.h. Device ids need to be at least reserved
/openbmc/linux/include/linux/
H A Dbtf.h477 return bsearch(&id, set->ids, set->cnt, sizeof(u32), btf_id_cmp_func) != NULL; in btf_id_set_contains()
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/
H A Dqcom,ath10k.yaml99 for designs with colliding bus and device specific ids
/openbmc/linux/drivers/acpi/
H A Dacpi_lpss.c1360 .ids = acpi_lpss_device_ids,
1386 .ids = acpi_lpss_device_ids,
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sensor.robot238 FOR ${ids} IN @{sensor_list}
239 ${data}= Run IPMI Standard Command sensor reading ${ids}
/openbmc/linux/ipc/
H A Dshm.c95 #define shm_ids(ns) ((ns)->ids[IPC_SHM_IDS])
142 idr_destroy(&ns->ids[IPC_SHM_IDS].ipcs_idr); in shm_exit_ns()
143 rhashtable_destroy(&ns->ids[IPC_SHM_IDS].key_ht); in shm_exit_ns()
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1031 u16 sid = FIELD_GET(ARM_SMMU_SMR_ID, fwspec->ids[i]); in arm_smmu_master_alloc_smes()
1032 u16 mask = FIELD_GET(ARM_SMMU_SMR_MASK, fwspec->ids[i]); in arm_smmu_master_alloc_smes()
1368 u16 sid = FIELD_GET(ARM_SMMU_SMR_ID, fwspec->ids[i]); in arm_smmu_probe_device()
1369 u16 mask = FIELD_GET(ARM_SMMU_SMR_MASK, fwspec->ids[i]); in arm_smmu_probe_device()
/openbmc/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst41 Thread pool ids are a contiguous set of small integers starting
/openbmc/linux/tools/lib/perf/
H A Devsel.c537 evsel->ids = 0; in perf_evsel__free_id()

1...<<11121314151617181920>>...25