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

/linux-4.4.14/drivers/platform/x86/
H A Dtoshiba_acpi.c1263 seq_printf(m, "lcd_out: %d\n", is_lcd); video_proc_show()
1284 int lcd_out = -1; video_proc_write() local
1307 if (sscanf(buffer, " lcd_out : %i", &value) == 1) video_proc_write()
1308 lcd_out = value & 1; video_proc_write()
1326 if (lcd_out != -1) video_proc_write()
1327 _set_bit(&new_video_out, HCI_VIDEO_OUT_LCD, lcd_out); video_proc_write()

Completed in 66 milliseconds