Lines Matching defs:pdev
42 * @pdev: platform_device
56 struct platform_device *pdev;
66 int omap_device_enable(struct platform_device *pdev);
67 int omap_device_idle(struct platform_device *pdev);
71 struct omap_device *omap_device_alloc(struct platform_device *pdev,
74 int omap_device_register(struct platform_device *pdev);
79 int omap_device_get_context_loss_count(struct platform_device *pdev);
83 int omap_device_assert_hardreset(struct platform_device *pdev,
85 int omap_device_deassert_hardreset(struct platform_device *pdev,
89 static inline struct omap_device *to_omap_device(struct platform_device *pdev)
91 return pdev ? pdev->archdata.od : NULL;