Searched refs:capture (Results 176 - 200 of 579) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/tegra-video/
H A Dtegra20.c420 (!list_empty(&chan->capture) && !err));
425 /* dequeue the buffer and start capture */
427 if (list_empty(&chan->capture)) {
432 buf = list_first_entry(&chan->capture, struct tegra_channel_buffer, queue);
530 dev_err_probe(&chan->video.dev, err, "failed to run capture kthread\n");
/linux-master/sound/soc/sof/
H A Dpcm.c103 dir == SNDRV_PCM_STREAM_PLAYBACK ? "playback" : "capture");
518 * Pre-allocate playback/capture audio buffer pages.
543 goto capture;
560 capture:
563 /* do we need to pre-allocate capture audio buffer pages */
564 if (!spcm->pcm.capture)
569 /* pre-allocate capture audio buffer pages */
571 "spcm: allocate %s capture DMA buffer size 0x%x max 0x%x\n",
575 dev_err(component->dev, "error: NULL capture substream!\n");
/linux-master/sound/soc/codecs/
H A Drt5682-sdw.c255 .capture = {
267 .capture = {
286 .capture = {
H A Dpcm186x.c485 .capture = {
497 .capture = {
H A Dwm5102.c1792 .capture = {
1814 .capture = {
1836 .capture = {
1857 .capture = {
1876 .capture = {
1895 .capture = {
1906 .capture = {
1917 .capture = {
H A Dcs47l92.c1709 .capture = {
1731 .capture = {
1753 .capture = {
1774 .capture = {
1793 .capture = {
1812 .capture = {
1823 .capture = {
1834 .capture = {
H A Dak4641.c494 .capture = {
514 .capture = {
H A Dcs4265.c516 .capture = {
534 .capture = {
H A Dcs47l85.c2268 .capture = {
2290 .capture = {
2312 .capture = {
2334 .capture = {
2355 .capture = {
2374 .capture = {
2393 .capture = {
2404 .capture = {
2415 .capture = {
2425 .capture
[all...]
H A Dcs47l90.c2187 .capture = {
2209 .capture = {
2231 .capture = {
2253 .capture = {
2274 .capture = {
2293 .capture = {
2312 .capture = {
2323 .capture = {
2334 .capture = {
2344 .capture
[all...]
H A Dpcm3060.c196 .capture = {
H A Des7241.c163 .capture = {
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c327 * i915_request_free_capture_list - Free a capture list
328 * @capture: Pointer to the first list item or NULL
331 void i915_request_free_capture_list(struct i915_capture_list *capture) argument
333 while (capture) {
334 struct i915_capture_list *next = capture->next;
336 i915_vma_resource_put(capture->vma_res);
337 kfree(capture);
338 capture = next;
/linux-master/sound/soc/fsl/
H A Dfsl_audmix.c329 .capture = {
352 .capture = {
/linux-master/sound/soc/tegra/
H A Dtegra210_amx.c271 .capture = { \
295 .capture = { \
H A Dtegra210_dmic.c322 .capture = {
333 .capture = {
H A Dtegra210_adx.c242 .capture = { \
266 .capture = { \
/linux-master/sound/soc/samsung/
H A Di2s.c939 int capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); local
963 if (capture)
975 if (capture) {
1207 /* Initialize capture only for the primary DAI */
1210 dai_drv->capture.channels_min = 1;
1211 dai_drv->capture.channels_max = 2;
1212 dai_drv->capture.rates = i2s_dai_data->pcm_rates;
1213 dai_drv->capture.formats = SAMSUNG_I2S_FMTS;
1214 dai_drv->capture.stream_name = "Primary Capture";
H A Dmidas_wm1811.c344 .capture = {
363 .capture = {
/linux-master/sound/soc/sof/imx/
H A Dimx8ulp.c384 .capture = {
395 .capture = {
/linux-master/sound/soc/
H A Dsoc-pcm.c225 stream ? "capture" : "playback");
1041 * capture-only CODEC is acting as an LRCLK and/or BCLK master
1281 stream ? "capture" : "playback", fe->dai_link->name,
1309 stream ? "capture" : "playback",
1330 stream ? "capture" : "playback",
1337 stream ? "capture" : "playback", fe->dai_link->name,
1444 stream ? "capture" : "playback");
1447 stream ? "capture" : "playback");
1490 stream ? "capture" : "playback",
1608 stream ? "capture"
2793 soc_get_playback_capture(struct snd_soc_pcm_runtime *rtd, int *playback, int *capture) argument
2887 soc_create_pcm(struct snd_pcm **pcm, struct snd_soc_pcm_runtime *rtd, int playback, int capture, int num) argument
2934 int ret = 0, playback = 0, capture = 0; local
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-ciu-defs.h129 __BITFIELD_FIELD(uint64_t capture:1,
/linux-master/sound/ppc/
H A Dbeep.c129 if (chip->playback.running || chip->capture.running || beep->running) {
/linux-master/sound/soc/spear/
H A Dspdif_in.c162 .capture = {
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-dai-pcm.c322 .capture = {

Completed in 288 milliseconds

1234567891011>>