Lines Matching refs:get_prop_id
72 static uint32_t get_prop_id(struct sp_dev *dev, in get_prop_id() function
170 dev->connectors[i].crtc_id_pid = get_prop_id(dev, props, in create_sp_dev()
215 dev->crtcs[i].mode_pid = get_prop_id(dev, props, "MODE_ID"); in create_sp_dev()
216 dev->crtcs[i].active_pid = get_prop_id(dev, props, "ACTIVE"); in create_sp_dev()
259 plane->crtc_pid = get_prop_id(dev, props, "CRTC_ID"); in create_sp_dev()
264 plane->fb_pid = get_prop_id(dev, props, "FB_ID"); in create_sp_dev()
269 plane->crtc_x_pid = get_prop_id(dev, props, "CRTC_X"); in create_sp_dev()
274 plane->crtc_y_pid = get_prop_id(dev, props, "CRTC_Y"); in create_sp_dev()
279 plane->crtc_w_pid = get_prop_id(dev, props, "CRTC_W"); in create_sp_dev()
284 plane->crtc_h_pid = get_prop_id(dev, props, "CRTC_H"); in create_sp_dev()
289 plane->src_x_pid = get_prop_id(dev, props, "SRC_X"); in create_sp_dev()
294 plane->src_y_pid = get_prop_id(dev, props, "SRC_Y"); in create_sp_dev()
299 plane->src_w_pid = get_prop_id(dev, props, "SRC_W"); in create_sp_dev()
304 plane->src_h_pid = get_prop_id(dev, props, "SRC_H"); in create_sp_dev()