Home
last modified time | relevance | path

Searched refs:tv_out (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dtoshiba_acpi.c1465 seq_printf(m, "tv_out: %d\n", is_tv); in video_proc_show()
1481 int lcd_out = -1, crt_out = -1, tv_out = -1; in video_proc_write() local
1502 else if (sscanf(buffer, " tv_out : %i", &value) == 1) in video_proc_write()
1503 tv_out = value & 1; in video_proc_write()
1521 if (tv_out != -1) in video_proc_write()
1522 _set_bit(&new_video_out, HCI_VIDEO_OUT_TV, tv_out); in video_proc_write()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dtoshiba_acpi.c1538 seq_printf(m, "tv_out: %d\n", is_tv); in video_proc_show()
1554 int lcd_out = -1, crt_out = -1, tv_out = -1; in video_proc_write() local
1575 else if (sscanf(buffer, " tv_out : %i", &value) == 1) in video_proc_write()
1576 tv_out = value & 1; in video_proc_write()
1594 if (tv_out != -1) in video_proc_write()
1595 _set_bit(&new_video_out, HCI_VIDEO_OUT_TV, tv_out); in video_proc_write()

Completed in 10 milliseconds