Lines Matching refs:DT_INST_PROP
385 .width = DT_INST_PROP(n, width), \
386 .height = DT_INST_PROP(n, height), \
387 .inverted = DT_INST_PROP(n, color_invert), \
389 .frmctl1 = DT_INST_PROP(n, frmctl1), \
390 .frmctl2 = DT_INST_PROP(n, frmctl2), \
391 .frmctl3 = DT_INST_PROP(n, frmctl3), \
392 .bpc = DT_INST_PROP(n, bpc), \
393 .dfc = DT_INST_PROP(n, dfc), \
394 .pwr1 = DT_INST_PROP(n, pwr1), \
395 .pwr2 = DT_INST_PROP(n, pwr2), \
396 .pwr3 = DT_INST_PROP(n, pwr3), \
397 .vcmpctl = DT_INST_PROP(n, vcmpctl), \
398 .doca = DT_INST_PROP(n, doca), \
399 .pgc = DT_INST_PROP(n, pgc), \
400 .ngc = DT_INST_PROP(n, ngc), \
401 .madctl = DT_INST_PROP(n, madctl), \
402 .rgb_is_inverted = DT_INST_PROP(n, rgb_is_inverted), \
404 .te_delay = DT_INST_PROP(n, te_delay), \