Lines Matching refs:DT_INST_PROP
381 .vcom = DT_INST_PROP(inst, vcom), \
382 .gctrl = DT_INST_PROP(inst, gctrl), \
387 .mdac = DT_INST_PROP(inst, mdac), \
388 .gamma = DT_INST_PROP(inst, gamma), \
389 .colmod = DT_INST_PROP(inst, colmod), \
390 .lcm = DT_INST_PROP(inst, lcm), \
391 .inversion_on = !DT_INST_PROP(inst, inversion_off), \
392 .porch_param = DT_INST_PROP(inst, porch_param), \
393 .cmd2en_param = DT_INST_PROP(inst, cmd2en_param), \
394 .pwctrl1_param = DT_INST_PROP(inst, pwctrl1_param), \
395 .pvgam_param = DT_INST_PROP(inst, pvgam_param), \
396 .nvgam_param = DT_INST_PROP(inst, nvgam_param), \
397 .ram_param = DT_INST_PROP(inst, ram_param), \
398 .rgb_param = DT_INST_PROP(inst, rgb_param), \
399 .width = DT_INST_PROP(inst, width), \
400 .height = DT_INST_PROP(inst, height), \
404 .x_offset = DT_INST_PROP(inst, x_offset), \
405 .y_offset = DT_INST_PROP(inst, y_offset), \