Searched refs:temp_res (Results 1 – 2 of 2) sorted by relevance
111 struct resource *res, temp_res; in of_device_alloc() local118 while (of_address_to_resource(np, num_reg, &temp_res) == 0) in of_device_alloc()
5284 struct resource temp_res; in omap_dsihw_probe() local5322 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()