Home
last modified time | relevance | path

Searched refs:req_t (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Daf9015.c27 static int af9015_ctrl_msg(struct dvb_usb_device *d, struct req_t *req) in af9015_ctrl_msg()
126 struct req_t req = {WRITE_I2C, addr, reg, 1, 1, 1, &val}; in af9015_write_reg_i2c()
139 struct req_t req = {READ_I2C, addr, reg, 0, 1, 1, val}; in af9015_read_reg_i2c()
157 struct req_t req; in af9015_i2c_xfer()
282 struct req_t req = {GET_CONFIG, 0, 0, 0, 0, 1, &reply}; in af9015_identify_state()
304 struct req_t req = {DOWNLOAD_FIRMWARE, 0, 0, 0, 0, 0, NULL}; in af9015_download_firmware()
354 struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, NULL}; in af9015_eeprom_hash()
387 struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, &val}; in af9015_read_config()
779 struct req_t req = {COPY_FIRMWARE, 0, 0x5100, 0, 0, 4, firmware_info}; in af9015_copy_firmware()
1312 struct req_t req = {WRITE_MEMORY, 0, reg, 0, 0, len, val}; in af9015_regmap_write()
[all …]
Daf9015.h68 struct req_t { struct