Lines Matching defs:state
174 "there is not valid maps for state %s\n", statename);
199 int state, ret;
219 /* For each defined state ID */
220 for (state = 0; ; state++) {
222 propname = kasprintf(GFP_KERNEL, "pinctrl-%d", state);
230 if (state == 0) {
239 /* Determine whether pinctrl-names property names the state */
241 state, &statename);
243 * If not, statename is just the integer state ID. But rather
272 /* No entries in DT? Generate a dummy state table entry */