Lines Matching refs:ocp_device
70 ocp_driver_match(struct ocp_driver *drv, struct ocp_device *dev) in ocp_driver_match()
104 struct ocp_device *dev; in ocp_bind_drivers()
116 dev = list_entry(deventry, struct ocp_device, link); in ocp_bind_drivers()
212 struct ocp_device *dev; in ocp_unregister_driver()
221 dev = list_entry(entry, struct ocp_device, link); in ocp_unregister_driver()
238 static struct ocp_device *
242 struct ocp_device *dev, *found = NULL; in __ocp_find_device()
247 dev = list_entry(entry, struct ocp_device, link); in __ocp_find_device()
274 struct ocp_device *
277 struct ocp_device *dev; in ocp_find_device()
299 struct ocp_device *dev; in ocp_get_one_device()
328 struct ocp_device *dev; in ocp_add_one_device()
370 struct ocp_device *dev; in ocp_remove_one_device()
413 static int ocp_pm_save_state_device(struct ocp_device *dev, u32 state) in ocp_pm_save_state_device()
424 static int ocp_pm_suspend_device(struct ocp_device *dev, u32 state) in ocp_pm_suspend_device()
435 static int ocp_pm_resume_device(struct ocp_device *dev) in ocp_pm_resume_device()
451 struct ocp_device *dev; in ocp_pm_callback()
457 dev = list_entry(entry, struct ocp_device, link); in ocp_pm_callback()