Home
last modified time | relevance | path

Searched refs:v_active (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/pending/
Dopenvt.c127 ioctl(fd, VT_ACTIVATE, vstate.v_active); in openvt_main()
128 ioctl(fd, VT_WAITACTIVE, vstate.v_active); in openvt_main()
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/display/display_mode/
Dformat13 field:unsigned short v_active; offset:26; size:2; signed:0;
25 …v_sync_width, REC->h_back_porch, REC->v_back_porch, REC->h_active, REC->v_active, REC->h_front_por…
/external/u-boot/common/
Dedid.c286 uint32_t pixclock, h_active, h_blanking, v_active, v_blanking; in edid_print_dtd() local
292 v_active = EDID_DETAILED_TIMING_VERTICAL_ACTIVE(*timing); in edid_print_dtd()
296 v_total = v_active + v_blanking; in edid_print_dtd()
302 v_active, h_active > 1000 ? ' ' : '\t', vfreq); in edid_print_dtd()
/external/kernel-headers/original/uapi/linux/
Dvt.h33 unsigned short v_active; /* active vt */ member