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()
5286 struct resource temp_res; in dsi_bind() local5324 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()