Home
last modified time | relevance | path

Searched defs:pcr_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/sparc/include/asm/
Dpcr.h5 struct pcr_ops { struct
14 extern const struct pcr_ops *pcr_ops; argument
/Linux-v5.4/include/linux/
Drtsx_pci.h1063 struct pcr_ops { struct
1064 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val);
1065 int (*read_phy)(struct rtsx_pcr *pcr, u8 addr, u16 *val);
1066 int (*extra_init_hw)(struct rtsx_pcr *pcr);
1067 int (*optimize_phy)(struct rtsx_pcr *pcr);
1068 int (*turn_on_led)(struct rtsx_pcr *pcr);
1069 int (*turn_off_led)(struct rtsx_pcr *pcr);
1070 int (*enable_auto_blink)(struct rtsx_pcr *pcr);
1071 int (*disable_auto_blink)(struct rtsx_pcr *pcr);
1072 int (*card_power_on)(struct rtsx_pcr *pcr, int card);
[all …]
/Linux-v5.4/arch/sparc/kernel/
Dpcr.c52 const struct pcr_ops *pcr_ops; variable