Searched refs:cvt (Results 1 – 5 of 5) sorted by relevance
123 } __attribute__((packed)) cvt; member156 struct cvt_timing cvt[4]; member
1160 bool cvt; member
1487 bool rb = false, cvt = false; in drm_mode_parse_cmdline_res_mode() local1516 cvt = true; in drm_mode_parse_cmdline_res_mode()1540 mode->cvt = cvt; in drm_mode_parse_cmdline_res_mode()1886 if (cmd->cvt) { in drm_mode_create_from_cmdline_mode()
3065 struct cvt_timing *cvt; in drm_cvt_modes() local3072 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()3074 if (!memcmp(cvt->code, empty, 0x3)) { in drm_cvt_modes()3078 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 0x4) + 1) * 0x2; in drm_cvt_modes()3079 switch (cvt->code[1] & 0x0c) { in drm_cvt_modes()3097 if (cvt->code[0x2] & (1 << j)) { in drm_cvt_modes()
54 #define __WSM_GET(buf, type, cvt) \ argument59 val = cvt(*(type *)(buf)->data); \77 #define __WSM_PUT(buf, val, type, cvt) \ argument82 *(type *)(buf)->data = cvt(val); \