Searched refs:to_omap_device (Results 1 – 2 of 2) sorted by relevance
223 od = to_omap_device(pdev); in _omap_device_notifier_call()232 od = to_omap_device(pdev); in _omap_device_notifier_call()245 od = to_omap_device(pdev); in _omap_device_notifier_call()309 od = to_omap_device(pdev); in omap_device_get_context_loss_count()421 struct omap_device *od = to_omap_device(pdev); in _od_suspend_noirq()443 struct omap_device *od = to_omap_device(pdev); in _od_resume_noirq()511 od = to_omap_device(pdev); in omap_device_enable()542 od = to_omap_device(pdev); in omap_device_idle()573 struct omap_device *od = to_omap_device(pdev); in omap_device_assert_hardreset()601 struct omap_device *od = to_omap_device(pdev); in omap_device_deassert_hardreset()[all …]
89 static inline struct omap_device *to_omap_device(struct platform_device *pdev) in to_omap_device() function