Lines Matching refs:token
1008 int token; in dell_send_intensity() local
1011 token = find_token_location(BRIGHTNESS_TOKEN); in dell_send_intensity()
1012 if (token == -1) in dell_send_intensity()
1016 buffer->input[0] = token; in dell_send_intensity()
1032 int token; in dell_get_intensity() local
1035 token = find_token_location(BRIGHTNESS_TOKEN); in dell_get_intensity()
1036 if (token == -1) in dell_get_intensity()
1040 buffer->input[0] = token; in dell_get_intensity()
2115 int token; in dell_init() local
2174 token = find_token_location(BRIGHTNESS_TOKEN); in dell_init()
2175 if (token != -1) { in dell_init()
2177 buffer->input[0] = token; in dell_init()