[go: nahoru, domu]

Searched refs:pullud (Results 1 - 3 of 3) sorted by relevance

/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.h99 * struct pullud - specific pull up/down feature
104 struct pullud { struct
164 * @pullud: array describing pins which supports pull up/down
186 struct pullud *pullud; member in struct:abx500_pinctrl_soc_data
H A Dpinctrl-abx500.c209 struct pullud *pullud; local
211 if (!pct->soc->pullud) {
218 pullud = pct->soc->pullud;
220 if ((offset < pullud->first_pin)
221 || (offset > pullud->last_pin)) {
229 pos = (offset - pullud->first_pin) << 1;
244 struct pullud *pullud; local
276 struct pullud *pullud = pct->soc->pullud; local
[all...]
H A Dpinctrl-ab8540.c370 static struct pullud ab8540_pullud = {
396 .pullud = &ab8540_pullud,

Completed in 34 milliseconds