Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/usb/em28xx/
Dem28xx-i2c.c489 if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX) in i2c_check_for_device()
491 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) in i2c_check_for_device()
493 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM25XX_BUS_B) in i2c_check_for_device()
505 if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX) in i2c_recv_bytes()
507 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) in i2c_recv_bytes()
509 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM25XX_BUS_B) in i2c_recv_bytes()
521 if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX) in i2c_send_bytes()
523 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM2800) in i2c_send_bytes()
525 else if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM25XX_BUS_B) in i2c_send_bytes()
556 i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX) { in em28xx_i2c_xfer()
[all …]
Dem28xx.h641 enum em28xx_i2c_algo_type algo_type; member
801 enum em28xx_i2c_algo_type algo_type);
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dlocation.h528 u8 algo_type; member
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dftm-initiator.c391 target->algo_type = IWL_MVM_FTM_INITIATOR_ALGO; in iwl_mvm_ftm_put_target_v2()
/Linux-v5.15/crypto/
Dtestmgr.c3532 u32 algo_type = type & CRYPTO_ALG_TYPE_ACOMPRESS_MASK; in alg_test_comp() local
3534 if (algo_type == CRYPTO_ALG_TYPE_ACOMPRESS) { in alg_test_comp()