Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/char/
A Dcon3270.c970 char *old_input, *new_input; in tty3270_resize() local
984 new_input = kzalloc(tty3270_input_size(new_cols), GFP_KERNEL | GFP_DMA); in tty3270_resize()
985 if (!new_input) in tty3270_resize()
1010 tp->input = new_input; in tty3270_resize()
1035 kfree(new_input); in tty3270_resize()
/linux-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttvp.h463 int new_input; member
A Dbttv-driver.c1170 btv->new_input = input; in set_input()
3696 if (UNSET != btv->new_input) { in bttv_irq_switch_video()
3697 video_mux(btv,btv->new_input); in bttv_irq_switch_video()
3698 btv->new_input = UNSET; in bttv_irq_switch_video()
3998 btv->new_input = UNSET; in bttv_probe()

Completed in 17 milliseconds