Searched refs:state_buf (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | dt_idle_genpd.c | 29 u32 state, *state_buf; in pd_parse_state_nodes() local 36 state_buf = kmalloc(sizeof(u32), GFP_KERNEL); in pd_parse_state_nodes() 37 if (!state_buf) { in pd_parse_state_nodes() 41 *state_buf = state; in pd_parse_state_nodes() 42 states[i].data = state_buf; in pd_parse_state_nodes()
|
/kernel/linux/linux-5.10/drivers/extcon/ |
H A D | extcon.c | 429 char state_buf[120]; in extcon_sync() local 486 snprintf(state_buf, sizeof(state_buf), "STATE=%s", prop_buf); in extcon_sync() 487 envp[env_offset++] = state_buf; in extcon_sync()
|
/kernel/linux/linux-6.6/drivers/extcon/ |
H A D | extcon.c | 432 char state_buf[120]; in extcon_sync() local 489 snprintf(state_buf, sizeof(state_buf), "STATE=%s", prop_buf); in extcon_sync() 490 envp[env_offset++] = state_buf; in extcon_sync()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | uvesafb.c | 390 static void uvesafb_vbe_state_restore(struct uvesafb_par *par, u8 *state_buf) in uvesafb_vbe_state_restore() argument 395 if (!state_buf) in uvesafb_vbe_state_restore() 407 task->buf = state_buf; in uvesafb_vbe_state_restore()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | uvesafb.c | 390 static void uvesafb_vbe_state_restore(struct uvesafb_par *par, u8 *state_buf) in uvesafb_vbe_state_restore() argument 395 if (!state_buf) in uvesafb_vbe_state_restore() 407 task->buf = state_buf; in uvesafb_vbe_state_restore()
|
Completed in 11 milliseconds