/sound/pci/hda/ |
D | hda_jack.c | 178 struct hda_jack_callback *cb, *next; in snd_hda_jack_tbl_clear() local 184 for (cb = jack->callback; cb; cb = next) { in snd_hda_jack_tbl_clear() 185 next = cb->next; in snd_hda_jack_tbl_clear() 186 kfree(cb); in snd_hda_jack_tbl_clear() 293 struct hda_jack_callback *cb; in find_callback_from_list() local 298 for (cb = jack->callback; cb; cb = cb->next) { in find_callback_from_list() 299 if (cb->func == func) in find_callback_from_list() 300 return cb; in find_callback_from_list() 687 struct hda_jack_callback *cb; in call_jack_callback() local 689 for (cb = jack->callback; cb; cb = cb->next) { in call_jack_callback() [all …]
|
D | hda_generic.h | 292 struct hda_jack_callback *cb); 294 struct hda_jack_callback *cb); 296 struct hda_jack_callback *cb);
|
D | hda_jack.h | 96 hda_jack_callback_fn cb) in snd_hda_jack_detect_enable_callback() argument 98 return snd_hda_jack_detect_enable_callback_mst(codec, nid, 0, cb); in snd_hda_jack_detect_enable_callback()
|
D | patch_ca0132.c | 8666 static void hp_callback(struct hda_codec *codec, struct hda_jack_callback *cb) in hp_callback() argument 8674 tbl = snd_hda_jack_tbl_get(codec, cb->nid); in hp_callback() 8680 static void amic_callback(struct hda_codec *codec, struct hda_jack_callback *cb) in amic_callback() argument
|
D | patch_realtek.c | 6518 struct hda_jack_callback *cb) in alc294_gx502_toggle_output() argument 6551 struct hda_jack_callback *cb) in alc294_gu502_toggle_output() argument 10651 struct hda_jack_callback *cb) in alc662_aspire_ethos_mute_speakers() argument
|
D | hda_generic.c | 4220 hda_jack_callback_fn cb = in add_pin_power_ctls() local 4225 snd_hda_jack_detect_enable_callback(codec, pins[i], cb); in add_pin_power_ctls()
|
/sound/soc/intel/atom/ |
D | sst-mfld-platform-compress.c | 102 struct sst_compress_cb cb; in sst_platform_compr_set_params() local 154 cb.param = cstream; in sst_platform_compr_set_params() 155 cb.compr_cb = sst_compr_fragment_elapsed; in sst_platform_compr_set_params() 156 cb.drain_cb_param = cstream; in sst_platform_compr_set_params() 157 cb.drain_notify = sst_drain_notify; in sst_platform_compr_set_params() 159 retval = stream->compr_ops->open(sst->dev, &str_params, &cb); in sst_platform_compr_set_params()
|
D | sst-mfld-platform.h | 99 struct snd_sst_params *str_params, struct sst_compress_cb *cb);
|
/sound/soc/sprd/ |
D | sprd-mcdt.h | 45 struct sprd_mcdt_chan_callback *cb; member 59 struct sprd_mcdt_chan_callback *cb); 88 struct sprd_mcdt_chan_callback *cb) in sprd_mcdt_chan_int_enable() argument
|
D | sprd-mcdt.c | 534 if (chan->cb) in sprd_mcdt_irq_handler() 535 chan->cb->notify(chan->cb->data); in sprd_mcdt_irq_handler() 545 if (chan->cb) in sprd_mcdt_irq_handler() 546 chan->cb->notify(chan->cb->data); in sprd_mcdt_irq_handler() 672 struct sprd_mcdt_chan_callback *cb) in sprd_mcdt_chan_int_enable() argument 711 chan->cb = cb; in sprd_mcdt_chan_int_enable()
|
D | sprd-pcm-dma.h | 43 int (*open)(int str_id, struct sprd_compr_callback *cb);
|
D | sprd-pcm-compress.c | 323 struct sprd_compr_callback cb; in sprd_platform_compr_open() local 371 cb.drain_notify = sprd_platform_compr_drain_notify; in sprd_platform_compr_open() 372 cb.drain_data = cstream; in sprd_platform_compr_open() 373 ret = stream->compr_ops->open(stream_id, &cb); in sprd_platform_compr_open()
|
/sound/soc/samsung/ |
D | idma.c | 47 void (*cb)(void *dt, int bytes_xfer); member 100 void (*cb)(void *, int)) in idma_setcallbk() 105 prtd->cb = cb; in idma_setcallbk() 280 if (prtd->cb) in iis_irq() 281 prtd->cb(prtd->token, prtd->period); in iis_irq()
|
/sound/soc/intel/atom/sst/ |
D | sst_drv_interface.c | 190 struct snd_sst_params *str_params, struct sst_compress_cb *cb) in sst_cdev_open() argument 206 stream->compr_cb = cb->compr_cb; in sst_cdev_open() 207 stream->compr_cb_param = cb->param; in sst_cdev_open() 208 stream->drain_notify = cb->drain_notify; in sst_cdev_open() 209 stream->drain_cb_param = cb->drain_cb_param; in sst_cdev_open()
|
/sound/soc/codecs/ |
D | rt5677-spi.c | 480 u8 *cb = rxbuf; in rt5677_spi_read() local 515 rt5677_spi_reverse(cb + offset, len - offset, body, t[1].len); in rt5677_spi_read() 535 const u8 *cb = txbuf; in rt5677_spi_write() local 562 rt5677_spi_reverse(body, t.len, cb + offset, len - offset); in rt5677_spi_write()
|
/sound/soc/qcom/qdsp6/ |
D | q6asm.c | 263 q6asm_cb cb; member 665 if (ac->cb) in q6asm_stream_callback() 666 ac->cb(client_event, hdr->token, in q6asm_stream_callback() 738 if (ac->cb) in q6asm_stream_callback() 739 ac->cb(client_event, hdr->token, data->payload, ac->priv); in q6asm_stream_callback() 807 if (ac->cb) in q6asm_srvc_callback() 808 ac->cb(hdr->opcode, hdr->token, data->payload, ac->priv); in q6asm_srvc_callback() 841 struct audio_client *q6asm_audio_client_alloc(struct device *dev, q6asm_cb cb, in q6asm_audio_client_alloc() argument 863 ac->cb = cb; in q6asm_audio_client_alloc()
|
D | q6asm.h | 96 q6asm_cb cb, void *priv,
|
/sound/core/ |
D | control_led.c | 74 #define UPDATE_ROUTE(route, cb) \ argument 76 int route2 = (cb); \
|