Home
last modified time | relevance | path

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

/linux/drivers/media/usb/hdpvr/
H A Dhdpvr.h63 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 …]
H A Dhdpvr-control.c23 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 Dhdpvr-core.c63 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()