Searched refs:pvr2_hdw (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-eeprom.h26 struct pvr2_hdw;
28 int pvr2_eeprom_analyze(struct pvr2_hdw *);
H A Dpvrusb2-encoder.h26 struct pvr2_hdw;
28 int pvr2_encoder_configure(struct pvr2_hdw *);
29 int pvr2_encoder_start(struct pvr2_hdw *);
30 int pvr2_encoder_stop(struct pvr2_hdw *);
H A Dpvrusb2-audio.h28 int pvr2_i2c_msp3400_setup(struct pvr2_hdw *,struct pvr2_i2c_client *);
H A Dpvrusb2-cx2584x-v4l.h40 int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *,struct pvr2_i2c_client *);
H A Dpvrusb2-debugifc.h24 struct pvr2_hdw;
29 int pvr2_debugifc_print_info(struct pvr2_hdw *,
36 int pvr2_debugifc_print_status(struct pvr2_hdw *,
40 int pvr2_debugifc_docmd(struct pvr2_hdw *,
H A Dpvrusb2-tuner.h26 int pvr2_i2c_tuner_setup(struct pvr2_hdw *,struct pvr2_i2c_client *);
H A Dpvrusb2-video-v4l.h39 int pvr2_i2c_decoder_v4l_setup(struct pvr2_hdw *,struct pvr2_i2c_client *);
H A Dpvrusb2-wm8775.h40 int pvr2_i2c_wm8775_setup(struct pvr2_hdw *,struct pvr2_i2c_client *);
H A Dpvrusb2-hdw.h84 struct pvr2_hdw;
88 struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
92 void pvr2_hdw_poll(struct pvr2_hdw *);
95 void pvr2_hdw_poll_trigger_unlocked(struct pvr2_hdw *);
98 void pvr2_hdw_setup_poll_trigger(struct pvr2_hdw *,
103 void pvr2_hdw_destroy(struct pvr2_hdw *);
109 int pvr2_hdw_setup(struct pvr2_hdw *);
112 int pvr2_hdw_init_ok(struct pvr2_hdw *);
115 int pvr2_hdw_dev_ok(struct pvr2_hdw *);
119 int pvr2_hdw_get_unit_number(struct pvr2_hdw *);
[all...]
H A Dpvrusb2-i2c-core.h27 struct pvr2_hdw;
38 struct pvr2_hdw *hdw;
59 int (*check)(struct pvr2_hdw *);
60 void (*update)(struct pvr2_hdw *);
64 void pvr2_i2c_core_init(struct pvr2_hdw *);
65 void pvr2_i2c_core_done(struct pvr2_hdw *);
68 int pvr2_i2c_core_cmd(struct pvr2_hdw *,unsigned int cmd,void *arg);
70 int pvr2_i2c_core_check_stale(struct pvr2_hdw *);
71 void pvr2_i2c_core_sync(struct pvr2_hdw *);
72 void pvr2_i2c_core_status_poll(struct pvr2_hdw *);
[all...]
H A Dpvrusb2-context.h27 struct pvr2_hdw; /* hardware interface - defined elsewhere */
44 struct pvr2_hdw *hdw;
63 struct pvr2_hdw *hdw;
H A Dpvrusb2-i2c-cmd-v4l2.c29 static void set_standard(struct pvr2_hdw *hdw)
44 static int check_standard(struct pvr2_hdw *hdw)
57 static void set_bcsh(struct pvr2_hdw *hdw)
80 static int check_bcsh(struct pvr2_hdw *hdw)
96 static void set_volume(struct pvr2_hdw *hdw)
126 static int check_volume(struct pvr2_hdw *hdw)
143 static void set_audiomode(struct pvr2_hdw *hdw)
152 static int check_audiomode(struct pvr2_hdw *hdw)
166 static void set_frequency(struct pvr2_hdw *hdw)
194 static int check_frequency(struct pvr2_hdw *hd
[all...]
H A Dpvrusb2-tuner.c33 struct pvr2_hdw *hdw;
42 struct pvr2_hdw *hdw = ctxt->hdw;
58 struct pvr2_hdw *hdw = ctxt->hdw;
91 int pvr2_i2c_tuner_setup(struct pvr2_hdw *hdw,struct pvr2_i2c_client *cp)
H A Dpvrusb2-hdw.c85 static struct pvr2_hdw *unit_pointers[PVR_NUM] = {[ 0 ... PVR_NUM-1 ] = NULL};
257 static void pvr2_hdw_set_cur_freq(struct pvr2_hdw *,unsigned long);
258 static int pvr2_hdw_cmd_usbstream(struct pvr2_hdw *hdw,int runFl);
259 static int pvr2_hdw_commit_ctl_internal(struct pvr2_hdw *hdw);
260 static int pvr2_hdw_get_eeprom_addr(struct pvr2_hdw *hdw);
261 static void pvr2_hdw_internal_find_stdenum(struct pvr2_hdw *hdw);
262 static void pvr2_hdw_internal_set_std_avail(struct pvr2_hdw *hdw);
263 static void pvr2_hdw_render_useless_unlocked(struct pvr2_hdw *hdw);
264 static void pvr2_hdw_subsys_bit_chg_no_lock(struct pvr2_hdw *hdw,
267 static void pvr2_hdw_subsys_stream_bit_chg_no_lock(struct pvr2_hdw *hd
[all...]
H A Dpvrusb2-video-v4l.c47 struct pvr2_hdw *hdw;
54 struct pvr2_hdw *hdw = ctxt->hdw;
82 struct pvr2_hdw *hdw = ctxt->hdw;
90 struct pvr2_hdw *hdw = ctxt->hdw;
112 struct pvr2_hdw *hdw = ctxt->hdw;
200 int pvr2_i2c_decoder_v4l_setup(struct pvr2_hdw *hdw,
H A Dpvrusb2-audio.c31 struct pvr2_hdw *hdw;
41 struct pvr2_hdw *hdw = ctxt->hdw;
72 struct pvr2_hdw *hdw = ctxt->hdw;
140 int pvr2_i2c_msp3400_setup(struct pvr2_hdw *hdw,struct pvr2_i2c_client *cp)
H A Dpvrusb2-wm8775.c44 struct pvr2_hdw *hdw;
52 struct pvr2_hdw *hdw = ctxt->hdw;
73 struct pvr2_hdw *hdw = ctxt->hdw;
141 int pvr2_i2c_wm8775_setup(struct pvr2_hdw *hdw,struct pvr2_i2c_client *cp)
H A Dpvrusb2-encoder.c41 static int pvr2_encoder_write_words(struct pvr2_hdw *hdw,
87 static int pvr2_encoder_read_words(struct pvr2_hdw *hdw,
156 struct pvr2_hdw *hdw = (struct pvr2_hdw *)ctxt;
298 static int pvr2_encoder_vcmd(struct pvr2_hdw *hdw, int cmd,
327 static int pvr2_encoder_prep_config(struct pvr2_hdw *hdw)
364 int pvr2_encoder_configure(struct pvr2_hdw *hdw)
434 int pvr2_encoder_start(struct pvr2_hdw *hdw)
468 int pvr2_encoder_stop(struct pvr2_hdw *hdw)
H A Dpvrusb2-hdw-internal.h136 struct pvr2_hdw *hdw;
168 typedef int (*pvr2_i2c_func)(struct pvr2_hdw *,u8,u8 *,u16,u8 *, u16);
174 struct pvr2_hdw { struct
332 unsigned long pvr2_hdw_get_cur_freq(struct pvr2_hdw *);
H A Dpvrusb2-cx2584x-v4l.c47 struct pvr2_hdw *hdw;
54 struct pvr2_hdw *hdw = ctxt->hdw;
93 struct pvr2_hdw *hdw = ctxt->hdw;
101 struct pvr2_hdw *hdw = ctxt->hdw;
123 struct pvr2_hdw *hdw = ctxt->hdw;
223 int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *hdw,
H A Dpvrusb2-i2c-core.c50 static int pvr2_i2c_write(struct pvr2_hdw *hdw, /* Context */
102 static int pvr2_i2c_read(struct pvr2_hdw *hdw, /* Context */
178 static int pvr2_i2c_basic_op(struct pvr2_hdw *hdw,
201 static int i2c_24xxx_ir(struct pvr2_hdw *hdw,
271 static int i2c_hack_wm8775(struct pvr2_hdw *hdw,
284 static int i2c_black_hole(struct pvr2_hdw *hdw,
297 static int i2c_hack_cx25840(struct pvr2_hdw *hdw,
386 struct pvr2_hdw *hdw = (struct pvr2_hdw *)(i2c_adap->algo_data);
577 int pvr2_i2c_core_cmd(struct pvr2_hdw *hd
[all...]
H A Dpvrusb2-eeprom.c45 static u8 *pvr2_eeprom_fetch(struct pvr2_hdw *hdw)
118 int pvr2_eeprom_analyze(struct pvr2_hdw *hdw)
H A Dpvrusb2-i2c-chips-v4l2.c54 void pvr2_i2c_probe(struct pvr2_hdw *hdw,struct pvr2_i2c_client *cp)
H A Dpvrusb2-debugifc.c231 int pvr2_debugifc_print_info(struct pvr2_hdw *hdw,char *buf,unsigned int acnt)
288 int pvr2_debugifc_print_status(struct pvr2_hdw *hdw,
340 static int pvr2_debugifc_do1cmd(struct pvr2_hdw *hdw,const char *buf,
448 int pvr2_debugifc_docmd(struct pvr2_hdw *hdw,const char *buf,
H A Dpvrusb2-v4l2.c174 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw;
772 struct pvr2_hdw *hdw = dip->v4lp->channel.mc_head->hdw;
845 struct pvr2_hdw *hdw = fhp->channel.mc_head->hdw;
906 struct pvr2_hdw *hdw;
975 struct pvr2_hdw *hdw;
1016 struct pvr2_hdw *hdw = fh->channel.mc_head->hdw;

Completed in 152 milliseconds