Lines Matching defs:vbt_res
519 struct vcprop_tag_fbres vbt_res;
532 .vbt_res = {
535 .vpt_len = htole32(VCPROPTAG_LEN(vb_setfb.vbt_res)),
967 vb_setfb.vbt_res.width = htole32(width);
968 vb_setfb.vbt_res.height = htole32(height);
979 !vcprop_tag_success_p(&vb_setfb.vbt_res.tag) ||
997 le32toh(vb_setfb.vbt_res.width), le32toh(vb_setfb.vbt_res.height));
1005 vb_setfb.vbt_res.width == 0 ||
1006 vb_setfb.vbt_res.height == 0 ||
1016 le32toh(vb_setfb.vbt_res.width));
1018 le32toh(vb_setfb.vbt_res.height));