Searched refs:numeric (Results 1 – 4 of 4) sorted by relevance
119 int numeric; in dm_gpio_lookup_name() local122 numeric = isdigit(*name) ? simple_strtoul(name, NULL, 10) : -1; in dm_gpio_lookup_name()129 if (numeric != -1) { in dm_gpio_lookup_name()130 offset = numeric - uc_priv->gpio_base; in dm_gpio_lookup_name()
28 - Every numeric value must be encoded in hexadecimal and in format 0xabcdef12 .
201 pinmux - the list of numeric pin ids and their mux settings
226 proceed, identified via a numeric ID. The tested values
Completed in 10 milliseconds