Home
last modified time | relevance | path

Searched refs:cvt (Results 1 – 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_edid.h123 } __attribute__((packed)) cvt; member
156 struct cvt_timing cvt[4]; member
Ddrm_connector.h1160 bool cvt; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_modes.c1487 bool rb = false, cvt = false; in drm_mode_parse_cmdline_res_mode() local
1516 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()
Ddrm_edid.c3065 struct cvt_timing *cvt; in drm_cvt_modes() local
3072 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()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dwsm.c54 #define __WSM_GET(buf, type, cvt) \ argument
59 val = cvt(*(type *)(buf)->data); \
77 #define __WSM_PUT(buf, val, type, cvt) \ argument
82 *(type *)(buf)->data = cvt(val); \