Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/misc/
H A 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()
H A 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()
/openbmc/linux/drivers/media/usb/hdpvr/
H A 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()
H A Dhdpvr.h83 __u8 bulk_in_endpointAddr; member
H A Dhdpvr-video.c167 dev->bulk_in_endpointAddr), in hdpvr_alloc_buffers()
353 dev->bulk_in_endpointAddr), in hdpvr_stop_streaming()
/openbmc/linux/drivers/usb/
H A 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()
/openbmc/linux/Documentation/driver-api/usb/
H A Dwriting_usb_driver.rst236 skel->bulk_in_endpointAddr),