Searched refs:pint (Results 1 – 4 of 4) sorted by relevance
26 static int get_range(char **str, int *pint, int n) in get_range() argument32 inc_counter = upper_range - *pint; in get_range()33 for (x = *pint; n && x < upper_range; x++, n--) in get_range()34 *pint++ = x; in get_range()53 int get_option(char **str, int *pint) in get_option() argument59 *pint = simple_strtol(cur, str, 0); in get_option()
700 static bool _rtl8822be_get_integer_from_string(char *str, u8 *pint) in _rtl8822be_get_integer_from_string() argument703 *pint = 0; in _rtl8822be_get_integer_from_string()707 *pint *= 10; in _rtl8822be_get_integer_from_string()708 *pint += (str[i] - '0'); in _rtl8822be_get_integer_from_string()
503 extern int get_option(char **str, int *pint);
1611 static bool _rtl8812ae_get_integer_from_string(char *str, u8 *pint) in _rtl8812ae_get_integer_from_string() argument1614 *pint = 0; in _rtl8812ae_get_integer_from_string()1618 *pint *= 10; in _rtl8812ae_get_integer_from_string()1619 *pint += (str[i] - '0'); in _rtl8812ae_get_integer_from_string()