Home
last modified time | relevance | path

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

1...<<11

/openbmc/openbmc/poky/scripts/
H A Drunqemu729 for index, ovmf in enumerate(self.ovmf_bios):
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlicenses.rst213 Thus, you can choose to exhaustively enumerate each license flag in the
/openbmc/linux/Documentation/driver-api/usb/
H A Dgadget.rst257 before the host starts to enumerate, steps before step 7 are skipped.
H A Dusb.rst288 it's relatively common for devices to re-enumerate while they are
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-subdev.rst17 media entities. Applications will be able to enumerate the sub-devices
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_tree.py415 for i, element in enumerate(div.contents):
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py319 index, taskid in enumerate(self.prio_map)])))
2967 for taskcounter, tid in enumerate(rqdata.runtaskentries):
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass424 for download_idx, src_uri in enumerate(d.getVar('SRC_URI').split()):
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst329 The Linux kernel provides a sysfs interface to enumerate the current
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot517 ${resp}= Read Properties ${path}enumerate timeout=30
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass25 for index, line in enumerate(lines)
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dsubmitting-patches.rst669 enumerate così: 1/4, 2/4, 3/4, 4/4. Questo assicura che gli
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py124 for ind, (f_status, fn_re) in enumerate(expected_status):
/openbmc/linux/drivers/gpio/
H A DKconfig157 Requires ACPI ASL code to enumerate as a platform device.
/openbmc/linux/Documentation/admin-guide/media/
H A Dvivid.rst226 Note that this value is ignored by webcam inputs: those enumerate
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py1136 colWidth = setColWidth(keylist, len(colNames), dict(enumerate(mergedOutput)), colNames)
/openbmc/u-boot/
H A DREADME1043 If you select usbtty = gserial you should be able to enumerate
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch54460 + struct udev_enumerate *enumerate;
54490 + enumerate = udev_enumerate_new(udev);
54491 + if (!enumerate) {
54497 + udev_enumerate_add_match_subsystem(enumerate, "media");
54498 + udev_enumerate_scan_devices(enumerate);
54500 + devices = udev_enumerate_get_list_entry(enumerate);
54514 + udev_enumerate_unref(enumerate);

1...<<11