Lines Matching defs:pcr_ops
853 struct pcr_ops { struct
854 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val);
855 int (*read_phy)(struct rtsx_pcr *pcr, u8 addr, u16 *val);
856 int (*extra_init_hw)(struct rtsx_pcr *pcr);
857 int (*optimize_phy)(struct rtsx_pcr *pcr);
858 int (*turn_on_led)(struct rtsx_pcr *pcr);
859 int (*turn_off_led)(struct rtsx_pcr *pcr);
860 int (*enable_auto_blink)(struct rtsx_pcr *pcr);
861 int (*disable_auto_blink)(struct rtsx_pcr *pcr);
862 int (*card_power_on)(struct rtsx_pcr *pcr, int card);
863 int (*card_power_off)(struct rtsx_pcr *pcr, int card);
864 int (*switch_output_voltage)(struct rtsx_pcr *pcr,
866 unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr);
867 int (*conv_clk_and_div_n)(int clk, int dir);
868 void (*fetch_vendor_settings)(struct rtsx_pcr *pcr);
869 void (*force_power_down)(struct rtsx_pcr *pcr, u8 pm_state);