Searched refs:tb_switch_tmu_rate_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tmu.c | 418 tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF); in tb_switch_tmu_disable() 433 tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF); in tb_switch_tmu_disable() 460 tb_switch_tmu_rate_write(parent, TB_SWITCH_TMU_RATE_OFF); in __tb_switch_tmu_off() 462 tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF); in __tb_switch_tmu_off() 490 ret = tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_HIFI); in __tb_switch_tmu_enable_bidirectional() 546 ret = tb_switch_tmu_rate_write(parent, sw->tmu.rate_request); in __tb_switch_tmu_enable_unidirectional() 592 tb_switch_tmu_rate_write(parent, sw->tmu.rate); in __tb_switch_tmu_change_mode_prev() 594 tb_switch_tmu_rate_write(sw, sw->tmu.rate); in __tb_switch_tmu_change_mode_prev() 613 ret = tb_switch_tmu_rate_write(parent, sw->tmu.rate_request); in __tb_switch_tmu_change_mode() 615 ret = tb_switch_tmu_rate_write(sw, sw->tmu.rate_request); in __tb_switch_tmu_change_mode() [all …]
|
Completed in 4 milliseconds