Home
last modified time | relevance | path

Searched refs:temp_res (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/of/
Dplatform.c119 struct resource *res, temp_res; in of_device_alloc() local
126 while (of_address_to_resource(np, num_reg, &temp_res) == 0) in of_device_alloc()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c5276 struct resource temp_res; in dsi_bind() local
5312 temp_res.start = res->start; in dsi_bind()
5313 temp_res.end = temp_res.start + DSI_PROTO_SZ - 1; in dsi_bind()
5314 res = &temp_res; in dsi_bind()
5334 temp_res.start = res->start + DSI_PHY_OFFSET; in dsi_bind()
5335 temp_res.end = temp_res.start + DSI_PHY_SZ - 1; in dsi_bind()
5336 res = &temp_res; in dsi_bind()
5354 temp_res.start = res->start + DSI_PLL_OFFSET; in dsi_bind()
5355 temp_res.end = temp_res.start + DSI_PLL_SZ - 1; in dsi_bind()
5356 res = &temp_res; in dsi_bind()