Home
last modified time | relevance | path

Searched defs:mdrv (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-drv.c23 struct dcss_drv *mdrv = dev_get_drvdata(dev); in dcss_drv_dev_to_dcss() local
30 struct dcss_drv *mdrv = dev_get_drvdata(dev); in dcss_drv_dev_to_drm() local
39 struct dcss_drv *mdrv; in dcss_drv_platform_probe() local
81 struct dcss_drv *mdrv = dev_get_drvdata(&pdev->dev); in dcss_drv_platform_remove() local
89 struct dcss_drv *mdrv = dev_get_drvdata(&pdev->dev); in dcss_drv_platform_shutdown() local
/linux/drivers/mcb/
H A Dmcb-core.c33 const struct mcb_driver *mdrv = to_mcb_driver(drv); in mcb_match() local
58 struct mcb_driver *mdrv = to_mcb_driver(dev->driver); in mcb_probe() local
84 struct mcb_driver *mdrv = to_mcb_driver(dev->driver); in mcb_remove() local
99 struct mcb_driver *mdrv = to_mcb_driver(dev->driver); in mcb_shutdown() local
/linux/drivers/input/mouse/
H A Dmaplemouse.c71 struct maple_driver *mdrv = to_maple_driver(dev->driver); in probe_maple_mouse() local
/linux/drivers/input/joystick/
H A Dmaplecontrol.c99 struct maple_driver *mdrv = to_maple_driver(dev->driver); in probe_maple_controller() local
/linux/drivers/input/keyboard/
H A Dmaple_keyb.c146 struct maple_driver *mdrv; in probe_maple_kbd() local
/linux/include/linux/
H A Dmoxtet.h70 static inline void moxtet_unregister_driver(struct moxtet_driver *mdrv) in moxtet_unregister_driver()
/linux/drivers/mtd/maps/
H A Dvmu-flash.c774 struct maple_driver *mdrv = to_maple_driver(dev->driver); in probe_maple_vmu() local
/linux/drivers/bus/
H A Dmoxtet.c113 struct moxtet_driver *mdrv) in __moxtet_register_driver()