Searched refs:tv_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.c583 seq_printf(m, "tv_out: %d\n", is_tv);
604 int tv_out = -1; local
628 else if (sscanf(buffer, " tv_out : %i", &value) == 1)
629 tv_out = value & 1;
647 if (tv_out != -1)
648 _set_bit(&new_video_out, HCI_VIDEO_OUT_TV, tv_out);

Completed in 43 milliseconds