Lines Matching refs:DT_INST_PROP
501 .width = DT_INST_PROP(inst, width), \
502 .height = DT_INST_PROP(inst, height), \
503 .madctl = DT_INST_PROP(inst, madctl), \
504 .colmod = DT_INST_PROP(inst, colmod), \
505 .caset = DT_INST_PROP(inst, caset), \
506 .raset = DT_INST_PROP(inst, raset), \
507 .vmctr1 = DT_INST_PROP(inst, vmctr1), \
508 .invctr = DT_INST_PROP(inst, invctr), \
509 .pwctr1 = DT_INST_PROP(inst, pwctr1), \
510 .pwctr2 = DT_INST_PROP(inst, pwctr2), \
511 .pwctr3 = DT_INST_PROP(inst, pwctr3), \
512 .pwctr4 = DT_INST_PROP(inst, pwctr4), \
513 .pwctr5 = DT_INST_PROP(inst, pwctr5), \
514 .frmctr1 = DT_INST_PROP(inst, frmctr1), \
515 .frmctr2 = DT_INST_PROP(inst, frmctr2), \
516 .frmctr3 = DT_INST_PROP(inst, frmctr3), \
517 .gamctrp1 = DT_INST_PROP(inst, gamctrp1), \
518 .gamctrn1 = DT_INST_PROP(inst, gamctrn1), \
519 .inversion_on = DT_INST_PROP(inst, inversion_on), \
520 .rgb_is_inverted = DT_INST_PROP(inst, rgb_is_inverted), \
524 .x_offset = DT_INST_PROP(inst, x_offset), \
525 .y_offset = DT_INST_PROP(inst, y_offset), \