Home
last modified time | relevance | path

Searched refs:EM28XX_I2C_ALGO_EM2800 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-i2c.c487 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) in i2c_check_for_device()
503 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) in i2c_recv_bytes()
519 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) in i2c_send_bytes()
892 } else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) { in functionality()
Dem28xx.h629 EM28XX_I2C_ALGO_EM2800, enumerator
Dem28xx-cards.c3502 retval = em28xx_i2c_register(dev, 0, EM28XX_I2C_ALGO_EM2800); in em28xx_init_dev()