Searched refs:subs (Results 26 - 50 of 177) sorted by relevance

12345678

/linux-master/arch/arm64/lib/
H A Dclear_user.S25 subs x1, x1, #8
30 subs x1, x1, #8
H A Dmemcmp.S36 subs limit, limit, 8
44 subs limit, limit, 8
59 subs limit, limit, 16
80 subs limit, limit, 16
132 subs limit, limit, 1
/linux-master/arch/arm/lib/
H A Dmemmove.S31 subs ip, r0, r1
43 subs r2, r2, #4
51 1: subs r2, r2, #(28)
59 CALGN( subs r2, r2, ip ) @ C is set here
64 2: PLD( subs r2, r2, #96 )
72 subs r2, r2, #32
121 subs r2, r2, ip
136 subs r2, r2, #28
147 PLD( subs r2, r2, #96 )
156 subs r
[all...]
H A Dashldi3.S43 subs r3, r2, #32
H A Dashrdi3.S43 subs r3, r2, #32
H A Dlshrdi3.S43 subs r3, r2, #32
H A Dio-readsw-armv4.S32 subs r2, r2, #8
51 subs r2, r2, #8
104 1: subs r2, r2, #2
110 subs r2, r2, #2
H A Dio-readsw-armv3.S26 subs r2, r2, #1
39 subs r2, r2, #8
64 subs r2, r2, #8
H A Dio-writesb.S40 subs r2, r2, ip
52 subs r2, r2, #16
60 subs r2, r2, #16
/linux-master/sound/ppc/
H A Dpmac.c179 static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs) argument
183 struct snd_pcm_runtime *runtime = subs->runtime;
188 rec->dma_size = snd_pcm_lib_buffer_bytes(subs);
189 rec->period_size = snd_pcm_lib_period_bytes(subs);
244 struct snd_pcm_substream *subs, int cmd)
254 command = (subs->stream == SNDRV_PCM_STREAM_PLAYBACK ?
292 struct snd_pcm_substream *subs)
308 return bytes_to_frames(subs->runtime, count);
315 static int snd_pmac_playback_prepare(struct snd_pcm_substream *subs) argument
317 struct snd_pmac *chip = snd_pcm_substream_chip(subs);
243 snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs, int cmd) argument
290 snd_pmac_pcm_pointer(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs) argument
321 snd_pmac_playback_trigger(struct snd_pcm_substream *subs, int cmd) argument
328 snd_pmac_playback_pointer(struct snd_pcm_substream *subs) argument
339 snd_pmac_capture_prepare(struct snd_pcm_substream *subs) argument
345 snd_pmac_capture_trigger(struct snd_pcm_substream *subs, int cmd) argument
352 snd_pmac_capture_pointer(struct snd_pcm_substream *subs) argument
553 snd_pmac_pcm_open(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs) argument
602 snd_pmac_pcm_close(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs) argument
620 snd_pmac_playback_open(struct snd_pcm_substream *subs) argument
628 snd_pmac_capture_open(struct snd_pcm_substream *subs) argument
636 snd_pmac_playback_close(struct snd_pcm_substream *subs) argument
643 snd_pmac_capture_close(struct snd_pcm_substream *subs) argument
[all...]
/linux-master/sound/usb/
H A Dendpoint.h36 int (*prepare)(struct snd_usb_substream *subs,
39 void (*retire)(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,
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...]
/linux-master/sound/firewire/dice/
H A Ddice-midi.c88 struct snd_rawmidi_substream *subs; local
90 list_for_each_entry(subs, &str->substreams, list) {
91 scnprintf(subs->name, sizeof(subs->name),
92 "%s MIDI %d", dice->card->shortname, subs->number + 1);
/linux-master/sound/firewire/bebob/
H A Dbebob_midi.c84 struct snd_rawmidi_substream *subs; local
86 list_for_each_entry(subs, &str->substreams, list) {
87 scnprintf(subs->name, sizeof(subs->name),
89 bebob->card->shortname, subs->number + 1);
/linux-master/sound/firewire/oxfw/
H A Doxfw-midi.c129 struct snd_rawmidi_substream *subs; local
131 list_for_each_entry(subs, &str->substreams, list) {
132 scnprintf(subs->name, sizeof(subs->name),
134 oxfw->card->shortname, subs->number + 1);
/linux-master/sound/firewire/fireworks/
H A Dfireworks_midi.c84 struct snd_rawmidi_substream *subs; local
86 list_for_each_entry(subs, &str->substreams, list) {
87 scnprintf(subs->name, sizeof(subs->name),
88 "%s MIDI %d", efw->card->shortname, subs->number + 1);
/linux-master/arch/arm/mach-imx/
H A Dsuspend-imx53.S56 subs r1, r1, #1
88 subs r1, r1, #1
111 subs r1, r1, #1
/linux-master/sound/pci/pcxhr/
H A Dpcxhr.c626 struct snd_pcm_substream *subs = stream->substream; local
627 struct snd_pcxhr *chip = snd_pcm_substream_chip(subs);
629 is_capture = (subs->stream == SNDRV_PCM_STREAM_CAPTURE);
630 stream_num = is_capture ? 0 : subs->number;
633 "%s(pcm%c%d) : addr(%p) bytes(%zx) subs(%d)\n", __func__,
635 chip->chip_idx, (void *)(long)subs->runtime->dma_addr,
636 subs->runtime->dma_bytes, subs->number);
643 snd_BUG_ON(subs->runtime->dma_bytes >= 0x200000);
645 rmh.cmd[1] = subs
823 pcxhr_trigger(struct snd_pcm_substream *subs, int cmd) argument
899 pcxhr_prepare(struct snd_pcm_substream *subs) argument
935 pcxhr_hw_params(struct snd_pcm_substream *subs, struct snd_pcm_hw_params *hw) argument
985 pcxhr_open(struct snd_pcm_substream *subs) argument
1071 pcxhr_close(struct snd_pcm_substream *subs) argument
1097 pcxhr_stream_pointer(struct snd_pcm_substream *subs) argument
[all...]
/linux-master/drivers/soc/samsung/
H A Dexynos-asv.h42 int (*opp_get_voltage)(const struct exynos_asv_subsys *subs,
/linux-master/arch/arm/crypto/
H A Dnh-neon-core.S85 subs MESSAGE_LEN, MESSAGE_LEN, #64
92 subs MESSAGE_LEN, MESSAGE_LEN, #64
100 subs MESSAGE_LEN, MESSAGE_LEN, #16
104 subs MESSAGE_LEN, MESSAGE_LEN, #16
/linux-master/arch/arm64/crypto/
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
/linux-master/sound/core/seq/oss/
H A Dseq_oss_init.c95 struct snd_seq_port_subscribe subs; local
98 memset(&subs, 0, sizeof(subs));
99 subs.sender.client = SNDRV_SEQ_CLIENT_SYSTEM;
100 subs.sender.port = SNDRV_SEQ_PORT_SYSTEM_ANNOUNCE;
101 subs.dest.client = system_client;
102 subs.dest.port = system_port;
103 call_ctl(SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs);
/linux-master/arch/arm/include/debug/
H A Dicedcc.S32 subs \rd, \rd, #1
59 subs \rd, \rd, #1
87 subs \rd, \rd, #1
/linux-master/arch/arm/mm/
H A Dproc-arm940.S113 subs r3, r3, #1 << 26
115 subs r1, r1, #1 << 4
163 subs r3, r3, #1 << 26
165 subs r1, r1, #1 << 4
185 subs r3, r3, #1 << 26
187 subs r1, r1, #1 << 4
208 subs r3, r3, #1 << 26
210 subs r1, r1, #1 << 4
235 subs r3, r3, #1 << 26
237 subs r
[all...]

Completed in 322 milliseconds

12345678