Home
last modified time | relevance | path

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

/linux-6.15/arch/sparc/include/asm/
H A Dpcr.h5 struct pcr_ops { struct
14 extern const struct pcr_ops *pcr_ops; argument
/linux-6.15/include/linux/
H A Drtsx_pci.h1091 struct pcr_ops { struct
1094 int (*extra_init_hw)(struct rtsx_pcr *pcr);
1095 int (*optimize_phy)(struct rtsx_pcr *pcr);
1096 int (*turn_on_led)(struct rtsx_pcr *pcr);
1097 int (*turn_off_led)(struct rtsx_pcr *pcr);
1108 void (*stop_cmd)(struct rtsx_pcr *pcr);
1112 void (*enable_ocp)(struct rtsx_pcr *pcr);
1113 void (*disable_ocp)(struct rtsx_pcr *pcr);
1114 void (*init_ocp)(struct rtsx_pcr *pcr);
1115 void (*process_ocp)(struct rtsx_pcr *pcr);
[all …]
/linux-6.15/arch/sparc/kernel/
H A Dpcr.c52 const struct pcr_ops *pcr_ops; variable