Searched defs:pcr_ops (Results 1 – 1 of 1) sorted by relevance
1055 struct pcr_ops { struct1056 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val);1057 int (*read_phy)(struct rtsx_pcr *pcr, u8 addr, u16 *val);1058 int (*extra_init_hw)(struct rtsx_pcr *pcr);1059 int (*optimize_phy)(struct rtsx_pcr *pcr);1060 int (*turn_on_led)(struct rtsx_pcr *pcr);1061 int (*turn_off_led)(struct rtsx_pcr *pcr);1062 int (*enable_auto_blink)(struct rtsx_pcr *pcr);1063 int (*disable_auto_blink)(struct rtsx_pcr *pcr);1064 int (*card_power_on)(struct rtsx_pcr *pcr, int card);[all …]