Searched refs:tb_switch_tmu_rate_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tmu.c | 149 static int tb_switch_tmu_rate_write(struct tb_switch *sw, int rate) in tb_switch_tmu_rate_write() function 582 ret = tb_switch_tmu_rate_write(sw, tmu_rates[TB_SWITCH_TMU_MODE_OFF]); in tb_switch_tmu_disable() 611 tb_switch_tmu_rate_write(sw, tmu_rates[TB_SWITCH_TMU_MODE_OFF]); in tb_switch_tmu_disable() 641 tb_switch_tmu_rate_write(tb_switch_parent(sw), rate); in tb_switch_tmu_off() 651 tb_switch_tmu_rate_write(sw, rate); in tb_switch_tmu_off() 678 ret = tb_switch_tmu_rate_write(sw, tmu_rates[TB_SWITCH_TMU_MODE_HIFI_BI]); in tb_switch_tmu_enable_bidirectional() 733 ret = tb_switch_tmu_rate_write(tb_switch_parent(sw), in tb_switch_tmu_enable_unidirectional() 831 tb_switch_tmu_rate_write(tb_switch_parent(sw), rate); in tb_switch_tmu_change_mode_prev() 836 tb_switch_tmu_rate_write(sw, rate); in tb_switch_tmu_change_mode_prev() 876 ret = tb_switch_tmu_rate_write(tb_switch_paren in tb_switch_tmu_change_mode() [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tmu.c | 67 static int tb_switch_tmu_rate_write(struct tb_switch *sw, int rate) in tb_switch_tmu_rate_write() function 323 tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF); in tb_switch_tmu_disable() 365 ret = tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_HIFI); in tb_switch_tmu_enable() 373 ret = tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_HIFI); in tb_switch_tmu_enable()
|
Completed in 2 milliseconds