Home
last modified time | relevance | path

Searched refs:USB_STATE_URB_BUF (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/media/usb/dvb-usb/
A Dusb-urb.c96 if (stream->state & USB_STATE_URB_BUF) { in usb_free_stream_buffers()
106 stream->state &= ~USB_STATE_URB_BUF; in usb_free_stream_buffers()
131 stream->state |= USB_STATE_URB_BUF; in usb_allocate_stream_buffers()
A Ddvb-usb.h345 #define USB_STATE_URB_BUF 0x01 macro
/linux-6.3-rc2/drivers/media/usb/dvb-usb-v2/
A Dusb_urb.c209 if (stream->state & USB_STATE_URB_BUF) { in usb_free_stream_buffers()
216 stream->state &= ~USB_STATE_URB_BUF; in usb_free_stream_buffers()
244 stream->state |= USB_STATE_URB_BUF; in usb_alloc_stream_buffers()
A Ddvb_usb.h292 #define USB_STATE_URB_BUF 0x01 macro
/linux-6.3-rc2/drivers/media/usb/airspy/
A Dairspy.c97 #define USB_STATE_URB_BUF 2 macro
350 if (test_bit(USB_STATE_URB_BUF, &s->flags)) { in airspy_free_stream_bufs()
359 clear_bit(USB_STATE_URB_BUF, &s->flags); in airspy_free_stream_bufs()
385 set_bit(USB_STATE_URB_BUF, &s->flags); in airspy_alloc_stream_bufs()
/linux-6.3-rc2/drivers/media/usb/hackrf/
A Dhackrf.c94 #define USB_STATE_URB_BUF 1 /* XXX: set manually */ macro
606 if (dev->flags & USB_STATE_URB_BUF) { in hackrf_free_stream_bufs()
615 dev->flags &= ~USB_STATE_URB_BUF; in hackrf_free_stream_bufs()
642 dev->flags |= USB_STATE_URB_BUF; in hackrf_alloc_stream_bufs()

Completed in 13 milliseconds