Home
last modified time | relevance | path

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

1234

/Linux-v5.4/tools/usb/usbip/src/
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 …]
/Linux-v5.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-v5.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.
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.
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-enum-dv-timings.rst47 applications can enumerate a list of known supported timings. Call
57 error code when the index is out of bounds. To enumerate all supported
63 Drivers may enumerate a different set of DV timings after
72 Attempts to enumerate timings on a pad that doesn't support them will
Dvidioc-enuminput.rst46 index is out of bounds. To enumerate all inputs applications shall begin
72 - Drivers can enumerate up to 32 video and audio inputs. This field
78 When the driver does not enumerate audio inputs no bits must be
81 not enumerate them since there is no choice anyway.
Dvidioc-enumoutput.rst46 when the index is out of bounds. To enumerate all outputs applications
73 - Drivers can enumerate up to 32 video and audio outputs. This field
79 When the driver does not enumerate audio outputs no bits must be
Dformat.rst82 enumerate all image formats supported by video capture, overlay or
91 They must enumerate only formats directly supported by the hardware.
97 (otherwise it could explicitly ask for them and need not enumerate)
Dvidioc-subdev-enum-frame-interval.rst42 This ioctl lets applications enumerate available frame intervals on a
52 To enumerate frame intervals applications initialize the ``index``,
Dvidioc-subdev-enum-frame-size.rst42 This ioctl allows applications to enumerate all frame sizes supported by
48 To enumerate frame sizes applications initialize the ``pad``, ``which``
Dvidioc-dbg-g-chip-info.rst65 selects the nth bridge 'chip' on the TV card. You can enumerate all
73 selects the nth sub-device. This allows you to enumerate over all
Dvidioc-enumaudio.rst47 bounds. To enumerate all audio inputs applications shall begin at index
Dvidioc-enumaudioout.rst47 bounds. To enumerate all audio outputs applications shall begin at index
Dvideo.rst24 outputs applications can enumerate them with the
Ddv-timings.rst32 To enumerate and query the attributes of the DV timings supported by a
Dvidioc-subdev-enum-mbus-code.rst42 To enumerate media bus formats available at a given sub-device pad
/Linux-v5.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:]):
Dmem-phys-addr.py33 for i, j in enumerate(f):
/Linux-v5.4/drivers/dma/dw/
DKconfig24 platforms that enumerate it as a PCI device. For example,
/Linux-v5.4/drivers/platform/x86/intel_speed_select_if/
DKconfig12 via MMIO and Mail boxes to enumerate and control all the speed select
/Linux-v5.4/Documentation/media/uapi/dvb/
Dquery-dvb-frontend-info.rst18 :ref:`FE_GET_INFO`. This ioctl will enumerate the
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Dfsl,pci.txt6 enumerate the bus.
/Linux-v5.4/Documentation/firmware-guide/acpi/
Dlpit.rst7 To enumerate platform Low Power Idle states, Intel platforms are using
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-firmware-ofw5 When using OpenFirmware or a Flattened Device Tree to enumerate
/Linux-v5.4/Documentation/x86/
Dtopology.rst63 The logical ID of the package. As we do not trust BIOSes to enumerate the
144 threads. Many BIOSes enumerate all threads 0 first and then all threads 1.
/Linux-v5.4/drivers/fpga/
DKconfig149 Driver can walk through the feature headers to enumerate feature
201 for userspace applications to configure, enumerate, open and access

1234