Lines Matching defs:vbt_vres
520 struct vcprop_tag_fbres vbt_vres;
541 .vbt_vres = {
544 .vpt_len = htole32(VCPROPTAG_LEN(vb_setfb.vbt_vres)),
969 vb_setfb.vbt_vres.width = htole32(width);
970 vb_setfb.vbt_vres.height = htole32(height);
980 !vcprop_tag_success_p(&vb_setfb.vbt_vres.tag) ||
999 le32toh(vb_setfb.vbt_vres.width),
1000 le32toh(vb_setfb.vbt_vres.height));
1007 vb_setfb.vbt_vres.width == 0 ||
1008 vb_setfb.vbt_vres.height == 0 ||