Home
last modified time | relevance | path

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

/openbmc/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()
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()
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()
546 i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX) { in em28xx_i2c_xfer()
883 if (i2c_bus->algo_type == EM28XX_I2C_ALGO_EM28XX || in functionality()
884 i2c_bus->algo_type == EM28XX_I2C_ALGO_EM25XX_BUS_B) { in functionality()
969 enum em28xx_i2c_algo_type algo_type) in em28xx_i2c_register() argument
[all …]
H A Dem28xx.h631 enum em28xx_i2c_algo_type algo_type; member
791 enum em28xx_i2c_algo_type algo_type);
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip.h142 int hws_ddr3_tip_run_alg(u32 dev_num, enum hws_algo_type algo_type);
H A Dddr3_training_ip_prv_if.h54 u32 dev_num, enum hws_algo_type algo_type);
H A Dddr3_training.c98 static int odt_test(u32 dev_num, enum hws_algo_type algo_type);
903 int hws_ddr3_tip_run_alg(u32 dev_num, enum hws_algo_type algo_type) in hws_ddr3_tip_run_alg() argument
915 return odt_test(dev_num, algo_type); in hws_ddr3_tip_run_alg()
918 if (algo_type == ALGO_TYPE_DYNAMIC) { in hws_ddr3_tip_run_alg()
942 static int odt_test(u32 dev_num, enum hws_algo_type algo_type) in odt_test() argument
963 if (algo_type == ALGO_TYPE_DYNAMIC) { in odt_test()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dlocation.h534 u8 algo_type; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c429 target->algo_type = IWL_MVM_FTM_INITIATOR_ALGO; in iwl_mvm_ftm_put_target_v2()
/openbmc/linux/crypto/
H A Dtestmgr.c3692 u32 algo_type = type & CRYPTO_ALG_TYPE_ACOMPRESS_MASK; in alg_test_comp() local
3694 if (algo_type == CRYPTO_ALG_TYPE_ACOMPRESS) { in alg_test_comp()