Searched refs:em28xx_i2c_read_block (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/usb/em28xx/ |
D | em28xx-i2c.c | 638 static int em28xx_i2c_read_block(struct em28xx *dev, unsigned int bus, u16 addr, in em28xx_i2c_read_block() function 708 err = em28xx_i2c_read_block(dev, bus, 0x0000, in em28xx_i2c_eeprom() 758 err = em28xx_i2c_read_block(dev, bus, mc_start + 46, 1, 2, in em28xx_i2c_eeprom() 777 err = em28xx_i2c_read_block(dev, bus, hwconf_offset, 1, len, in em28xx_i2c_eeprom()
|