Home
last modified time | relevance | path

Searched refs:read_endpoint (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/staging/media/deprecated/zr364xx/
Dzr364xx.c179 u8 read_endpoint; member
991 pipe = usb_rcvbulkpipe(cam->udev, cam->read_endpoint); in read_pipe_completion()
1017 pipe = usb_rcvbulkpipe(cam->udev, cam->read_endpoint); in zr364xx_start_readpipe()
1018 DBG("%s: start pipe IN x%x\n", __func__, cam->read_endpoint); in zr364xx_start_readpipe()
1498 if (!cam->read_endpoint && usb_endpoint_is_bulk_in(endpoint)) { in zr364xx_probe()
1500 cam->read_endpoint = endpoint->bEndpointAddress; in zr364xx_probe()
1504 if (!cam->read_endpoint) { in zr364xx_probe()
/Linux-v6.1/drivers/media/usb/s2255/
Ds2255drv.c256 u8 read_endpoint; member
2069 pipe = usb_rcvbulkpipe(dev->udev, dev->read_endpoint); in read_pipe_completion()
2091 pipe = usb_rcvbulkpipe(dev->udev, dev->read_endpoint); in s2255_start_readpipe()
2092 dprintk(dev, 2, "%s: IN %d\n", __func__, dev->read_endpoint); in s2255_start_readpipe()
2246 if (!dev->read_endpoint && usb_endpoint_is_bulk_in(endpoint)) { in s2255_probe()
2248 dev->read_endpoint = endpoint->bEndpointAddress; in s2255_probe()
2252 if (!dev->read_endpoint) { in s2255_probe()