Lines Matching defs:pcr
28 static u8 rts5209_get_ic_version(struct rtsx_pcr *pcr) in rts5209_get_ic_version()
36 static void rts5209_fetch_vendor_settings(struct rtsx_pcr *pcr) in rts5209_fetch_vendor_settings()
61 static void rts5209_force_power_down(struct rtsx_pcr *pcr, u8 pm_state) in rts5209_force_power_down()
66 static int rts5209_extra_init_hw(struct rtsx_pcr *pcr) in rts5209_extra_init_hw()
85 static int rts5209_optimize_phy(struct rtsx_pcr *pcr) in rts5209_optimize_phy()
90 static int rts5209_turn_on_led(struct rtsx_pcr *pcr) in rts5209_turn_on_led()
95 static int rts5209_turn_off_led(struct rtsx_pcr *pcr) in rts5209_turn_off_led()
100 static int rts5209_enable_auto_blink(struct rtsx_pcr *pcr) in rts5209_enable_auto_blink()
105 static int rts5209_disable_auto_blink(struct rtsx_pcr *pcr) in rts5209_disable_auto_blink()
110 static int rts5209_card_power_on(struct rtsx_pcr *pcr, int card) in rts5209_card_power_on()
144 static int rts5209_card_power_off(struct rtsx_pcr *pcr, int card) in rts5209_card_power_off()
164 static int rts5209_switch_output_voltage(struct rtsx_pcr *pcr, u8 voltage) in rts5209_switch_output_voltage()
257 void rts5209_init_params(struct rtsx_pcr *pcr) in rts5209_init_params()