Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_drv.c23 struct komeda_drv *mdrv = dev_get_drvdata(dev); in dev_to_mdev() local
30 struct komeda_drv *mdrv = dev_get_drvdata(dev); in komeda_unbind() local
50 struct komeda_drv *mdrv; in komeda_bind() local
151 struct komeda_drv *mdrv = dev_get_drvdata(dev); in komeda_rt_pm_suspend() local
158 struct komeda_drv *mdrv = dev_get_drvdata(dev); in komeda_rt_pm_resume() local
165 struct komeda_drv *mdrv = dev_get_drvdata(dev); in komeda_pm_suspend() local
178 struct komeda_drv *mdrv = dev_get_drvdata(dev); in komeda_pm_resume() local
/Linux-v5.10/drivers/gpu/drm/imx/dcss/
Ddcss-drv.c21 struct dcss_drv *mdrv = dev_get_drvdata(dev); in dcss_drv_dev_to_dcss() local
28 struct dcss_drv *mdrv = dev_get_drvdata(dev); in dcss_drv_dev_to_drm() local
37 struct dcss_drv *mdrv; in dcss_drv_platform_probe() local
84 struct dcss_drv *mdrv = dev_get_drvdata(&pdev->dev); in dcss_drv_platform_remove() local
/Linux-v5.10/drivers/mcb/
Dmcb-core.c33 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
82 struct mcb_driver *mdrv = to_mcb_driver(dev->driver); in mcb_remove() local
98 struct mcb_driver *mdrv = to_mcb_driver(dev->driver); in mcb_shutdown() local
/Linux-v5.10/drivers/input/mouse/
Dmaplemouse.c71 struct maple_driver *mdrv = to_maple_driver(dev->driver); in probe_maple_mouse() local
/Linux-v5.10/drivers/input/joystick/
Dmaplecontrol.c99 struct maple_driver *mdrv = to_maple_driver(dev->driver); in probe_maple_controller() local
/Linux-v5.10/drivers/input/keyboard/
Dmaple_keyb.c149 struct maple_driver *mdrv; in probe_maple_kbd() local
/Linux-v5.10/include/linux/
Dmoxtet.h77 static inline void moxtet_unregister_driver(struct moxtet_driver *mdrv) in moxtet_unregister_driver()
/Linux-v5.10/sound/soc/fsl/
Dfsl_audmix.c468 const char *mdrv; in fsl_audmix_probe() local
/Linux-v5.10/drivers/mtd/maps/
Dvmu-flash.c776 struct maple_driver *mdrv = to_maple_driver(dev->driver); in probe_maple_vmu() local
/Linux-v5.10/drivers/bus/
Dmoxtet.c112 struct moxtet_driver *mdrv) in __moxtet_register_driver()