Lines Matching refs:omap_mbox_device
76 struct omap_mbox_device { struct
107 struct omap_mbox_device *parent; argument
132 unsigned int mbox_read_reg(struct omap_mbox_device *mdev, size_t ofs) in mbox_read_reg()
138 void mbox_write_reg(struct omap_mbox_device *mdev, u32 val, size_t ofs) in mbox_write_reg()
395 static struct omap_mbox *omap_mbox_device_find(struct omap_mbox_device *mdev, in omap_mbox_device_find()
419 struct omap_mbox_device *mdev; in omap_mbox_request_channel()
452 static int omap_mbox_register(struct omap_mbox_device *mdev) in omap_mbox_register()
487 static int omap_mbox_unregister(struct omap_mbox_device *mdev) in omap_mbox_unregister()
508 struct omap_mbox_device *mdev = mbox->parent; in omap_mbox_chan_startup()
523 struct omap_mbox_device *mdev = mbox->parent; in omap_mbox_chan_shutdown()
589 struct omap_mbox_device *mdev = dev_get_drvdata(dev); in omap_mbox_suspend()
613 struct omap_mbox_device *mdev = dev_get_drvdata(dev); in omap_mbox_resume()
667 struct omap_mbox_device *mdev; in omap_mbox_of_xlate()
670 mdev = container_of(controller, struct omap_mbox_device, controller); in omap_mbox_of_xlate()
692 struct omap_mbox_device *mdev; in omap_mbox_probe()
870 struct omap_mbox_device *mdev = platform_get_drvdata(pdev); in omap_mbox_remove()