Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c5284 struct resource temp_res; in omap_dsihw_probe() local
5322 temp_res.start = res->start; in omap_dsihw_probe()
5323 temp_res.end = temp_res.start + DSI_PROTO_SZ - 1; in omap_dsihw_probe()
5324 res = &temp_res; in omap_dsihw_probe()
5344 temp_res.start = res->start + DSI_PHY_OFFSET; in omap_dsihw_probe()
5345 temp_res.end = temp_res.start + DSI_PHY_SZ - 1; in omap_dsihw_probe()
5346 res = &temp_res; in omap_dsihw_probe()
5364 temp_res.start = res->start + DSI_PLL_OFFSET; in omap_dsihw_probe()
5365 temp_res.end = temp_res.start + DSI_PLL_SZ - 1; in omap_dsihw_probe()
5366 res = &temp_res; in omap_dsihw_probe()