Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dplatform.c111 struct resource *res, temp_res; in of_device_alloc() local
118 while (of_address_to_resource(np, num_reg, &temp_res) == 0) in of_device_alloc()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c5286 struct resource temp_res; in dsi_bind() local
5324 temp_res.start = res->start; in dsi_bind()
5325 temp_res.end = temp_res.start + DSI_PROTO_SZ - 1; in dsi_bind()
5326 res = &temp_res; in dsi_bind()
5346 temp_res.start = res->start + DSI_PHY_OFFSET; in dsi_bind()
5347 temp_res.end = temp_res.start + DSI_PHY_SZ - 1; in dsi_bind()
5348 res = &temp_res; in dsi_bind()
5366 temp_res.start = res->start + DSI_PLL_OFFSET; in dsi_bind()
5367 temp_res.end = temp_res.start + DSI_PLL_SZ - 1; in dsi_bind()
5368 res = &temp_res; in dsi_bind()