Home
last modified time | relevance | path

Searched refs:set_drivestrength (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/pinctrl/
Dpinctrl-at91.c167 void (*set_drivestrength)(void __iomem *pio, unsigned pin, member
619 .set_drivestrength = at91_mux_sam9x5_set_drivestrength,
638 .set_drivestrength = at91_mux_sama5d3_set_drivestrength,
924 if (info->ops->set_drivestrength) in at91_pinconf_set()
925 info->ops->set_drivestrength(pio, pin, in at91_pinconf_set()