• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/

Lines Matching refs:pvr2_hdw

84 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 *);
122 struct usb_device *pvr2_hdw_get_dev(struct pvr2_hdw *);
125 unsigned long pvr2_hdw_get_sn(struct pvr2_hdw *);
128 const char *pvr2_hdw_get_bus_info(struct pvr2_hdw *);
131 void pvr2_hdw_disconnect(struct pvr2_hdw *);
134 unsigned int pvr2_hdw_get_ctrl_count(struct pvr2_hdw *);
137 struct pvr2_ctrl *pvr2_hdw_get_ctrl_by_index(struct pvr2_hdw *,unsigned int);
140 struct pvr2_ctrl *pvr2_hdw_get_ctrl_by_id(struct pvr2_hdw *,unsigned int);
143 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id);
146 struct pvr2_ctrl *pvr2_hdw_get_ctrl_nextv4l(struct pvr2_hdw *,
150 int pvr2_hdw_commit_ctl(struct pvr2_hdw *);
153 const char *pvr2_hdw_get_driver_name(struct pvr2_hdw *);
156 void pvr2_hdw_execute_tuner_poll(struct pvr2_hdw *);
159 int pvr2_hdw_get_tuner_status(struct pvr2_hdw *,struct v4l2_tuner *);
162 int pvr2_hdw_is_hsm(struct pvr2_hdw *);
165 int pvr2_hdw_set_streaming(struct pvr2_hdw *,int);
168 int pvr2_hdw_get_streaming(struct pvr2_hdw *);
171 int pvr2_hdw_set_stream_type(struct pvr2_hdw *, enum pvr2_config);
174 struct pvr2_stream *pvr2_hdw_get_video_stream(struct pvr2_hdw *);
177 int pvr2_hdw_get_stdenum_value(struct pvr2_hdw *hdw,struct v4l2_standard *std,
183 void pvr2_hdw_subsys_bit_chg(struct pvr2_hdw *hdw,
188 unsigned long pvr2_hdw_subsys_get(struct pvr2_hdw *);
192 void pvr2_hdw_subsys_stream_bit_chg(struct pvr2_hdw *hdw,
197 unsigned long pvr2_hdw_subsys_stream_get(struct pvr2_hdw *);
204 void pvr2_hdw_cpufw_set_enabled(struct pvr2_hdw *, int enable_flag);
207 int pvr2_hdw_cpufw_get_enabled(struct pvr2_hdw *);
212 int pvr2_hdw_cpufw_get(struct pvr2_hdw *,unsigned int offs,
216 int pvr2_hdw_v4l_get_minor_number(struct pvr2_hdw *,enum pvr2_v4l_type index);
219 void pvr2_hdw_v4l_store_minor_number(struct pvr2_hdw *,
228 int pvr2_hdw_register_access(struct pvr2_hdw *,
237 int pvr2_send_request(struct pvr2_hdw *,
242 int pvr2_write_register(struct pvr2_hdw *, u16, u32);
246 void pvr2_hdw_render_useless(struct pvr2_hdw *);
249 void pvr2_hdw_cpureset_assert(struct pvr2_hdw *,int);
252 void pvr2_hdw_device_reset(struct pvr2_hdw *);
257 int pvr2_hdw_cmd_deep_reset(struct pvr2_hdw *);
260 int pvr2_hdw_cmd_powerup(struct pvr2_hdw *);
263 int pvr2_hdw_cmd_decoder_reset(struct pvr2_hdw *);
266 int pvr2_hdw_gpio_get_dir(struct pvr2_hdw *hdw,u32 *);
267 int pvr2_hdw_gpio_get_out(struct pvr2_hdw *hdw,u32 *);
268 int pvr2_hdw_gpio_get_in(struct pvr2_hdw *hdw,u32 *);
269 int pvr2_hdw_gpio_chg_dir(struct pvr2_hdw *hdw,u32 msk,u32 val);
270 int pvr2_hdw_gpio_chg_out(struct pvr2_hdw *hdw,u32 msk,u32 val);
296 void pvr2_hdw_get_debug_info(const struct pvr2_hdw *hdw,
300 void pvr2_hdw_trigger_module_log(struct pvr2_hdw *hdw);
305 int pvr2_upload_firmware2(struct pvr2_hdw *hdw);