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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dtoshiba_acpi.c582 seq_printf(m, "crt_out: %d\n", is_crt);
603 int crt_out = -1; local
626 else if (sscanf(buffer, " crt_out : %i", &value) == 1)
627 crt_out = value & 1;
645 if (crt_out != -1)
646 _set_bit(&new_video_out, HCI_VIDEO_OUT_CRT, crt_out);

Completed in 89 milliseconds