Searched refs:hdpvr_device (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/media/usb/hdpvr/ |
D | hdpvr.h | 67 struct hdpvr_device { struct 132 static inline struct hdpvr_device *to_hdpvr_dev(struct v4l2_device *v4l2_dev) in to_hdpvr_dev() argument 134 return container_of(v4l2_dev, struct hdpvr_device, v4l2_dev); in to_hdpvr_dev() 144 struct hdpvr_device *dev; 293 void hdpvr_delete(struct hdpvr_device *dev); 297 int hdpvr_set_options(struct hdpvr_device *dev); 299 int hdpvr_set_bitrate(struct hdpvr_device *dev); 301 int hdpvr_set_audio(struct hdpvr_device *dev, u8 input, 304 int hdpvr_config_call(struct hdpvr_device *dev, uint value, 307 int get_video_info(struct hdpvr_device *dev, struct hdpvr_video_info *vid_info); [all …]
|
D | hdpvr-video.c | 77 struct hdpvr_device *dev = buf->dev; in hdpvr_read_bulk_callback() 88 int hdpvr_cancel_queue(struct hdpvr_device *dev) in hdpvr_cancel_queue() 126 int hdpvr_free_buffers(struct hdpvr_device *dev) in hdpvr_free_buffers() 137 int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count) in hdpvr_alloc_buffers() 192 static int hdpvr_submit_buffers(struct hdpvr_device *dev) in hdpvr_submit_buffers() 233 static struct hdpvr_buffer *hdpvr_get_next_buffer(struct hdpvr_device *dev) in hdpvr_get_next_buffer() 253 struct hdpvr_device *dev = container_of(work, struct hdpvr_device, in hdpvr_transmit_buffers() 278 static int hdpvr_start_streaming(struct hdpvr_device *dev) in hdpvr_start_streaming() 329 static int hdpvr_stop_streaming(struct hdpvr_device *dev) in hdpvr_stop_streaming() 400 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_release() [all …]
|
D | hdpvr-i2c.c | 35 struct i2c_client *hdpvr_register_ir_tx_i2c(struct hdpvr_device *dev) in hdpvr_register_ir_tx_i2c() 48 struct i2c_client *hdpvr_register_ir_rx_i2c(struct hdpvr_device *dev) in hdpvr_register_ir_rx_i2c() 66 static int hdpvr_i2c_read(struct hdpvr_device *dev, int bus, in hdpvr_i2c_read() 98 static int hdpvr_i2c_write(struct hdpvr_device *dev, int bus, in hdpvr_i2c_write() 129 struct hdpvr_device *dev = i2c_get_adapdata(i2c_adapter); in hdpvr_transfer() 194 static int hdpvr_activate_ir(struct hdpvr_device *dev) in hdpvr_activate_ir() 214 int hdpvr_register_i2c_adapter(struct hdpvr_device *dev) in hdpvr_register_i2c_adapter()
|
D | hdpvr-control.c | 27 int hdpvr_config_call(struct hdpvr_device *dev, uint value, u8 valbuf) in hdpvr_config_call() 48 int get_video_info(struct hdpvr_device *dev, struct hdpvr_video_info *vidinf) in get_video_info() 80 int get_input_lines_info(struct hdpvr_device *dev) in get_input_lines_info() 106 int hdpvr_set_bitrate(struct hdpvr_device *dev) in hdpvr_set_bitrate() 124 int hdpvr_set_audio(struct hdpvr_device *dev, u8 input, in hdpvr_set_audio() 159 int hdpvr_set_options(struct hdpvr_device *dev) in hdpvr_set_options()
|
D | hdpvr-core.c | 69 void hdpvr_delete(struct hdpvr_device *dev) in hdpvr_delete() 117 static int device_authorization(struct hdpvr_device *dev) in device_authorization() 203 static int hdpvr_device_init(struct hdpvr_device *dev) in hdpvr_device_init() 273 struct hdpvr_device *dev; in hdpvr_probe() 416 struct hdpvr_device *dev = to_hdpvr_dev(usb_get_intfdata(interface)); in hdpvr_disconnect()
|