Searched defs:drv (Results 1 – 11 of 11) sorted by relevance
/sound/aoa/soundbus/ |
D | core.c | 40 struct soundbus_driver *drv; in soundbus_probe() local 111 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_remove() local 123 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_shutdown() local 134 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_suspend() local 144 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_resume() local 191 int soundbus_register_driver(struct soundbus_driver *drv) in soundbus_register_driver() 202 void soundbus_unregister_driver(struct soundbus_driver *drv) in soundbus_unregister_driver()
|
D | soundbus.h | 197 #define to_soundbus_driver(drv) container_of(drv,struct soundbus_driver, driver) argument
|
/sound/soc/intel/ |
D | sst-atom-controls.c | 28 static int sst_fill_byte_control(struct sst_data *drv, in sst_fill_byte_control() 52 static int sst_fill_and_send_cmd_unlocked(struct sst_data *drv, in sst_fill_and_send_cmd_unlocked() 70 static int sst_fill_and_send_cmd(struct sst_data *drv, in sst_fill_and_send_cmd() 84 static int sst_send_algo_cmd(struct sst_data *drv, in sst_send_algo_cmd() 142 struct sst_data *drv = snd_soc_component_get_drvdata(cmpnt); in sst_algo_control_set() local 204 struct sst_data *drv = snd_soc_platform_get_drvdata(platform); in sst_dsp_init_v2_dpcm() local
|
D | byt-max98090.c | 89 struct byt_max98090_private *drv = snd_soc_card_get_drvdata(card); in byt_max98090_init() local
|
D | sst-mfld-platform-pcm.c | 595 struct sst_data *drv; in sst_platform_probe() local
|
/sound/core/seq/ |
D | seq_midi_emul.c | 88 void *drv; in snd_midi_process_event() local 245 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in note_off() 267 do_control(struct snd_midi_op *ops, void *drv, struct snd_midi_channel_set *chset, in do_control() 414 rpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in rpn() 454 nrpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in nrpn() 596 all_sounds_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan) in all_sounds_off() 614 all_notes_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan) in all_notes_off()
|
/sound/ |
D | ac97_bus.c | 25 static int ac97_bus_match(struct device *dev, struct device_driver *drv) in ac97_bus_match()
|
/sound/soc/codecs/ |
D | adau1977.c | 508 unsigned int ctrl0, ctrl1, drv; in adau1977_set_tdm_slot() local
|
/sound/soc/sh/rcar/ |
D | core.c | 813 struct snd_soc_dai_driver *drv; in rsnd_dai_probe() local
|
/sound/soc/ |
D | soc-core.c | 575 struct snd_soc_dai_driver *drv = dai->driver; in snd_soc_suspend() local 769 struct snd_soc_dai_driver *drv = dai->driver; in soc_resume_deferred() local
|
D | soc-pcm.c | 2375 struct snd_soc_dai_driver *drv = dai->driver; in soc_dpcm_be_digital_mute() local
|