Lines Matching defs:pcr
16 static u8 rts5209_get_ic_version(struct rtsx_pcr *pcr) in rts5209_get_ic_version()
24 static void rts5209_fetch_vendor_settings(struct rtsx_pcr *pcr) in rts5209_fetch_vendor_settings()
50 static void rts5209_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5209_force_power_down()
55 static int rts5209_extra_init_hw(struct rtsx_pcr *pcr) in rts5209_extra_init_hw()
74 static int rts5209_optimize_phy(struct rtsx_pcr *pcr) in rts5209_optimize_phy()
79 static int rts5209_turn_on_led(struct rtsx_pcr *pcr) in rts5209_turn_on_led()
84 static int rts5209_turn_off_led(struct rtsx_pcr *pcr) in rts5209_turn_off_led()
89 static int rts5209_enable_auto_blink(struct rtsx_pcr *pcr) in rts5209_enable_auto_blink()
94 static int rts5209_disable_auto_blink(struct rtsx_pcr *pcr) in rts5209_disable_auto_blink()
99 static int rts5209_card_power_on(struct rtsx_pcr *pcr, int card) in rts5209_card_power_on()
133 static int rts5209_card_power_off(struct rtsx_pcr *pcr, int card) in rts5209_card_power_off()
153 static int rts5209_switch_output_voltage(struct rtsx_pcr *pcr, u8 voltage) in rts5209_switch_output_voltage()
246 void rts5209_init_params(struct rtsx_pcr *pcr) in rts5209_init_params()