Searched defs:adrv (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/ac97/ |
D | bus.c | 42 static int ac97_unbound_ctrl_write(struct ac97_controller *adrv, int slot, in ac97_unbound_ctrl_write() 48 static int ac97_unbound_ctrl_read(struct ac97_controller *adrv, int slot, in ac97_unbound_ctrl_read() 141 unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv, in snd_ac97_bus_scan_one() 484 struct ac97_codec_driver *adrv = to_ac97_driver(drv); in ac97_bus_match() local 502 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_probe() local 528 struct ac97_codec_driver *adrv = to_ac97_driver(dev->driver); in ac97_bus_remove() local
|
/Linux-v4.19/drivers/soc/qcom/ |
D | apr.c | 67 struct apr_driver *adrv = NULL; in apr_callback() local 138 struct apr_driver *adrv = to_apr_driver(drv); in apr_device_match() local 161 struct apr_driver *adrv = to_apr_driver(dev->driver); in apr_device_probe() local 169 struct apr_driver *adrv; in apr_device_remove() local
|
/Linux-v4.19/drivers/bcma/ |
D | main.c | 562 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_suspend() local 583 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_resume() local 612 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_match() local 629 struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver, in bcma_device_probe() local 645 struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver, in bcma_device_remove() local
|