/linux/tools/usb/usbip/src/ |
A D | usbip_list.c | 170 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() 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() 274 udev_enumerate_scan_devices(enumerate); in list_gadget_devices() 275 devices = udev_enumerate_get_list_entry(enumerate); in list_gadget_devices() [all …]
|
/linux/drivers/char/xillybus/ |
A D | xillybus_class.c | 47 const char *prefix, bool enumerate) in xillybus_init_chrdev() argument 65 if (!enumerate) in xillybus_init_chrdev() 68 for (i = 0; enumerate; i++) { in xillybus_init_chrdev() 72 enumerate = false; in xillybus_init_chrdev() 75 enumerate = true; in xillybus_init_chrdev()
|
A D | xillybus_class.h | 22 const char *prefix, bool enumerate);
|
/linux/tools/usb/usbip/libsrc/ |
A D | usbip_host_common.c | 121 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/Documentation/usb/ |
A D | chipidea.rst | 41 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/Documentation/userspace-api/media/v4l/ |
A 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
|
A D | vidioc-enuminput.rst | 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.
|
A D | vidioc-enumoutput.rst | 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
|
A D | format.rst | 74 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)
|
A D | vidioc-subdev-enum-frame-size.rst | 34 This ioctl allows applications to enumerate all frame sizes supported by 40 To enumerate frame sizes applications initialize the ``pad``, ``which``
|
A D | vidioc-subdev-enum-frame-interval.rst | 34 This ioctl lets applications enumerate available frame intervals on a 44 To enumerate frame intervals applications initialize the ``index``,
|
A D | vidioc-dbg-g-chip-info.rst | 57 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
|
A D | vidioc-enumaudio.rst | 39 bounds. To enumerate all audio inputs applications shall begin at index
|
A D | vidioc-enumaudioout.rst | 39 bounds. To enumerate all audio outputs applications shall begin at index
|
A D | dv-timings.rst | 25 To enumerate and query the attributes of the DV timings supported by a
|
A D | video.rst | 17 outputs applications can enumerate them with the
|
/linux/tools/perf/scripts/python/ |
A 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:]):
|
A D | mem-phys-addr.py | 33 for i, j in enumerate(f):
|
/linux/Documentation/userspace-api/media/dvb/ |
A D | query-dvb-frontend-info.rst | 11 :ref:`FE_GET_INFO`. This ioctl will enumerate the
|
/linux/drivers/dma/dw/ |
A D | Kconfig | 26 platforms that enumerate it as a PCI device. For example,
|
/linux/drivers/platform/x86/intel/speed_select_if/ |
A D | Kconfig | 12 via MMIO and Mail boxes to enumerate and control all the speed select
|
/linux/Documentation/devicetree/bindings/pci/ |
A D | fsl,pci.txt | 6 enumerate the bus.
|
/linux/Documentation/firmware-guide/acpi/ |
A D | lpit.rst | 7 To enumerate platform Low Power Idle states, Intel platforms are using
|
/linux/drivers/usb/core/ |
A D | Kconfig | 39 to initialize and enumerate it, with lots of nested retry loops. 87 If you say Y here, then Linux will refuse to enumerate
|
/linux/Documentation/sphinx/ |
A D | kernel_feat.py | 142 for c, l in enumerate(lines.split("\n")):
|