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()
47 static void rts5229_force_power_down(struct rtsx_pcr *pcr, u8 pm_state) in rts5229_force_power_down()
52 static int rts5229_extra_init_hw(struct rtsx_pcr *pcr) in rts5229_extra_init_hw()
74 static int rts5229_optimize_phy(struct rtsx_pcr *pcr) in rts5229_optimize_phy()
80 static int rts5229_turn_on_led(struct rtsx_pcr *pcr) in rts5229_turn_on_led()
85 static int rts5229_turn_off_led(struct rtsx_pcr *pcr) in rts5229_turn_off_led()
90 static int rts5229_enable_auto_blink(struct rtsx_pcr *pcr) in rts5229_enable_auto_blink()
95 static int rts5229_disable_auto_blink(struct rtsx_pcr *pcr) in rts5229_disable_auto_blink()
100 static int rts5229_card_power_on(struct rtsx_pcr *pcr, int card) in rts5229_card_power_on()
124 static int rts5229_card_power_off(struct rtsx_pcr *pcr, int card) in rts5229_card_power_off()
135 static int rts5229_switch_output_voltage(struct rtsx_pcr *pcr, u8 voltage) in rts5229_switch_output_voltage()
238 void rts5229_init_params(struct rtsx_pcr *pcr) in rts5229_init_params()