Searched defs:pcr_ops (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | pcr.h | 5 struct pcr_ops { struct 14 extern const struct pcr_ops *pcr_ops; argument
|
| /kernel/linux/linux-6.6/arch/sparc/include/asm/ |
| D | pcr.h | 5 struct pcr_ops { struct 14 extern const struct pcr_ops *pcr_ops; argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | rtsx_pci.h | 1085 struct pcr_ops { struct 1086 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 …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | rtsx_pci.h | 1055 struct pcr_ops { struct 1056 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 …]
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | pcr.c | 52 const struct pcr_ops *pcr_ops; variable
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| D | pcr.c | 52 const struct pcr_ops *pcr_ops; variable
|