Searched refs:v_active (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/pending/ |
D | openvt.c | 127 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/ |
D | format | 13 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/ |
D | edid.c | 286 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/ |
D | vt.h | 33 unsigned short v_active; /* active vt */ member
|