Searched refs:hdpvr_device (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/usb/hdpvr/ |
H A D | hdpvr.h | 63 struct hdpvr_device { struct 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, 305 int get_input_lines_info(struct hdpvr_device *dev); 313 int hdpvr_cancel_queue(struct hdpvr_device *dev); 317 int hdpvr_register_i2c_adapter(struct hdpvr_device *dev); [all …]
|
H A 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() 246 struct hdpvr_device *dev = container_of(work, struct hdpvr_device, in hdpvr_transmit_buffers() 390 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_release() 409 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_read() 530 struct hdpvr_device *dev = video_drvdata(filp); in hdpvr_poll() 581 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querycap() 592 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_std() 879 struct hdpvr_device *dev = in hdpvr_try_ctrl() [all …]
|
H A 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()
|
H A 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()
|
H A 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()
|