Searched refs:subs (Results 76 - 100 of 177) sorted by last modified time

12345678

/linux-master/arch/arm/kernel/
H A Dentry-v7m.S49 subs r2, sp, r0 @ SP above bottom of IRQ stack?
/linux-master/sound/usb/
H A Dpcm.c32 static snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs, argument
40 if (subs->direction == SNDRV_PCM_STREAM_PLAYBACK) {
41 queued = bytes_to_frames(runtime, subs->inflight_bytes);
44 } else if (!subs->running) {
48 current_frame_number = usb_get_current_frame_number(subs->dev);
54 frame_diff = (current_frame_number - subs->last_frame_number) & 0xff;
60 if (subs->direction == SNDRV_PCM_STREAM_PLAYBACK) {
75 struct snd_usb_substream *subs = runtime->private_data; local
78 if (atomic_read(&subs->stream->chip->shutdown))
80 spin_lock(&subs
91 find_format(struct list_head *fmt_list_head, snd_pcm_format_t format, unsigned int rate, unsigned int channels, bool strict_match, struct snd_usb_substream *subs) argument
152 find_substream_format(struct snd_usb_substream *subs, const struct snd_pcm_hw_params *params) argument
160 snd_usb_pcm_has_fixed_rate(struct snd_usb_substream *subs) argument
250 stop_endpoints(struct snd_usb_substream *subs, bool keep_pending) argument
265 start_endpoints(struct snd_usb_substream *subs) argument
296 sync_pending_stops(struct snd_usb_substream *subs) argument
305 struct snd_usb_substream *subs = substream->runtime->private_data; local
401 snd_usb_pcm_change_state(struct snd_usb_substream *subs, int state) argument
449 close_endpoints(struct snd_usb_audio *chip, struct snd_usb_substream *subs) argument
477 struct snd_usb_substream *subs = substream->runtime->private_data; local
590 struct snd_usb_substream *subs = substream->runtime->private_data; local
614 lowlatency_playback_available(struct snd_pcm_runtime *runtime, struct snd_usb_substream *subs) argument
640 struct snd_usb_substream *subs = runtime->private_data; local
724 hw_check_valid_format(struct snd_usb_substream *subs, struct snd_pcm_hw_params *params, const struct audioformat *fp) argument
817 struct snd_usb_substream *subs = rule->private; local
883 struct snd_usb_substream *subs = rule->private; local
922 struct snd_usb_substream *subs = rule->private; local
963 struct snd_usb_substream *subs = rule->private; local
991 struct snd_usb_substream *subs = rule->private; local
1036 struct snd_usb_substream *subs = rule->private; local
1082 setup_hw_info(struct snd_pcm_runtime *runtime, struct snd_usb_substream *subs) argument
1210 struct snd_usb_substream *subs = &as->substream[direction]; local
1243 struct snd_usb_substream *subs = &as->substream[direction]; local
1266 retire_capture_urb(struct snd_usb_substream *subs, struct urb *urb) argument
1337 urb_ctx_queue_advance(struct snd_usb_substream *subs, struct urb *urb, unsigned int bytes) argument
1349 fill_playback_urb_dsd_dop(struct snd_usb_substream *subs, struct urb *urb, unsigned int bytes) argument
1406 fill_playback_urb_dsd_bitrev(struct snd_usb_substream *subs, struct urb *urb, unsigned int bytes) argument
1423 copy_to_urb(struct snd_usb_substream *subs, struct urb *urb, int offset, int stride, unsigned int bytes) argument
1444 copy_to_urb_quirk(struct snd_usb_substream *subs, struct urb *urb, int stride, unsigned int bytes) argument
1470 prepare_playback_urb(struct snd_usb_substream *subs, struct urb *urb, bool in_stream_lock) argument
1604 retire_playback_urb(struct snd_usb_substream *subs, struct urb *urb) argument
1634 struct snd_usb_substream *subs = substream->runtime->private_data; local
1653 struct snd_usb_substream *subs = substream->runtime->private_data; local
1711 struct snd_usb_substream *subs = substream->runtime->private_data; local
1778 snd_usb_preallocate_buffer(struct snd_usb_substream *subs) argument
[all...]
H A Dimplicit.c404 static int match_endpoint_audioformats(struct snd_usb_substream *subs, argument
441 struct snd_usb_substream *subs; local
444 subs = &as->substream[stream];
445 if (as->fmt_type == fmt_type && subs->ep_num == ep_num)
446 return subs;
462 struct snd_usb_substream *subs; local
471 subs = find_matching_substream(chip, stream, target->sync_ep,
473 if (!subs)
477 list_for_each_entry(fp, &subs->fmt_list, list) {
478 score = match_endpoint_audioformats(subs, f
[all...]
H A Dpcm.h13 void snd_usb_preallocate_buffer(struct snd_usb_substream *subs);
H A Dcard.h54 struct snd_usb_substream *subs; member in struct:snd_urb_ctx
79 int (*prepare_data_urb) (struct snd_usb_substream *subs,
82 void (*retire_data_urb) (struct snd_usb_substream *subs,
/linux-master/sound/pci/ymfpci/
H A Dymfpci_main.c318 unsigned int subs = ypcm->substream->number; local
324 volume = cpu_to_le32(chip->pcm_mixer[subs].left << 15);
330 volume = cpu_to_le32(chip->pcm_mixer[subs].right << 15);
1716 unsigned int subs = kcontrol->id.subdevice; local
1718 ucontrol->value.integer.value[0] = chip->pcm_mixer[subs].left;
1719 ucontrol->value.integer.value[1] = chip->pcm_mixer[subs].right;
1727 unsigned int subs = kcontrol->id.subdevice; local
1731 if (ucontrol->value.integer.value[0] != chip->pcm_mixer[subs].left ||
1732 ucontrol->value.integer.value[1] != chip->pcm_mixer[subs].right) {
1733 chip->pcm_mixer[subs]
[all...]
/linux-master/sound/pci/mixart/
H A Dmixart.c416 static int snd_mixart_trigger(struct snd_pcm_substream *subs, int cmd) argument
418 struct mixart_stream *stream = subs->runtime->private_data;
423 dev_dbg(subs->pcm->card->dev, "SNDRV_PCM_TRIGGER_START\n");
440 dev_dbg(subs->pcm->card->dev, "SNDRV_PCM_TRIGGER_STOP\n");
447 dev_dbg(subs->pcm->card->dev, "SNDRV_PCM_PAUSE_PUSH\n");
452 dev_dbg(subs->pcm->card->dev, "SNDRV_PCM_PAUSE_RELEASE\n");
477 static int snd_mixart_prepare(struct snd_pcm_substream *subs) argument
479 struct snd_mixart *chip = snd_pcm_substream_chip(subs);
480 struct mixart_stream *stream = subs->runtime->private_data;
491 chip->mgr->sample_rate = subs
590 snd_mixart_hw_params(struct snd_pcm_substream *subs, struct snd_pcm_hw_params *hw) argument
649 snd_mixart_hw_free(struct snd_pcm_substream *subs) argument
704 snd_mixart_playback_open(struct snd_pcm_substream *subs) argument
783 snd_mixart_capture_open(struct snd_pcm_substream *subs) argument
865 snd_mixart_close(struct snd_pcm_substream *subs) argument
898 snd_mixart_stream_pointer(struct snd_pcm_substream *subs) argument
[all...]
/linux-master/sound/core/seq/
H A Dseq_ports.h144 struct snd_seq_port_subscribe *subs);
/linux-master/sound/core/
H A Dpcm_local.h71 #define for_each_pcm_substream(pcm, str, subs) \
73 for ((subs) = (pcm)->streams[str].substream; (subs); \
74 (subs) = (subs)->next)
/linux-master/arch/arm/include/asm/
H A Datomic.h382 ATOMIC64_OPS(sub, subs, sbc)
464 " subs %Q0, %Q0, #1\n"
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-core.S418 subs x2, x2, #1
464 subs rounds, rounds, #1
530 subs rounds, rounds, #1
576 subs w23, w23, #8
650 subs w23, w23, #8
795 subs x4, x4, #8
860 subs x4, x4, #8
H A Dsm4-ce-ccm-core.S197 subs w4, w4, #1
309 subs w4, w4, #1
H A Dsm4-ce-gcm-core.S505 subs w4, w4, #1
697 subs w4, w4, #1
H A Dsm3-neon-core.S500 subs RNBLKS, RNBLKS, #1
H A Dnh-neon-core.S75 subs MESSAGE_LEN, MESSAGE_LEN, #64
82 subs MESSAGE_LEN, MESSAGE_LEN, #64
90 subs MESSAGE_LEN, MESSAGE_LEN, #16
94 subs MESSAGE_LEN, MESSAGE_LEN, #16
H A Dghash-ce-core.S465 subs x0, x0, #64
H A Dcrct10dif-ce-core.S313 subs len, len, #128
349 subs len, len, #16
457 subs len, len, #32
H A Daes-modes.S60 subs w4, w4, #MAX_STRIDE
76 subs w4, w4, #1
90 subs w4, w4, #MAX_STRIDE
106 subs w4, w4, #1
141 subs w4, w4, #4
163 subs w4, w4, #1
186 subs w4, w4, #MAX_STRIDE
228 subs w4, w4, #1
657 subs w4, w4, #64
680 subs w
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c222 int subs; local
224 subs = v4l2_jpeg_decode_subsampling(nf, h_v);
225 if (subs < 0)
226 return subs;
227 frame_header->subsampling = subs;
/linux-master/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c49 static int usx2y_usbpcm_urb_capt_retire(struct snd_usx2y_substream *subs) argument
51 struct urb *urb = subs->completed_urb;
52 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime;
53 int i, lens = 0, hwptr_done = subs->hwptr_done;
54 struct usx2ydev *usx2y = subs->usx2y;
76 subs->hwptr_done = hwptr_done;
77 subs->transfer_done += lens;
79 if (subs->transfer_done >= runtime->period_size) {
80 subs->transfer_done -= runtime->period_size;
81 snd_pcm_period_elapsed(subs
102 usx2y_hwdep_urb_play_prepare(struct snd_usx2y_substream *subs, struct urb *urb) argument
140 usx2y_usbpcm_urb_capt_iso_advance(struct snd_usx2y_substream *subs, struct urb *urb) argument
232 struct snd_usx2y_substream *subs = urb->context; local
274 usx2y_usbpcm_urbs_release(struct snd_usx2y_substream *subs) argument
291 struct snd_usx2y_substream *subs = urb->context; local
314 usx2y_usbpcm_urbs_allocate(struct snd_usx2y_substream *subs) argument
362 struct snd_usx2y_substream *subs = runtime->private_data; local
400 usx2y_usbpcm_subs_startup(struct snd_usx2y_substream *subs) argument
410 usx2y_usbpcm_urbs_start(struct snd_usx2y_substream *subs) argument
423 struct snd_usx2y_substream *subs = usx2y->subs[stream + p]; local
433 struct snd_usx2y_substream *subs = usx2y->subs[p]; local
443 struct snd_usx2y_substream *subs = usx2y->subs[stream + p]; local
498 struct snd_usx2y_substream *subs = runtime->private_data; local
587 struct snd_usx2y_substream *subs = local
608 struct snd_usx2y_substream *subs = runtime->private_data; local
627 struct snd_usx2y_substream *subs; local
[all...]
/linux-master/scripts/dtc/
H A Dof_unittest_expect15 use strict subs;
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfpsimd-test.S59 subs w1, w1, #1
106 subs x2, x2, #1
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S281 subs r6, r6, #0x1
363 subs r2, r2, #0x1 @ num_words--
/linux-master/arch/arm/mach-omap1/
H A Dsleep.S115 subs r5, r5, #1
/linux-master/arch/arm/crypto/
H A Dghash-ce-core.S236 subs r0, r0, #4
302 subs r0, r0, #1

Completed in 274 milliseconds

12345678