Searched refs:to_omap_device (Results 1 – 2 of 2) sorted by relevance
232 od = to_omap_device(pdev); in _omap_device_notifier_call()241 od = to_omap_device(pdev); in _omap_device_notifier_call()254 od = to_omap_device(pdev); in _omap_device_notifier_call()318 od = to_omap_device(pdev); in omap_device_get_context_loss_count()601 struct omap_device *od = to_omap_device(pdev); in _od_suspend_noirq()623 struct omap_device *od = to_omap_device(pdev); in _od_resume_noirq()691 od = to_omap_device(pdev); in omap_device_enable()722 od = to_omap_device(pdev); in omap_device_idle()753 struct omap_device *od = to_omap_device(pdev); in omap_device_assert_hardreset()781 struct omap_device *od = to_omap_device(pdev); in omap_device_deassert_hardreset()[all …]
96 static inline struct omap_device *to_omap_device(struct platform_device *pdev) in to_omap_device() function