Home
last modified time | relevance | path

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

12345

/linux-6.14.4/tools/usb/usbip/src/
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-6.14.4/tools/usb/usbip/libsrc/
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-6.14.4/drivers/char/xillybus/
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()
Dxillybus_class.h22 const char *prefix, bool enumerate);
/linux-6.14.4/Documentation/usb/
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-6.14.4/Documentation/userspace-api/media/v4l/
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
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.
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
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)
Dvidioc-subdev-enum-frame-interval.rst34 This ioctl lets applications enumerate available frame intervals on a
44 To enumerate frame intervals applications initialize the ``index``,
Dvidioc-dbg-g-chip-info.rst57 selects the nth bridge 'chip' on the TV card. You can enumerate all
65 selects the nth sub-device. This allows you to enumerate over all
Dvidioc-enumaudio.rst39 bounds. To enumerate all audio inputs applications shall begin at index
/linux-6.14.4/Documentation/admin-guide/hw-vuln/
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
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
/linux-6.14.4/tools/perf/scripts/python/
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-6.14.4/tools/testing/selftests/damon/
D_damon_sysfs.py131 for idx, goal in enumerate(self.goals):
324 for idx, target in enumerate(self.targets):
329 for idx, scheme in enumerate(self.schemes):
384 for idx, context in enumerate(self.contexts):
520 for idx, kdamond in enumerate(self.kdamonds):
/linux-6.14.4/tools/verification/dot2/
Dautomata.py180 for i, _ in enumerate(self.events):
184 for j, _ in enumerate(self.states):
/linux-6.14.4/Documentation/userspace-api/media/dvb/
Dquery-dvb-frontend-info.rst11 :ref:`FE_GET_INFO`. This ioctl will enumerate the
/linux-6.14.4/rust/macros/
Dpinned_drop.rs13 for (i, tt) in toks.iter().enumerate() { in pinned_drop()
/linux-6.14.4/drivers/platform/x86/intel/speed_select_if/
DKconfig16 via MMIO and Mail boxes to enumerate and control all the speed select
/linux-6.14.4/Documentation/devicetree/bindings/pci/
Dfsl,pci.txt6 enumerate the bus.
/linux-6.14.4/drivers/dma/dw/
DKconfig35 platforms that enumerate it as a PCI device. For example,
/linux-6.14.4/tools/testing/selftests/bpf/
Dgenerate_udp_fragments.py44 for idx, frag in enumerate(frags):
/linux-6.14.4/Documentation/firmware-guide/acpi/
Dlpit.rst7 To enumerate platform Low Power Idle states, Intel platforms are using
/linux-6.14.4/drivers/net/phy/
Dqt2025.rs82 for (src_idx, val) in fw.data().iter().enumerate() { in probe()

12345