Lines Matching refs:device
26 #include <linux/device.h>
470 struct device *dev = &timer->pdev->dev;
481 struct device *dev = &timer->pdev->dev;
488 struct device *dev = &timer->pdev->dev;
613 /* Requesting timer by ID is not supported when device tree is used */
628 * omap_dm_timer_request_by_node - Request a timer by device-tree node
629 * @np: Pointer to device-tree timer node
631 * Request a timer based upon a device node pointer. Returns pointer to
651 struct device *dev;
746 struct device *dev;
772 struct device *dev;
791 struct device *dev;
814 struct device *dev;
844 struct device *dev;
877 struct device *dev;
901 struct device *dev;
931 struct device *dev;
960 struct device *dev;
1044 static int __maybe_unused omap_dm_timer_runtime_suspend(struct device *dev)
1058 static int __maybe_unused omap_dm_timer_runtime_resume(struct device *dev)
1078 * omap_dm_timer_probe - probe function called for every registered device
1079 * @pdev: pointer to current timer platform device
1081 * Called by driver framework at the end of device registration for all
1088 struct device *dev = &pdev->dev;
1192 * omap_dm_timer_remove - cleanup a registered timer device
1193 * @pdev: pointer to current timer platform device
1195 * Called by driver framework whenever a timer device is unregistered.