Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/asm/
Dpcr.h4 struct pcr_ops { struct
13 extern const struct pcr_ops *pcr_ops; argument
/linux-4.1.27/include/linux/mfd/
Drtsx_pci.h853 struct pcr_ops { struct
854 int (*write_phy)(struct rtsx_pcr *pcr, u8 addr, u16 val);
855 int (*read_phy)(struct rtsx_pcr *pcr, u8 addr, u16 *val);
856 int (*extra_init_hw)(struct rtsx_pcr *pcr);
857 int (*optimize_phy)(struct rtsx_pcr *pcr);
858 int (*turn_on_led)(struct rtsx_pcr *pcr);
859 int (*turn_off_led)(struct rtsx_pcr *pcr);
860 int (*enable_auto_blink)(struct rtsx_pcr *pcr);
861 int (*disable_auto_blink)(struct rtsx_pcr *pcr);
862 int (*card_power_on)(struct rtsx_pcr *pcr, int card);
[all …]
/linux-4.1.27/arch/sparc/kernel/
Dpcr.c51 const struct pcr_ops *pcr_ops; variable