Searched refs:info_np (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/tilcdc/ |
D | tilcdc_panel.c | 276 struct device_node *info_np; in of_get_panel_info() local 285 info_np = of_get_child_by_name(np, "panel-info"); in of_get_panel_info() 286 if (!info_np) { in of_get_panel_info() 295 ret |= of_property_read_u32(info_np, "ac-bias", &info->ac_bias); in of_get_panel_info() 296 ret |= of_property_read_u32(info_np, "ac-bias-intrpt", &info->ac_bias_intrpt); in of_get_panel_info() 297 ret |= of_property_read_u32(info_np, "dma-burst-sz", &info->dma_burst_sz); in of_get_panel_info() 298 ret |= of_property_read_u32(info_np, "bpp", &info->bpp); in of_get_panel_info() 299 ret |= of_property_read_u32(info_np, "fdd", &info->fdd); in of_get_panel_info() 300 ret |= of_property_read_u32(info_np, "sync-edge", &info->sync_edge); in of_get_panel_info() 301 ret |= of_property_read_u32(info_np, "sync-ctrl", &info->sync_ctrl); in of_get_panel_info() [all …]
|