• Home
  • Raw
  • Download

Lines Matching refs:dvb_usb_device

45 static int af9035_ctrl_msg(struct dvb_usb_device *d, struct usb_req *req)  in af9035_ctrl_msg()
129 static int af9035_wr_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_wr_regs()
153 static int af9035_rd_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_rd_regs()
163 static int af9035_wr_reg(struct dvb_usb_device *d, u32 reg, u8 val) in af9035_wr_reg()
169 static int af9035_rd_reg(struct dvb_usb_device *d, u32 reg, u8 *val) in af9035_rd_reg()
175 static int af9035_wr_reg_mask(struct dvb_usb_device *d, u32 reg, u8 val, in af9035_wr_reg_mask()
195 static int af9035_add_i2c_dev(struct dvb_usb_device *d, const char *type, in af9035_add_i2c_dev()
246 static void af9035_del_i2c_dev(struct dvb_usb_device *d) in af9035_del_i2c_dev()
284 struct dvb_usb_device *d = i2c_get_adapdata(adap); in af9035_i2c_master_xfer()
495 static int af9035_identify_state(struct dvb_usb_device *d, const char **name) in af9035_identify_state()
582 static int af9035_download_firmware_old(struct dvb_usb_device *d, in af9035_download_firmware_old()
667 static int af9035_download_firmware_new(struct dvb_usb_device *d, in af9035_download_firmware_new()
712 static int af9035_download_firmware(struct dvb_usb_device *d, in af9035_download_firmware()
816 static int af9035_read_config(struct dvb_usb_device *d) in af9035_read_config()
1013 static int af9035_tua9001_tuner_callback(struct dvb_usb_device *d, in af9035_tua9001_tuner_callback()
1060 static int af9035_fc0011_tuner_callback(struct dvb_usb_device *d, in af9035_fc0011_tuner_callback()
1126 static int af9035_tuner_callback(struct dvb_usb_device *d, int cmd, int arg) in af9035_tuner_callback()
1146 struct dvb_usb_device *d = i2c_get_adapdata(adap); in af9035_frontend_callback()
1162 static int af9035_get_adapter_count(struct dvb_usb_device *d) in af9035_get_adapter_count()
1172 struct dvb_usb_device *d = adap_to_d(adap); in af9035_frontend_attach()
1211 struct dvb_usb_device *d = adap_to_d(adap); in it930x_frontend_attach()
1248 struct dvb_usb_device *d = adap_to_d(adap); in af9035_frontend_detach()
1327 struct dvb_usb_device *d = adap_to_d(adap); in af9035_tuner_attach()
1580 struct dvb_usb_device *d = adap_to_d(adap); in it930x_tuner_attach()
1650 struct dvb_usb_device *d = adap_to_d(adap); in it930x_tuner_detach()
1670 struct dvb_usb_device *d = adap_to_d(adap); in af9035_tuner_detach()
1696 static int af9035_init(struct dvb_usb_device *d) in af9035_init()
1743 static int it930x_init(struct dvb_usb_device *d) in it930x_init()
1827 static int af9035_rc_query(struct dvb_usb_device *d) in af9035_rc_query()
1871 static int af9035_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc) in af9035_get_rc_config()
1926 struct dvb_usb_device *d = fe_to_d(fe); in af9035_get_stream_config()