Searched refs:tokp (Results 1 – 2 of 2) sorted by relevance
122 int *tokp; in rtas_token() local127 tokp = (int *) get_property(rtas.dev, service, NULL); in rtas_token()128 return tokp ? *tokp : RTAS_UNKNOWN_SERVICE; in rtas_token()
1209 int *tokp; in call_rtas() local1218 tokp = (int *) get_property(rtas, service, NULL); in call_rtas()1219 if (tokp == NULL) { in call_rtas()1223 u.words[0] = *tokp; in call_rtas()