Lines Matching refs:platform_device
59 struct platform_device *pdev;
69 int omap_device_enable(struct platform_device *pdev);
70 int omap_device_idle(struct platform_device *pdev);
74 struct platform_device *omap_device_build(const char *pdev_name, int pdev_id,
78 struct platform_device *omap_device_build_ss(const char *pdev_name, int pdev_id,
82 struct omap_device *omap_device_alloc(struct platform_device *pdev,
85 int omap_device_register(struct platform_device *pdev);
90 int omap_device_get_context_loss_count(struct platform_device *pdev);
94 int omap_device_assert_hardreset(struct platform_device *pdev,
96 int omap_device_deassert_hardreset(struct platform_device *pdev,
100 static inline struct omap_device *to_omap_device(struct platform_device *pdev) in to_omap_device()