Home
last modified time | relevance | path

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

1234567891011

/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_list.c170 struct udev_enumerate *enumerate; in list_devices() local
187 enumerate = udev_enumerate_new(udev); in list_devices()
192 udev_enumerate_add_match_subsystem(enumerate, "usb"); in list_devices()
195 udev_enumerate_scan_devices(enumerate); in list_devices()
197 devices = udev_enumerate_get_list_entry(enumerate); in list_devices()
243 udev_enumerate_unref(enumerate); in list_devices()
253 struct udev_enumerate *enumerate; in list_gadget_devices() local
270 enumerate = udev_enumerate_new(udev); in list_gadget_devices()
274 udev_enumerate_scan_devices(enumerate); in list_gadget_devices()
275 devices = udev_enumerate_get_list_entry(enumerate); in list_gadget_devices()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A Dgen_fixtures.py214 for i,release in enumerate(current_releases):
229 for i,release in enumerate(current_releases):
257 for i,release in enumerate(current_releases):
258 for j,layer in enumerate(default_poky_layers):
275 for i,layer in enumerate(default_poky_layers):
287 for j,release in enumerate(current_releases):
324 for i,release in enumerate(current_releases):
339 for i,release in enumerate(current_releases):
368 for i,release in enumerate(current_releases):
369 for j,layer in enumerate(default_oe_core_layers):
[all …]
/openbmc/qemu/hw/usb/
H A Du2f-passthru.c397 struct udev_enumerate *enumerate) in u2f_passthru_open_from_enumerate() argument
402 ret = udev_enumerate_scan_devices(enumerate); in u2f_passthru_open_from_enumerate()
407 devices = udev_enumerate_get_list_entry(enumerate); in u2f_passthru_open_from_enumerate()
433 struct udev_enumerate *enumerate; in u2f_passthru_open_from_scan() local
441 enumerate = udev_enumerate_new(udev); in u2f_passthru_open_from_scan()
442 if (enumerate == NULL) { in u2f_passthru_open_from_scan()
447 ret = udev_enumerate_add_match_subsystem(enumerate, "hidraw"); in u2f_passthru_open_from_scan()
449 fd = u2f_passthru_open_from_enumerate(udev, enumerate); in u2f_passthru_open_from_scan()
452 udev_enumerate_unref(enumerate); in u2f_passthru_open_from_scan()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dusbip_host_common.c121 struct udev_enumerate *enumerate; in refresh_exported_devices() local
126 enumerate = udev_enumerate_new(udev_context); in refresh_exported_devices()
127 udev_enumerate_add_match_subsystem(enumerate, hdriver->udev_subsystem); in refresh_exported_devices()
128 udev_enumerate_scan_devices(enumerate); in refresh_exported_devices()
130 devices = udev_enumerate_get_list_entry(enumerate); in refresh_exported_devices()
/openbmc/linux/drivers/char/xillybus/
H A Dxillybus_class.c49 const char *prefix, bool enumerate) in xillybus_init_chrdev() argument
67 if (!enumerate) in xillybus_init_chrdev()
70 for (i = 0; enumerate; i++) { in xillybus_init_chrdev()
74 enumerate = false; in xillybus_init_chrdev()
77 enumerate = true; in xillybus_init_chrdev()
H A Dxillybus_class.h22 const char *prefix, bool enumerate);
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A D__init__.py19 for i, val in enumerate(row):
23 print(*[row_fmt[i].format(col, wid=col_widths[i]) for i, col in enumerate(row)])
/openbmc/phosphor-fan-presence/control/templates/
H A Dfan_zone_defs.mako.cpp65 %for j, v in enumerate(p['values']):
117 %for i, a in enumerate(event['pc']['pcact']):
122 %for j, v in enumerate(p['values']):
164 %for i, mp in enumerate(s['mparams']['params']):
H A Ddefs.mako13 %for i, hpk in enumerate(par['hparams']['params']):
80 %for i, p in enumerate(a['parameters']):
111 %for i, mp in enumerate(s['mparams']['params']):
/openbmc/linux/Documentation/usb/
H A Dchipidea.rst41 The A-device (with micro A plug inserted) should enumerate B-device.
49 B-device should take host role and enumerate A-device.
64 A-device should switch back to host and enumerate B-device.
67 A-device should enumerate B-device again.
70 A-device should NOT enumerate B-device.
99 A-device should resume usb bus and enumerate B-device.
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py122 for i, id in enumerate(index.branches):
134 for i, id in enumerate(index.layerItems):
166 for i, id in enumerate(index.layerBranches):
218 for i, lv in enumerate(dependlist):
229 for i, id in enumerate(index.distros):
244 for i, id in enumerate(index.machines):
259 for i, id in enumerate(index.recipes):
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsamba-4.3.9-remove-getpwent_r.patch51 "failed to enumerate passwd");
60 "failed to enumerate passwd");
85 "failed to enumerate group");
94 "failed to enumerate group");
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druncmd.py86 …nd after (%s), active threads: %s" % (numthreads, threading.active_count(), threading.enumerate()))
96 …nd after (%s), active threads: %s" % (numthreads, threading.active_count(), threading.enumerate()))
102 …nd after (%s), active threads: %s" % (numthreads, threading.active_count(), threading.enumerate()))
112 …nd after (%s), active threads: %s" % (numthreads, threading.active_count(), threading.enumerate()))
/openbmc/phosphor-settingsd/
H A Dsettings_manager.mako.hpp127 % for index, intf in enumerate(interfaces):
187 % for index, item in enumerate(settingsDict[object]):
225 % for index, item in enumerate(settingsDict[object]):
277 for index, item in enumerate(settingsDict[object]):
425 % for index, path in enumerate(objects):
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-dv-timings.rst40 applications can enumerate a list of known supported timings. Call
50 error code when the index is out of bounds. To enumerate all supported
56 Drivers may enumerate a different set of DV timings after
65 Attempts to enumerate timings on a pad that doesn't support them will
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch82 + for i, event in enumerate(events):
90 + for i, event in enumerate(expected):
124 + for i, event in enumerate(events):
132 + for i, event in enumerate(expected):
186 + for i, event in enumerate(events):
194 + for i, event in enumerate(expected):
252 + for i, event in enumerate(events):
260 + for i, event in enumerate(expected):
383 + for i, event in enumerate(events):
534 + for i, event in enumerate(events):
[all …]
/openbmc/openbmc/poky/bitbake/lib/simplediff/
H A D__init__.py57 for i, val in enumerate(old):
87 for inew, val in enumerate(new):
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py48 for index, line in enumerate(ps_data):
70 for index, line in enumerate(diskstats_data):
90 for index, line in enumerate(stat_data):
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dreg-file-data-sampling.rst35 part. Unlike their affected counterparts, they do not enumerate RFDS_CLEAR or
38 the reporting is fixed automatically when these parts enumerate RFDS_NO.
59 bits to IA32_ARCH_CAPABILITIES MSR. These bits can be used to enumerate
81 The Linux kernel provides a sysfs interface to enumerate the current
/openbmc/u-boot/tools/patman/
H A Dfunc_test.py59 for i, commit in enumerate(series.commits):
171 for i, commit in enumerate(series.commits):
232 for i, fname in enumerate(args):
/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py154 for idx, target in enumerate(node.targets):
170 for idx, item in enumerate(node.names):
299 for idx, target in enumerate(node):
401 for idx, item in enumerate(node.elts):
410 for idx, item in enumerate(node.elts):
423 for idx, (key, value) in enumerate(zip(node.keys, node.values)):
438 for idx, value in enumerate(node.values):
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_list.py464 index = [i for i, str in enumerate(esel_list) if "ESEL=" in str]
475 index = [i for i, str in enumerate(dump_list) if "DUMP=" in str]
/openbmc/linux/tools/perf/scripts/python/
H A Dcompaction-times.py189 def enumerate(self): member in chead
191 for i, pelem in enumerate(self.list):
209 i.enumerate()
274 for i, opt in enumerate(sys.argv[1:]):
/openbmc/phosphor-inventory-manager/
H A Dsignature.mako.cpp1 % for i, s in enumerate(signature.sig.items()):
/openbmc/phosphor-fan-presence/control/
H A Dgen-fan-zone-defs.py163 for i, p in enumerate(a["parameters"]):
190 for i, mp in enumerate(s["mparams"]["params"]):
213 for i, hp in enumerate(s["hparams"]["params"]):
247 for i, hp in enumerate(i["hparams"]["params"]):
480 for i, ap in enumerate(a["parameters"]):
491 for i, e in enumerate(eActions[p]):

1234567891011