Searched refs:REQ_16_SET_GET_I2C_WR1_RDN (Results 1 – 3 of 3) sorted by relevance
/drivers/media/usb/tm6000/ |
D | tm6000-i2c.c | 65 USB_RECIP_DEVICE, REQ_16_SET_GET_I2C_WR1_RDN, in tm6000_i2c_send_regs() 106 REQ_16_SET_GET_I2C_WR1_RDN, addr | reg << 8, 0, b, len); in tm6000_i2c_recv_regs() 111 REQ_16_SET_GET_I2C_WR1_RDN, addr | reg << 8, 0, buf, len); in tm6000_i2c_recv_regs() 135 USB_RECIP_DEVICE, REQ_16_SET_GET_I2C_WR1_RDN, in tm6000_i2c_recv_regs16()
|
D | tm6000-regs.h | 45 #define REQ_16_SET_GET_I2C_WR1_RDN 16 macro
|
D | tm6000-core.c | 99 if (req == REQ_16_SET_GET_I2C_WR1_RDN && !(req_type & USB_DIR_IN)) { in tm6000_read_write_usb()
|