Searched refs:subs (Results 51 - 75 of 177) sorted by relevance

12345678

/linux-master/sound/pci/
H A Dmaestro3.c1039 struct snd_pcm_substream *subs)
1041 if (! s || ! subs)
1045 switch (subs->stream) {
1066 struct snd_pcm_substream *subs)
1068 if (! s || ! subs)
1074 switch (subs->stream) {
1090 snd_m3_pcm_trigger(struct snd_pcm_substream *subs, int cmd) argument
1092 struct snd_m3 *chip = snd_pcm_substream_chip(subs);
1093 struct m3_dma *s = subs->runtime->private_data;
1107 err = snd_m3_pcm_start(chip, s, subs);
1038 snd_m3_pcm_start(struct snd_m3 *chip, struct m3_dma *s, struct snd_pcm_substream *subs) argument
1065 snd_m3_pcm_stop(struct snd_m3 *chip, struct m3_dma *s, struct snd_pcm_substream *subs) argument
1128 snd_m3_pcm_setup1(struct snd_m3 *chip, struct m3_dma *s, struct snd_pcm_substream *subs) argument
1280 snd_m3_playback_setup(struct snd_m3 *chip, struct m3_dma *s, struct snd_pcm_substream *subs) argument
1347 snd_m3_capture_setup(struct snd_m3 *chip, struct m3_dma *s, struct snd_pcm_substream *subs) argument
1399 snd_m3_pcm_prepare(struct snd_pcm_substream *subs) argument
1435 snd_m3_get_pointer(struct snd_m3 *chip, struct m3_dma *s, struct snd_pcm_substream *subs) argument
1460 snd_m3_pcm_pointer(struct snd_pcm_substream *subs) argument
1480 struct snd_pcm_substream *subs = s->substream; local
1705 snd_m3_substream_open(struct snd_m3 *chip, struct snd_pcm_substream *subs) argument
1738 snd_m3_substream_close(struct snd_m3 *chip, struct snd_pcm_substream *subs) argument
1760 snd_m3_playback_open(struct snd_pcm_substream *subs) argument
1776 snd_m3_playback_close(struct snd_pcm_substream *subs) argument
1785 snd_m3_capture_open(struct snd_pcm_substream *subs) argument
1801 snd_m3_capture_close(struct snd_pcm_substream *subs) argument
[all...]
/linux-master/arch/arm/lib/
H A Dcopy_template.S77 subs r2, r2, #4
85 1: subs r2, r2, #(28)
94 CALGN( subs r2, r2, r3 ) @ C gets set
98 2: PLD( subs r2, r2, #96 )
106 subs r2, r2, #32
170 subs r2, r2, ip
185 subs r2, r2, #28
197 PLD( subs r2, r2, #96 )
206 subs r2, r2, #32
235 subs i
[all...]
H A Dio-writesw-armv3.S27 subs r2, r2, #1
38 subs r2, r2, #8
75 subs r2, r2, #8
H A Dcopy_page.S37 subs r2, r2, #1 @ 1
H A Dio-readsb.S20 subs r2, r2, ip
31 subs r2, r2, #16
68 subs r2, r2, #16
H A Dmemset.S45 2: subs r2, r2, #64
94 3: subs r2, r2, #64
125 6: subs r2, r2, #4 @ 1 do we have enough
H A Dclear_user.S35 1: subs r1, r1, #8 @ -1 -2 -3 -4 -5 -6 -7
/linux-master/tools/testing/selftests/arm64/fp/
H A Dasm-utils.S120 0: subs x5, x5, #1
138 subs x2, x2, #1
167 subs x1, x1, #1
H A Dza-test.S41 subs x2, x2, #1
69 subs w1, w1, #1
117 subs x2, x2, #1
301 subs x21, x21, #1
317 subs x21, x21, #1
/linux-master/arch/arm/crypto/
H A Dcrc32-ce-core.S199 subs LEN, LEN, #0x10
243 subs ip, r2, #8
257 subs ip, ip, #8
283 subs r2, r2, #1
289 subs r2, r2, #2
293 0: subs ip, r2, #8
H A Daes-ce-core.S179 subs r4, r4, #4
194 subs r4, r4, #1
205 subs r4, r4, #4
220 subs r4, r4, #1
242 subs r4, r4, #1
254 subs r4, r4, #4
281 subs r4, r4, #1
387 subs r4, r4, #4
441 subs r4, r4, #1
515 subs r
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S66 subs r5, r5, #0x1 @ awake, wait just a bit
82 subs r5, r5, #0x1
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c719 struct snd_seq_subscribers *subs; local
735 list_for_each_entry(subs, &grp->list_head, src_list) {
737 if (atomic_read(&subs->ref_count) != 2)
739 event->dest = subs->info.dest;
740 if (subs->info.flags & SNDRV_SEQ_PORT_SUBS_TIMESTAMP)
742 update_timestamp_of_queue(event, subs->info.queue,
743 subs->info.flags & SNDRV_SEQ_PORT_SUBS_TIME_REAL);
1432 struct snd_seq_port_subscribe *subs)
1434 if (client->number != subs->sender.client &&
1435 client->number != subs
1429 check_subscription_permission(struct snd_seq_client *client, struct snd_seq_client_port *sport, struct snd_seq_client_port *dport, struct snd_seq_port_subscribe *subs) argument
1484 struct snd_seq_port_subscribe *subs = arg; local
1530 struct snd_seq_port_subscribe *subs = arg; local
1951 struct snd_seq_port_subscribe *subs = arg; local
1980 struct snd_seq_query_subs *subs = arg; local
[all...]
/linux-master/net/ceph/
H A Dmon_client.c330 * monc->subs.
349 for (i = 0; i < ARRAY_SIZE(monc->subs); i++) {
350 if (monc->subs[i].want)
355 for (i = 0; i < ARRAY_SIZE(monc->subs); i++) {
359 if (!monc->subs[i].want)
368 le64_to_cpu(monc->subs[i].item.start),
369 monc->subs[i].item.flags);
371 memcpy(p, &monc->subs[i].item, sizeof(monc->subs[i].item));
372 p += sizeof(monc->subs[
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-ce-core.S28 subs w3, w3, #3
56 subs w3, w3, #3
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/arch/arm/mach-davinci/
H A Dsleep.S63 1: subs ip, ip, #0x1
85 2: subs ip, ip, #0x1
119 3: subs ip, ip, #0x1
129 4: subs ip, ip, #0x1
/linux-master/arch/arm/kernel/
H A Drelocate_kernel.S56 subs r6,r6,#1
/linux-master/sound/usb/
H A Dquirks.h28 void snd_usb_set_format_quirk(struct snd_usb_substream *subs,
/linux-master/sound/usb/usx2y/
H A Dusbusx2y.h45 struct snd_usx2y_substream *subs[4]; member in struct:usx2ydev
/linux-master/arch/arm64/lib/
H A Dcopy_template.S129 subs count, count, #128
172 subs count, count, #64
H A Dmemcpy.S165 subs count, count, 128 + 16 /* Test and readjust count. */
177 subs count, count, 64
211 subs count, count, 128
223 subs count, count, 64
H A Dstrncmp.S78 subs limit, limit, #8
91 add limit, limit, 8 /* Rewind limit to before last subs. */
188 subs limit, limit, #1
210 subs count, count, #1
248 subs limit, limit, #8
H A Dmte.S100 subs x2, x2, #1
126 subs x2, x2, #1
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c92 list_add_tail(&sub->list,&core->subs);
100 list_for_each_entry_safe(sub, save, &core->subs, list) {

Completed in 442 milliseconds

12345678