/openbmc/linux/tools/usb/usbip/src/ |
H A D | usbip_list.c | 170 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() 193 udev_enumerate_add_nomatch_sysattr(enumerate, "bDeviceClass", "09"); in list_devices() 194 udev_enumerate_add_nomatch_sysattr(enumerate, "bInterfaceNumber", NULL); 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() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/ |
H A D | gen_fixtures.py | 217 for i,release in enumerate(current_releases): 232 for i,release in enumerate(current_releases): 260 for i,release in enumerate(current_releases): 261 for j,layer in enumerate(default_poky_layers): 278 for i,layer in enumerate(default_poky_layers): 290 for j,release in enumerate(current_releases): 327 for i,release in enumerate(current_releases): 342 for i,release in enumerate(current_releases): 371 for i,release in enumerate(current_releases): 372 for j,layer in enumerate(default_oe_core_layers): [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | u2f-passthru.c | 397 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/drivers/char/xillybus/ |
H A D | xillybus_class.c | 49 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()
|
/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | usbip_host_common.c | 121 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/qemu/target/hexagon/ |
H A D | gen_analyze_funcs.py | 58 for regno, register in enumerate(regs): 64 for regno, register in enumerate(regs): 71 for regno, register in enumerate(regs):
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
H A D | lsupdates.py | 122 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/linux/Documentation/usb/ |
H A D | chipidea.rst | 41 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/phosphor-fan-presence/control/templates/ |
H A D | fan_zone_defs.mako.cpp | 65 %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 D | defs.mako | 13 %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/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | samba-4.3.9-remove-getpwent_r.patch | 51 "failed to enumerate passwd"); 60 "failed to enumerate passwd"); 85 "failed to enumerate group"); 94 "failed to enumerate group");
|
/openbmc/openbmc/poky/scripts/lib/build_perf/ |
H A D | __init__.py | 19 for i, val in enumerate(row): 23 print(*[row_fmt[i].format(col, wid=col_widths[i]) for i, col in enumerate(row)])
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runcmd.py | 86 …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/bmcweb/scripts/ |
H A D | parse_registries.py | 144 for index, (messageId, message) in enumerate(messages_sorted): 291 for arg_index, arg in enumerate(entry.get("ParamTypes", [])): 311 for index, typename in enumerate(argtypes): 318 for index, typename in enumerate(argtypes): 449 for arg_index, arg in enumerate(entry.get("ParamTypes", [])): 577 for index, key in enumerate(privilege_dict):
|
/openbmc/phosphor-settingsd/ |
H A D | settings_manager.mako.hpp | 127 % 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/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
H A D | new-test-inotify.patch | 82 + 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): 391 + for i, event in enumerate(expected): [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enum-dv-timings.rst | 40 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/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
H A D | parser_test.py | 48 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 D | reg-file-data-sampling.rst | 35 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/openbmc/poky/bitbake/lib/simplediff/ |
H A D | __init__.py | 57 for i, val in enumerate(old): 87 for inew, val in enumerate(new):
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | codegen.py | 154 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/u-boot/tools/patman/ |
H A D | func_test.py | 59 for i, commit in enumerate(series.commits): 171 for i, commit in enumerate(series.commits): 232 for i, fname in enumerate(args):
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | compaction-times.py | 189 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/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_list.py | 467 index = [i for i, str in enumerate(esel_list) if "ESEL=" in str] 478 index = [i for i, str in enumerate(dump_list) if "DUMP=" in str]
|
/openbmc/phosphor-fan-presence/control/ |
H A D | gen-fan-zone-defs.py | 163 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]):
|