Searched refs:hdpvr_device (Results 1 – 5 of 5) sorted by relevance
/drivers/media/usb/hdpvr/ |
D | hdpvr.h | 63 struct hdpvr_device { struct 126 static inline struct hdpvr_device *to_hdpvr_dev(struct v4l2_device *v4l2_dev) in to_hdpvr_dev() argument 128 return container_of(v4l2_dev, struct hdpvr_device, v4l2_dev); in to_hdpvr_dev() 138 struct hdpvr_device *dev; 287 void hdpvr_delete(struct hdpvr_device *dev); 291 int hdpvr_set_options(struct hdpvr_device *dev); 293 int hdpvr_set_bitrate(struct hdpvr_device *dev); 295 int hdpvr_set_audio(struct hdpvr_device *dev, u8 input, 298 int hdpvr_config_call(struct hdpvr_device *dev, uint value, 301 int get_video_info(struct hdpvr_device *dev, struct hdpvr_video_info *vid_info); [all …]
|
D | hdpvr-video.c | 72 struct hdpvr_device *dev = buf->dev; in hdpvr_read_bulk_callback() 83 int hdpvr_cancel_queue(struct hdpvr_device *dev) in hdpvr_cancel_queue() 121 int hdpvr_free_buffers(struct hdpvr_device *dev) in hdpvr_free_buffers() 132 int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count) in hdpvr_alloc_buffers() 185 static int hdpvr_submit_buffers(struct hdpvr_device *dev) in hdpvr_submit_buffers() 226 static struct hdpvr_buffer *hdpvr_get_next_buffer(struct hdpvr_device *dev) in hdpvr_get_next_buffer() 246 struct hdpvr_device *dev = container_of(work, struct hdpvr_device, in hdpvr_transmit_buffers() 271 static int hdpvr_start_streaming(struct hdpvr_device *dev) in hdpvr_start_streaming() 321 static int hdpvr_stop_streaming(struct hdpvr_device *dev) in hdpvr_stop_streaming() 390 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_release() [all …]
|
D | hdpvr-control.c | 23 int hdpvr_config_call(struct hdpvr_device *dev, uint value, u8 valbuf) in hdpvr_config_call() 44 int get_video_info(struct hdpvr_device *dev, struct hdpvr_video_info *vidinf) in get_video_info() 76 int get_input_lines_info(struct hdpvr_device *dev) in get_input_lines_info() 102 int hdpvr_set_bitrate(struct hdpvr_device *dev) in hdpvr_set_bitrate() 120 int hdpvr_set_audio(struct hdpvr_device *dev, u8 input, in hdpvr_set_audio() 155 int hdpvr_set_options(struct hdpvr_device *dev) in hdpvr_set_options()
|
D | hdpvr-i2c.c | 31 struct i2c_client *hdpvr_register_ir_i2c(struct hdpvr_device *dev) in hdpvr_register_ir_i2c() 50 static int hdpvr_i2c_read(struct hdpvr_device *dev, int bus, in hdpvr_i2c_read() 82 static int hdpvr_i2c_write(struct hdpvr_device *dev, int bus, in hdpvr_i2c_write() 113 struct hdpvr_device *dev = i2c_get_adapdata(i2c_adapter); in hdpvr_transfer() 174 static int hdpvr_activate_ir(struct hdpvr_device *dev) in hdpvr_activate_ir() 194 int hdpvr_register_i2c_adapter(struct hdpvr_device *dev) in hdpvr_register_i2c_adapter()
|
D | hdpvr-core.c | 63 void hdpvr_delete(struct hdpvr_device *dev) in hdpvr_delete() 111 static int device_authorization(struct hdpvr_device *dev) in device_authorization() 197 static int hdpvr_device_init(struct hdpvr_device *dev) in hdpvr_device_init() 267 struct hdpvr_device *dev; in hdpvr_probe() 413 struct hdpvr_device *dev = to_hdpvr_dev(usb_get_intfdata(interface)); in hdpvr_disconnect()
|