Home
last modified time | relevance | path

Searched refs:airspy (Results 1 – 5 of 5) sorted by relevance

/drivers/media/usb/airspy/
Dairspy.c106 struct airspy { struct
171 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index, in airspy_ctrl_msg() argument
225 static struct airspy_frame_buf *airspy_get_next_fill_buf(struct airspy *s) in airspy_get_next_fill_buf()
242 static unsigned int airspy_convert_stream(struct airspy *s, in airspy_convert_stream()
280 struct airspy *s = urb->context; in airspy_urb_complete()
326 static int airspy_kill_urbs(struct airspy *s) in airspy_kill_urbs()
340 static int airspy_submit_urbs(struct airspy *s) in airspy_submit_urbs()
359 static int airspy_free_stream_bufs(struct airspy *s) in airspy_free_stream_bufs()
375 static int airspy_alloc_stream_bufs(struct airspy *s) in airspy_alloc_stream_bufs()
402 static int airspy_free_urbs(struct airspy *s) in airspy_free_urbs()
[all …]
DMakefile1 obj-$(CONFIG_USB_AIRSPY) += airspy.o
DKconfig9 module will be called airspy
/drivers/media/usb/
DMakefile12 obj-$(CONFIG_USB_AIRSPY) += airspy/
DKconfig58 source "drivers/media/usb/airspy/Kconfig"