Searched refs:to_omap_device (Results 1 – 2 of 2) sorted by relevance
220 od = to_omap_device(pdev); in _omap_device_notifier_call()229 od = to_omap_device(pdev); in _omap_device_notifier_call()244 od = to_omap_device(pdev); in _omap_device_notifier_call()308 od = to_omap_device(pdev); in omap_device_get_context_loss_count()419 struct omap_device *od = to_omap_device(pdev); in _od_suspend_noirq()441 struct omap_device *od = to_omap_device(pdev); in _od_resume_noirq()492 od = to_omap_device(pdev); in omap_device_enable()523 od = to_omap_device(pdev); in omap_device_idle()554 struct omap_device *od = to_omap_device(pdev); in omap_device_assert_hardreset()582 struct omap_device *od = to_omap_device(pdev); in omap_device_deassert_hardreset()[all …]
88 static inline struct omap_device *to_omap_device(struct platform_device *pdev) in to_omap_device() function