Searched refs:pullud (Results 1 – 3 of 3) sorted by relevance
209 struct pullud *pullud; in abx500_get_pull_updown() local211 if (!pct->soc->pullud) { in abx500_get_pull_updown()218 pullud = pct->soc->pullud; in abx500_get_pull_updown()220 if ((offset < pullud->first_pin) in abx500_get_pull_updown()221 || (offset > pullud->last_pin)) { in abx500_get_pull_updown()229 pos = (offset - pullud->first_pin) << 1; in abx500_get_pull_updown()244 struct pullud *pullud; in abx500_set_pull_updown() local246 if (!pct->soc->pullud) { in abx500_set_pull_updown()253 pullud = pct->soc->pullud; in abx500_set_pull_updown()255 if ((offset < pullud->first_pin) in abx500_set_pull_updown()[all …]
104 struct pullud { struct186 struct pullud *pullud; member
370 static struct pullud ab8540_pullud = {396 .pullud = &ab8540_pullud,