Home
last modified time | relevance | path

Searched refs:state_buf (Results 1 – 3 of 3) sorted by relevance

/drivers/switch/
Dswitch_class.c63 char state_buf[120]; in switch_set_state() local
86 snprintf(state_buf, sizeof(state_buf), in switch_set_state()
88 envp[env_offset++] = state_buf; in switch_set_state()
/drivers/extcon/
Dextcon-class.c226 char state_buf[120]; in extcon_update_state() local
264 snprintf(state_buf, sizeof(state_buf), in extcon_update_state()
266 envp[env_offset++] = state_buf; in extcon_update_state()
/drivers/video/
Duvesafb.c393 static void uvesafb_vbe_state_restore(struct uvesafb_par *par, u8 *state_buf) in uvesafb_vbe_state_restore() argument
398 if (!state_buf) in uvesafb_vbe_state_restore()
410 task->buf = state_buf; in uvesafb_vbe_state_restore()