Home
last modified time | relevance | path

Searched refs:enumerate (Results 176 – 200 of 268) sorted by relevance

1234567891011

/openbmc/linux/scripts/
H A Dbpf_doc.py833 for i, a in enumerate(proto['args']):
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1402 for n,s in enumerate(syms):
2849 for linen,l in enumerate(lines):
2940 for level,p in enumerate(self.prec):
3168 for n,p in enumerate(grammar.Productions):
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py320 for index, suite in enumerate(suites):
/openbmc/linux/tools/testing/kunit/
H A Dkunit.py184 for i, filter_glob in enumerate(filter_globs):
/openbmc/linux/Documentation/arch/x86/
H A Dcpuinfo.rst115 a: The hardware does not enumerate support for it.
/openbmc/openbmc-test-automation/redfish/extended/
H A Dredfish_bmc_code_update.robot221 ... ${SOFTWARE_VERSION_URI}/enumerate quiet=1
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv155 # XXX: Do we really need to enumerate each and every AVX512 sub features
219 0xA, 0, EAX, 31:24, pmu_ebx_bits, Length of EBX bit vector to enumerate PMU events
/openbmc/linux/Documentation/scsi/
H A DBusLogic.rst350 kernel. Some PCI BIOS implementations enumerate the PCI slots in order of
354 Unfortunately, Microsoft decided that Windows 95 would always enumerate the
358 factory default settings of the BT-948/958/958D enumerate the host adapters
/openbmc/linux/Documentation/fpga/
H A Ddfl.rst15 configure, enumerate, open and access FPGA accelerators on platforms which
24 walk through these predefined data structures to enumerate FPGA features:
469 This section introduces how applications enumerate the fpga device from
/openbmc/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus112 attempt to boot and possibly enumerate it will be made. Note
/openbmc/linux/drivers/mtd/
H A DKconfig9 to enumerate the devices which are present and obtain a handle on
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass184 for i, v in enumerate(var[dep]):
H A Dpackage_deb.bbclass198 for i, v in enumerate(var[dep]):
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Duvcvideo.rst70 UVC descriptor or, if available, using the media controller API to enumerate a
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe_property_parameters.rst956 provided. Applications need to enumerate the provided delivery systems,
961 multistandard frontend must enumerate the delivery systems associated
/openbmc/linux/drivers/rapidio/
H A Drio.c2036 rc = port->nscan->enumerate(port, 0); in rio_mport_scan()
2081 port->nscan->enumerate(port, 0); in rio_init_mports()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst217 1. To enumerate the set of coded formats supported by the decoder, the
227 2. To enumerate the set of supported raw formats, the client may call
233 * In order to enumerate raw formats supported by a given coded format,
235 enumerate formats on ``CAPTURE``.
/openbmc/linux/tools/perf/pmu-events/
H A Djevents.py149 for pos,s in enumerate(sorted_reversed_strings):
/openbmc/linux/Documentation/hid/
H A Dhiddev.rst186 use the relative IDs above to enumerate the valid IDs. The ioctl
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report53 print_fields = [i for i, f in enumerate(fields) if f not in ignore_fields]
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.robot101 ... /xyz/openbmc_project/logging/entry/enumerate timeout=30 quiet=${quiet}
/openbmc/bmcweb/
H A Dmeson.options44 /xyz/openbmc_project/logging/entry/enumerate. See
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py616 items = enumerate(qmsg)
942 for i, item in enumerate(obj):
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Denumeration.rst496 For example, the following ACPI sample might be used to enumerate an lm75-type
541 Sometimes it could be useful to enumerate a PCI device, knowing its position on
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py1097 for i, line in enumerate(difflines):
1136 for idx, task in enumerate(a_data['runtaskdeps']):

1234567891011