| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | udev.c | 409 struct udev_enumerate *enumerate; in config_udev_init() local 413 enumerate = udev_enumerate_new(udev); in config_udev_init() 414 if (!enumerate) in config_udev_init() 417 udev_enumerate_add_match_subsystem(enumerate, "input"); in config_udev_init() 418 udev_enumerate_add_match_subsystem(enumerate, "tty"); in config_udev_init() 420 udev_enumerate_add_match_subsystem(enumerate, "drm"); in config_udev_init() 425 udev_enumerate_add_match_tag(enumerate, SeatId); in config_udev_init() 428 udev_enumerate_scan_devices(enumerate); in config_udev_init() 429 devices = udev_enumerate_get_list_entry(enumerate); in config_udev_init() 442 udev_enumerate_unref(enumerate); in config_udev_init() [all …]
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/src/ |
| H A D | usbip_list.c | 169 struct udev_enumerate *enumerate; in list_devices() local 186 enumerate = udev_enumerate_new(udev); in list_devices() 191 udev_enumerate_add_match_subsystem(enumerate, "usb"); in list_devices() 192 udev_enumerate_add_nomatch_sysattr(enumerate, "bDeviceClass", "09"); in list_devices() 193 udev_enumerate_add_nomatch_sysattr(enumerate, "bInterfaceNumber", NULL); in list_devices() 194 udev_enumerate_scan_devices(enumerate); in list_devices() 196 devices = udev_enumerate_get_list_entry(enumerate); in list_devices() 242 udev_enumerate_unref(enumerate); in list_devices() 252 struct udev_enumerate *enumerate; in list_gadget_devices() local 269 enumerate = udev_enumerate_new(udev); in list_gadget_devices() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/fixtures/ |
| H A D | gen_fixtures.py | 212 for i,release in enumerate(current_releases): 227 for i,release in enumerate(current_releases): 255 for i,release in enumerate(current_releases): 256 for j,layer in enumerate(default_poky_layers): 273 for i,layer in enumerate(default_poky_layers): 285 for j,release in enumerate(current_releases): 322 for i,release in enumerate(current_releases): 337 for i,release in enumerate(current_releases): 366 for i,release in enumerate(current_releases): 367 for j,layer in enumerate(default_oe_core_layers): [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/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):
|
| /OK3568_Linux_fs/kernel/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. 63 A-device should switch back to host and enumerate B-device. 66 A-device should enumerate B-device again. 69 A-device should NOT enumerate B-device. 98 A-device should resume usb bus and enumerate B-device.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | samba-4.3.9-remove-getpwent_r.patch | 50 "failed to enumerate passwd"); 59 "failed to enumerate passwd"); 84 "failed to enumerate group"); 93 "failed to enumerate group");
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runcmd.py | 84 …nd after (%s), active threads: %s" % (numthreads, threading.active_count(), threading.enumerate())) 94 …nd after (%s), active threads: %s" % (numthreads, threading.active_count(), threading.enumerate())) 100 …nd after (%s), active threads: %s" % (numthreads, threading.active_count(), threading.enumerate())) 110 …nd after (%s), active threads: %s" % (numthreads, threading.active_count(), threading.enumerate()))
|
| /OK3568_Linux_fs/yocto/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)])
|
| /OK3568_Linux_fs/kernel/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
|
| H A D | vidioc-enuminput.rst | 38 index is out of bounds. To enumerate all inputs applications shall begin 63 - Drivers can enumerate up to 32 video and audio inputs. This field 69 When the driver does not enumerate audio inputs no bits must be 72 not enumerate them since there is no choice anyway.
|
| H A D | vidioc-enumoutput.rst | 38 when the index is out of bounds. To enumerate all outputs applications 64 - Drivers can enumerate up to 32 video and audio outputs. This field 70 When the driver does not enumerate audio outputs no bits must be
|
| H A D | format.rst | 74 enumerate all image formats supported by video capture, overlay or 83 They must enumerate only formats directly supported by the hardware. 89 (otherwise it could explicitly ask for them and need not enumerate)
|
| H A D | vidioc-subdev-enum-frame-size.rst | 34 This ioctl allows applications to enumerate all frame sizes supported by 40 To enumerate frame sizes applications initialize the ``pad``, ``which``
|
| /OK3568_Linux_fs/yocto/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):
|
| /OK3568_Linux_fs/yocto/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): 413 for idx, item in enumerate(node.elts): 422 for idx, item in enumerate(node.elts): 435 for idx, (key, value) in enumerate(zip(node.keys, node.values)): 450 for idx, value in enumerate(node.values):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/simplediff/ |
| H A D | __init__.py | 57 for i, val in enumerate(old): 87 for inew, val in enumerate(new):
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | func_test.py | 60 for i, commit in enumerate(series.commits): 171 for i, commit in enumerate(series.commits): 232 for i, fname in enumerate(args):
|
| /OK3568_Linux_fs/kernel/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:]):
|
| /OK3568_Linux_fs/u-boot/api/ |
| H A D | README | 35 - env vars (enumerate all, get, set) 36 - devices (enumerate all, open, close, read, write); currently two classes
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | check-package | 108 for level, message in enumerate(warnings): 140 for lineno, text in enumerate(f.readlines()):
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/ |
| H A D | processor_mmio_stale_data.rst | 116 bits to IA32_ARCH_CAPABILITIES MSR. These bits can be used to enumerate 131 enumerate MDS_NO (meaning they are affected by MDS) but that do 132 enumerate support for both L1D_FLUSH and MD_CLEAR implicitly enumerate 148 that enumerate FB_CLEAR. 213 The Linux kernel provides a sysfs interface to enumerate the current
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/ |
| H A D | test_runner.py | 33 for i, fp_line in enumerate(fp_lines):
|
| /OK3568_Linux_fs/buildroot/package/p11-kit/ |
| H A D | Config.in | 7 Provides a way to load and enumerate PKCS#11 modules.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | query-dvb-frontend-info.rst | 11 :ref:`FE_GET_INFO`. This ioctl will enumerate the
|