Lines Matching defs:d

45 static int af9035_ctrl_msg(struct dvb_usb_device *d, struct usb_req *req)  in af9035_ctrl_msg()
130 static int af9035_wr_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_wr_regs()
154 static int af9035_rd_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len) in af9035_rd_regs()
164 static int af9035_wr_reg(struct dvb_usb_device *d, u32 reg, u8 val) in af9035_wr_reg()
170 static int af9035_rd_reg(struct dvb_usb_device *d, u32 reg, u8 *val) in af9035_rd_reg()
176 static int af9035_wr_reg_mask(struct dvb_usb_device *d, u32 reg, u8 val, in af9035_wr_reg_mask()
196 static int af9035_add_i2c_dev(struct dvb_usb_device *d, const char *type, in af9035_add_i2c_dev()
247 static void af9035_del_i2c_dev(struct dvb_usb_device *d) in af9035_del_i2c_dev()
285 struct dvb_usb_device *d = i2c_get_adapdata(adap); in af9035_i2c_master_xfer() local
475 static int af9035_identify_state(struct dvb_usb_device *d, const char **name) in af9035_identify_state()
532 static int af9035_download_firmware_old(struct dvb_usb_device *d, in af9035_download_firmware_old()
619 static int af9035_download_firmware_new(struct dvb_usb_device *d, in af9035_download_firmware_new()
664 static int af9035_download_firmware(struct dvb_usb_device *d, in af9035_download_firmware()
772 static int af9035_read_config(struct dvb_usb_device *d) in af9035_read_config()
973 static int af9035_tua9001_tuner_callback(struct dvb_usb_device *d, in af9035_tua9001_tuner_callback()
1019 static int af9035_fc0011_tuner_callback(struct dvb_usb_device *d, in af9035_fc0011_tuner_callback()
1084 static int af9035_tuner_callback(struct dvb_usb_device *d, int cmd, int arg) in af9035_tuner_callback()
1104 struct dvb_usb_device *d = i2c_get_adapdata(adap); in af9035_frontend_callback() local
1119 static int af9035_get_adapter_count(struct dvb_usb_device *d) in af9035_get_adapter_count()
1129 struct dvb_usb_device *d = adap_to_d(adap); in af9035_frontend_attach() local
1167 struct dvb_usb_device *d = adap_to_d(adap); in it930x_frontend_attach() local
1203 struct dvb_usb_device *d = adap_to_d(adap); in af9035_frontend_detach() local
1281 struct dvb_usb_device *d = adap_to_d(adap); in af9035_tuner_attach() local
1533 struct dvb_usb_device *d = adap_to_d(adap); in it930x_tuner_attach() local
1602 struct dvb_usb_device *d = adap_to_d(adap); in it930x_tuner_detach() local
1621 struct dvb_usb_device *d = adap_to_d(adap); in af9035_tuner_detach() local
1646 static int af9035_init(struct dvb_usb_device *d) in af9035_init()
1693 static int it930x_init(struct dvb_usb_device *d) in it930x_init()
1777 static int af9035_rc_query(struct dvb_usb_device *d) in af9035_rc_query()
1816 static int af9035_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc) in af9035_get_rc_config()
1869 struct dvb_usb_device *d = fe_to_d(fe); in af9035_get_stream_config() local