Searched defs:pcr_ops (Results 1 – 3 of 3) sorted by relevance
5 struct pcr_ops { struct14 extern const struct pcr_ops *pcr_ops; argument
1085 struct pcr_ops { struct1086 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val);1087 int (*read_phy)(struct rtsx_pcr *pcr, u8 addr, u16 *val);1088 int (*extra_init_hw)(struct rtsx_pcr *pcr);1089 int (*optimize_phy)(struct rtsx_pcr *pcr);1090 int (*turn_on_led)(struct rtsx_pcr *pcr);1091 int (*turn_off_led)(struct rtsx_pcr *pcr);1092 int (*enable_auto_blink)(struct rtsx_pcr *pcr);1093 int (*disable_auto_blink)(struct rtsx_pcr *pcr);1094 int (*card_power_on)(struct rtsx_pcr *pcr, int card);[all …]
52 const struct pcr_ops *pcr_ops; variable