Searched refs:req_t (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | ce6230.c | 34 static int ce6230_rw_udev(struct usb_device *udev, struct req_t *req) in ce6230_rw_udev() 102 static int ce6230_ctrl_msg(struct dvb_usb_device *d, struct req_t *req) in ce6230_ctrl_msg() 113 struct req_t req; in ce6230_i2c_xfer()
|
D | af9015.c | 67 static int af9015_rw_udev(struct usb_device *udev, struct req_t *req) in af9015_rw_udev() 184 static int af9015_ctrl_msg(struct dvb_usb_device *d, struct req_t *req) in af9015_ctrl_msg() 192 struct req_t req = {WRITE_MEMORY, AF9015_I2C_DEMOD, addr, 0, 0, len, in af9015_write_regs() 204 struct req_t req = {READ_MEMORY, AF9015_I2C_DEMOD, addr, 0, 0, len, in af9015_read_regs() 217 struct req_t req = {WRITE_I2C, addr, reg, 1, 1, 1, &val}; in af9015_write_reg_i2c() 229 struct req_t req = {READ_I2C, addr, reg, 0, 1, 1, val}; in af9015_read_reg_i2c() 245 struct req_t req; in af9015_i2c_xfer() 496 struct req_t req = {COPY_FIRMWARE, 0, 0x5100, 0, 0, sizeof(fw_params), in af9015_copy_firmware() 578 struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, &val}; in af9015_eeprom_hash() 671 struct req_t req = {DOWNLOAD_FIRMWARE, 0, 0, 0, 0, 0, NULL}; in af9015_download_firmware() [all …]
|
D | ce6230.h | 50 struct req_t { struct
|
D | af9015.h | 67 struct req_t { struct
|