Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/hdpvr/
Dhdpvr.h67 struct hdpvr_device { struct
130 static inline struct hdpvr_device *to_hdpvr_dev(struct v4l2_device *v4l2_dev) in to_hdpvr_dev() argument
132 return container_of(v4l2_dev, struct hdpvr_device, v4l2_dev); in to_hdpvr_dev()
142 struct hdpvr_device *dev;
291 void hdpvr_delete(struct hdpvr_device *dev);
295 int hdpvr_set_options(struct hdpvr_device *dev);
297 int hdpvr_set_bitrate(struct hdpvr_device *dev);
299 int hdpvr_set_audio(struct hdpvr_device *dev, u8 input,
302 int hdpvr_config_call(struct hdpvr_device *dev, uint value,
305 int get_video_info(struct hdpvr_device *dev, struct hdpvr_video_info *vid_info);
[all …]
Dhdpvr-video.c76 struct hdpvr_device *dev = buf->dev; in hdpvr_read_bulk_callback()
87 int hdpvr_cancel_queue(struct hdpvr_device *dev) in hdpvr_cancel_queue()
125 int hdpvr_free_buffers(struct hdpvr_device *dev) in hdpvr_free_buffers()
136 int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count) in hdpvr_alloc_buffers()
189 static int hdpvr_submit_buffers(struct hdpvr_device *dev) in hdpvr_submit_buffers()
230 static struct hdpvr_buffer *hdpvr_get_next_buffer(struct hdpvr_device *dev) in hdpvr_get_next_buffer()
250 struct hdpvr_device *dev = container_of(work, struct hdpvr_device, in hdpvr_transmit_buffers()
275 static int hdpvr_start_streaming(struct hdpvr_device *dev) in hdpvr_start_streaming()
326 static int hdpvr_stop_streaming(struct hdpvr_device *dev) in hdpvr_stop_streaming()
395 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_release()
[all …]
Dhdpvr-control.c27 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()
Dhdpvr-i2c.c35 struct i2c_client *hdpvr_register_ir_i2c(struct hdpvr_device *dev) in hdpvr_register_ir_i2c()
54 static int hdpvr_i2c_read(struct hdpvr_device *dev, int bus, in hdpvr_i2c_read()
86 static int hdpvr_i2c_write(struct hdpvr_device *dev, int bus, in hdpvr_i2c_write()
117 struct hdpvr_device *dev = i2c_get_adapdata(i2c_adapter); in hdpvr_transfer()
178 static int hdpvr_activate_ir(struct hdpvr_device *dev) in hdpvr_activate_ir()
198 int hdpvr_register_i2c_adapter(struct hdpvr_device *dev) in hdpvr_register_i2c_adapter()
Dhdpvr-core.c67 void hdpvr_delete(struct hdpvr_device *dev) in hdpvr_delete()
115 static int device_authorization(struct hdpvr_device *dev) in device_authorization()
200 static int hdpvr_device_init(struct hdpvr_device *dev) in hdpvr_device_init()
270 struct hdpvr_device *dev; in hdpvr_probe()
406 struct hdpvr_device *dev = to_hdpvr_dev(usb_get_intfdata(interface)); in hdpvr_disconnect()