Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/external/xserver/config/
H A Dudev.c409 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 Dusbip_list.c169 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 Dgen_fixtures.py212 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 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()
/OK3568_Linux_fs/yocto/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):
/OK3568_Linux_fs/kernel/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.
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 Dsamba-4.3.9-remove-getpwent_r.patch50 "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 Druncmd.py84 …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__.py19 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 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
H A Dvidioc-enuminput.rst38 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 Dvidioc-enumoutput.rst38 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 Dformat.rst74 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 Dvidioc-subdev-enum-frame-size.rst34 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 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):
/OK3568_Linux_fs/yocto/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):
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__.py57 for i, val in enumerate(old):
87 for inew, val in enumerate(new):
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dfunc_test.py60 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 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:]):
/OK3568_Linux_fs/u-boot/api/
H A DREADME35 - env vars (enumerate all, get, set)
36 - devices (enumerate all, open, close, read, write); currently two classes
/OK3568_Linux_fs/buildroot/utils/
H A Dcheck-package108 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 Dprocessor_mmio_stale_data.rst116 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 Dtest_runner.py33 for i, fp_line in enumerate(fp_lines):
/OK3568_Linux_fs/buildroot/package/p11-kit/
H A DConfig.in7 Provides a way to load and enumerate PKCS#11 modules.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dquery-dvb-frontend-info.rst11 :ref:`FE_GET_INFO`. This ioctl will enumerate the

12345678