Home
last modified time | relevance | path

Searched full:enumerate (Results 1 – 25 of 224) sorted by relevance

123456789

/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()
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 …]
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-dv-timings.rst13 VIDIOC_ENUM_DV_TIMINGS - VIDIOC_SUBDEV_ENUM_DV_TIMINGS - Enumerate supported Digital Video timings
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 Dvidioc-enumoutput.rst13 VIDIOC_ENUMOUTPUT - Enumerate video outputs
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 Dvidioc-enuminput.rst13 VIDIOC_ENUMINPUT - Enumerate video inputs
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 Dvidioc-subdev-enum-frame-interval.rst13 VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL - Enumerate frame intervals
34 This ioctl lets applications enumerate available frame intervals on a
44 To enumerate frame intervals applications initialize the ``index``,
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-enumaudio.rst13 VIDIOC_ENUMAUDIO - Enumerate audio inputs
39 bounds. To enumerate all audio inputs applications shall begin at index
H A Dvidioc-enumaudioout.rst13 VIDIOC_ENUMAUDOUT - Enumerate audio outputs
39 bounds. To enumerate all audio outputs applications shall begin at index
H A Dvidioc-subdev-enum-mbus-code.rst13 VIDIOC_SUBDEV_ENUM_MBUS_CODE - Enumerate media bus formats
42 Therefore, to enumerate media bus formats available at a given sub-device pad,
108 .. flat-table:: Subdev Media Bus Code Enumerate Flags
H A Dvidioc-subdev-enum-frame-size.rst13 VIDIOC_SUBDEV_ENUM_FRAME_SIZE - Enumerate media bus frame sizes
47 Therefore, to enumerate frame sizes allowed on the specified pad
/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.
/linux/tools/testing/selftests/damon/
H A Dsysfs.py71 for idx, qgoal in enumerate(quota.goals):
92 for idx, dest in enumerate(dests.dests):
148 for idx, f in enumerate(scheme.core_filters.filters):
150 for idx, f in enumerate(scheme.ops_filters.filters):
155 for idx, scheme in enumerate(schemes):
188 for idx, target in enumerate(targets):
244 for idx, ctx in enumerate(ctxs):
/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()
/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()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_str.c32 /* find enum bpf_attach_type and enumerate each value */ in test_libbpf_bpf_attach_type_str()
77 /* find enum bpf_link_type and enumerate each value */ in test_libbpf_bpf_link_type_str()
122 /* find enum bpf_map_type and enumerate each value */ in test_libbpf_bpf_map_type_str()
179 /* find enum bpf_prog_type and enumerate each value */ in test_libbpf_bpf_prog_type_str()
H A Dlibbpf_probes.c18 /* find enum bpf_prog_type and enumerate each value */ in test_libbpf_probe_prog_types()
58 /* find enum bpf_map_type and enumerate each value */ in test_libbpf_probe_map_types()
/linux/samples/rust/
H A Drust_dma.rs79 for (i, value) in TEST_VALUES.into_iter().enumerate() { in probe()
99 for (i, value) in TEST_VALUES.into_iter().enumerate() { in check_dma()
116 for (i, entry) in self.sgt.iter().enumerate() { in drop()
/linux/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.
211 The Linux kernel provides a sysfs interface to enumerate the current
/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:]):
/linux/drivers/media/platform/xilinx/
H A Dxilinx-vip.c235 * xvip_enum_mbus_code - Enumerate the media format code
240 * Enumerate the media bus code of the subdevice. Return the corresponding
243 * function to enumerate mbus codes.
272 * xvip_enum_frame_size - Enumerate the media bus frame size
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-entities.rst13 MEDIA_IOC_ENUM_ENTITIES - Enumerate entities and their properties
48 enumerate entities by calling MEDIA_IOC_ENUM_ENTITIES with increasing
H A Dmedia-ioc-enum-links.rst13 MEDIA_IOC_ENUM_LINKS - Enumerate all pads and links for a given entity
34 To enumerate pads and/or links for a given entity, applications set the
/linux/include/uapi/scsi/
H A Dscsi_bsg_fc.h108 * nor does it need to enumerate the rport for further traffic
174 * not mandate that the driver must enumerate the destination in the
175 * transport. The driver is allowed to decide whether to enumerate it,
/linux/drivers/pci/hotplug/
H A Dpciehp_pci.c25 * pciehp_configure_device() - enumerate PCI devices below a hotplug bridge
28 * Enumerate PCI devices below a hotplug bridge and add them to the system.
/linux/drivers/usb/core/
H A DKconfig39 to initialize and enumerate it, with lots of nested retry loops.
87 If you say Y here, then Linux will refuse to enumerate

123456789