Lines Matching refs:device
15 #include <linux/device.h>
26 struct device *dev;
42 * Control the devfreq-event device to get the current state of bus
93 static int exynos_bus_target(struct device *dev, unsigned long *freq, u32 flags)
119 static int exynos_bus_get_dev_status(struct device *dev,
151 static void exynos_bus_exit(struct device *dev)
167 static void exynos_bus_passive_exit(struct device *dev)
180 struct device *dev = bus->dev;
244 struct device *dev = bus->dev;
293 struct device *dev = bus->dev;
297 /* Initialize the struct profile and governor data for parent device */
310 /* Add devfreq device to monitor and handle the exynos bus */
315 dev_err(dev, "failed to add devfreq device\n");
354 struct device *dev = bus->dev;
358 /* Initialize the struct profile and governor data for passive device */
362 /* Get the instance of parent devfreq device */
373 /* Add devfreq device for exynos bus with passive governor */
387 struct device *dev = &pdev->dev;
421 /* Parse the device-tree to get the resource information */
434 /* Create child platform device for the interconnect provider */
449 pr_info("exynos-bus: new bus device registered: %s (%6ld KHz ~ %6ld KHz)\n",
471 static int exynos_bus_resume(struct device *dev)
485 static int exynos_bus_suspend(struct device *dev)