Home
last modified time | relevance | path

Searched refs:bulk_in_endpointAddr (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/usb/misc/
Didmouse.c73 __u8 bulk_in_endpointAddr; /* the address of the bulk in endpoint */ member
161 usb_rcvbulkpipe(dev->udev, dev->bulk_in_endpointAddr), in idmouse_create_image()
351 dev->bulk_in_endpointAddr = endpoint->bEndpointAddress; in idmouse_probe()
Dusblcd.c47 __u8 bulk_in_endpointAddr; /* the address of the member
143 dev->bulk_in_endpointAddr), in lcd_read()
355 dev->bulk_in_endpointAddr = bulk_in->bEndpointAddress; in lcd_probe()
/linux-6.12.1/drivers/media/usb/hdpvr/
Dhdpvr-core.c328 if (!dev->bulk_in_endpointAddr && in hdpvr_probe()
334 dev->bulk_in_endpointAddr = endpoint->bEndpointAddress; in hdpvr_probe()
338 if (!dev->bulk_in_endpointAddr) { in hdpvr_probe()
Dhdpvr.h83 __u8 bulk_in_endpointAddr; member
Dhdpvr-video.c167 dev->bulk_in_endpointAddr), in hdpvr_alloc_buffers()
353 dev->bulk_in_endpointAddr), in hdpvr_stop_streaming()
/linux-6.12.1/drivers/usb/
Dusb-skeleton.c57 __u8 bulk_in_endpointAddr; /* the address of the bulk in endpoint */ member
195 dev->bulk_in_endpointAddr), in skel_do_read_io()
521 dev->bulk_in_endpointAddr = bulk_in->bEndpointAddress; in skel_probe()
/linux-6.12.1/Documentation/driver-api/usb/
Dwriting_usb_driver.rst236 skel->bulk_in_endpointAddr),