/Linux-v4.19/tools/usb/usbip/src/ |
D | usbip_list.c | 181 struct udev_enumerate *enumerate; in list_devices() local 198 enumerate = udev_enumerate_new(udev); in list_devices() 203 udev_enumerate_add_match_subsystem(enumerate, "usb"); in list_devices() 204 udev_enumerate_add_nomatch_sysattr(enumerate, "bDeviceClass", "09"); in list_devices() 205 udev_enumerate_add_nomatch_sysattr(enumerate, "bInterfaceNumber", NULL); in list_devices() 206 udev_enumerate_scan_devices(enumerate); in list_devices() 208 devices = udev_enumerate_get_list_entry(enumerate); in list_devices() 254 udev_enumerate_unref(enumerate); in list_devices() 264 struct udev_enumerate *enumerate; in list_gadget_devices() local 281 enumerate = udev_enumerate_new(udev); in list_gadget_devices() [all …]
|
/Linux-v4.19/tools/usb/usbip/libsrc/ |
D | usbip_host_common.c | 133 struct udev_enumerate *enumerate; in refresh_exported_devices() local 138 enumerate = udev_enumerate_new(udev_context); in refresh_exported_devices() 139 udev_enumerate_add_match_subsystem(enumerate, hdriver->udev_subsystem); in refresh_exported_devices() 140 udev_enumerate_scan_devices(enumerate); in refresh_exported_devices() 142 devices = udev_enumerate_get_list_entry(enumerate); in refresh_exported_devices()
|
/Linux-v4.19/Documentation/usb/ |
D | chipidea.txt | 26 The A-device(with micro A plug inserted) should enumerate B-device. 32 B-device should take host role and enumerate A-device. 43 A-device should switch back to host and enumerate B-device. 46 A-device should enumerate B-device again. 49 A-device should NOT enumerate B-device. 70 A-device should resume usb bus and enumerate B-device.
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
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
|
D | vidioc-enumoutput.rst | 39 when the index is out of bounds. To enumerate all outputs applications 66 - Drivers can enumerate up to 32 video and audio outputs. This field 72 When the driver does not enumerate audio outputs no bits must be
|
D | vidioc-enuminput.rst | 39 index is out of bounds. To enumerate all inputs applications shall begin 65 - Drivers can enumerate up to 32 video and audio inputs. This field 71 When the driver does not enumerate audio inputs no bits must be 74 not enumerate them since there is no choice anyway.
|
D | format.rst | 75 enumerate all image formats supported by video capture, overlay or 84 They must enumerate only formats directly supported by the hardware. 90 (otherwise it could explicitly ask for them and need not enumerate)
|
D | vidioc-subdev-enum-frame-interval.rst | 35 This ioctl lets applications enumerate available frame intervals on a 45 To enumerate frame intervals applications initialize the ``index``,
|
D | vidioc-subdev-enum-frame-size.rst | 35 This ioctl allows applications to enumerate all frame sizes supported by 41 To enumerate frame sizes applications initialize the ``pad``, ``which``
|
D | vidioc-dbg-g-chip-info.rst | 58 selects the nth bridge 'chip' on the TV card. You can enumerate all 66 selects the nth sub-device. This allows you to enumerate over all
|
D | vidioc-enumaudio.rst | 40 bounds. To enumerate all audio inputs applications shall begin at index
|
D | vidioc-enumaudioout.rst | 40 bounds. To enumerate all audio outputs applications shall begin at index
|
D | dv-timings.rst | 25 To enumerate and query the attributes of the DV timings supported by a
|
D | video.rst | 17 outputs applications can enumerate them with the
|
D | vidioc-subdev-enum-mbus-code.rst | 35 To enumerate media bus formats available at a given sub-device pad
|
D | diff-v4l.rst | 128 - Applications can enumerate the supported image formats with the 141 - Applications can enumerate the supported image formats with the 157 outputs. To determine their number applications can enumerate audio 172 ``video_channel`` to enumerate the video inputs of a V4L 224 ``video_tuner`` can be used to enumerate the tuners of a 358 ``video_audio`` are used to enumerate the audio inputs
|
/Linux-v4.19/tools/perf/scripts/python/ |
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:]):
|
D | mem-phys-addr.py | 31 for i, j in enumerate(f):
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | query-dvb-frontend-info.rst | 11 :ref:`FE_GET_INFO`. This ioctl will enumerate the
|
/Linux-v4.19/drivers/dma/dw/ |
D | Kconfig | 22 platforms that enumerate it as a PCI device. For example,
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | fsl,pci.txt | 6 enumerate the bus.
|
/Linux-v4.19/Documentation/acpi/ |
D | lpit.txt | 1 To enumerate platform Low Power Idle states, Intel platforms are using
|
/Linux-v4.19/drivers/fpga/ |
D | Kconfig | 141 Driver can walk through the feature headers to enumerate feature 193 for userspace applications to configure, enumerate, open and access
|
/Linux-v4.19/Documentation/x86/ |
D | topology.txt | 56 The logical ID of the package. As we do not trust BIOSes to enumerate the 136 threads. Many BIOSes enumerate all threads 0 first and then all threads 1.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-ofw | 5 When using OpenFirmware or a Flattened Device Tree to enumerate
|