/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/ |
H A D | host_device.rs | 373 fn alloc_streams(&self, ep: u8, num_streams: u16) -> Result<()> { in alloc_streams() method 376 .alloc_streams(ep, num_streams) in alloc_streams()
|
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/ |
H A D | xhci_backend_device.rs | 34 fn alloc_streams(&self, ep: u8, num_streams: u16) -> Result<()>; in alloc_streams() method
|
H A D | device_slot.rs | 938 .alloc_streams(endpoint_address, streams - 1) in add_one_endpoint()
|
/aosp_15_r20/external/crosvm/devices/src/usb/backend/ |
H A D | device.rs | 251 fn alloc_streams(&self, ep: u8, num_streams: u16) -> Result<()> { in alloc_streams() method 256 alloc_streams, in alloc_streams()
|
/aosp_15_r20/external/libusb/libusb/ |
H A D | core.c | 1976 if (usbi_backend.alloc_streams) in libusb_alloc_streams() 1977 return usbi_backend.alloc_streams(dev_handle, num_streams, endpoints, in libusb_alloc_streams()
|
H A D | libusbi.h | 1292 int (*alloc_streams)(struct libusb_device_handle *dev_handle, member
|
/aosp_15_r20/external/crosvm/devices/src/usb/backend/fido_backend/ |
H A D | fido_passthrough.rs | 550 fn alloc_streams(&self, _ep: u8, _num_streams: u16) -> BackendResult<()> { in alloc_streams() method
|
/aosp_15_r20/external/crosvm/usb_util/src/ |
H A D | device.rs | 532 pub fn alloc_streams(&self, ep: u8, num_streams: u16) -> Result<()> { in alloc_streams() method
|
/aosp_15_r20/external/libusb/include/libusb/ |
H A D | libusbi.h | 1292 int (*alloc_streams)(struct libusb_device_handle *dev_handle, member
|
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | linux_usbfs.c | 2807 .alloc_streams = op_alloc_streams,
|
H A D | darwin_usb.c | 2953 .alloc_streams = darwin_alloc_streams,
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 31586 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
H A D | vmlinux_600.h | 31586 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 57787 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
H A D | vmlinux_602.h | 57787 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 91169 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
H A D | vmlinux_518.h | 91169 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 51622 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
H A D | vmlinux.h | 51622 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 106836 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
H A D | vmlinux.h | 106836 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 99060 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 89324 …int (*alloc_streams)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint **, unsigned … member
|
/aosp_15_r20/kernel/prebuilts/6.1/arm64/ |
D | abi.stg | 46397 name: "alloc_streams"
|
/aosp_15_r20/kernel/prebuilts/6.6/arm64/ |
D | abi.stg | 49224 name: "alloc_streams"
|