Lines Matching defs:pcr
16 static u8 rts5229_get_ic_version(struct rtsx_pcr *pcr) in rts5229_get_ic_version()
24 static void rts5229_fetch_vendor_settings(struct rtsx_pcr *pcr) in rts5229_fetch_vendor_settings()
46 static void rts5229_force_power_down(struct rtsx_pcr *pcr, u8 pm_state) in rts5229_force_power_down()
51 static int rts5229_extra_init_hw(struct rtsx_pcr *pcr) in rts5229_extra_init_hw()
73 static int rts5229_optimize_phy(struct rtsx_pcr *pcr) in rts5229_optimize_phy()
79 static int rts5229_turn_on_led(struct rtsx_pcr *pcr) in rts5229_turn_on_led()
84 static int rts5229_turn_off_led(struct rtsx_pcr *pcr) in rts5229_turn_off_led()
89 static int rts5229_enable_auto_blink(struct rtsx_pcr *pcr) in rts5229_enable_auto_blink()
94 static int rts5229_disable_auto_blink(struct rtsx_pcr *pcr) in rts5229_disable_auto_blink()
99 static int rts5229_card_power_on(struct rtsx_pcr *pcr, int card) in rts5229_card_power_on()
123 static int rts5229_card_power_off(struct rtsx_pcr *pcr, int card) in rts5229_card_power_off()
134 static int rts5229_switch_output_voltage(struct rtsx_pcr *pcr, u8 voltage) in rts5229_switch_output_voltage()
237 void rts5229_init_params(struct rtsx_pcr *pcr) in rts5229_init_params()