Home
last modified time | relevance | path

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

/linux/drivers/media/usb/em28xx/
H A Dem28xx-i2c.c479 if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX) in i2c_check_for_device()
481 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) in i2c_check_for_device()
483 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM25XX_BUS_B) in i2c_check_for_device()
495 if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX) in i2c_recv_bytes()
497 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) in i2c_recv_bytes()
499 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM25XX_BUS_B) in i2c_recv_bytes()
511 if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX) in i2c_send_bytes()
513 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) in i2c_send_bytes()
515 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM25XX_BUS_B) in i2c_send_bytes()
546 i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX) { in em28xx_i2c_xfer()
[all …]
H A Dem28xx.h632 enum em28xx_i2c_algo_type algo_type; member
792 enum em28xx_i2c_algo_type algo_type);
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c334 target->algo_type = IWL_MVM_FTM_INITIATOR_ALGO; in iwl_mvm_ftm_put_target_v2()