Searched refs:subs (Results 1 - 25 of 177) sorted by last modified time

12345678

/linux-master/drivers/s390/net/
H A Dism_drv.c55 ism->subs[client->id] = client;
102 ism->subs[client->id] = NULL;
479 clt = ism->subs[i];
510 if (unlikely(client_id == NO_CLIENT || !ism->subs[client_id]))
512 ism->subs[client_id]->handle_irq(ism, bit + ISM_DMB_BIT_OFFSET, dmbemask);
653 ism->subs[i] = NULL;
/linux-master/fs/afs/
H A Ddir.c931 struct afs_sysnames *subs; local
950 subs = net->sysnames;
951 refcount_inc(&subs->usage);
954 for (i = 0; i < subs->nr; i++) {
955 name = subs->subs[i];
974 afs_put_sysnames(subs);
H A Dinternal.h280 char *subs[AFS_NR_SYSNAME]; member in struct:afs_sysnames
H A Dmain.c106 sysnames->subs[0] = (char *)&afs_init_sysname;
H A Dproc.c506 seq_printf(m, "%s\n", sysnames->subs[i]);
604 sysnames->subs[sysnames->nr] = sub;
609 sysnames->subs[0] = sysnames->blank;
634 if (sysnames->subs[i] != afs_init_sysname &&
635 sysnames->subs[i] != sysnames->blank)
636 kfree(sysnames->subs[i]);
/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) {
H A Dbttv-driver.c3235 INIT_LIST_HEAD(&btv->c.subs);
/linux-master/arch/arm64/crypto/
H A Daes-ce-ccm-core.S63 subs w2, w2, #16
H A Dsm4-neon-core.S135 subs x6, x6, #1; \
233 subs x6, x6, #1; \
/linux-master/sound/usb/
H A Dstream.c42 static void free_substream(struct snd_usb_substream *subs) argument
46 if (!subs->num_formats)
48 list_for_each_entry_safe(fp, n, &subs->fmt_list, list)
50 kfree(subs->str_pd);
51 snd_media_stream_delete(subs);
84 struct snd_usb_substream *subs = &as->substream[stream]; local
86 INIT_LIST_HEAD(&subs->fmt_list);
87 spin_lock_init(&subs->lock);
89 subs->stream = as;
90 subs
123 struct snd_usb_substream *subs = info->private_data; local
133 have_dup_chmap(struct snd_usb_substream *subs, struct audioformat *fp) argument
150 struct snd_usb_substream *subs = info->private_data; local
193 struct snd_usb_substream *subs = info->private_data; local
209 add_chmap(struct snd_pcm *pcm, int stream, struct snd_usb_substream *subs) argument
486 struct snd_usb_substream *subs; local
[all...]
H A Dquirks.c1682 static void set_format_emu_quirk(struct snd_usb_substream *subs, argument
1691 if (subs->direction == SNDRV_PCM_STREAM_PLAYBACK) {
1692 if (subs->stream->substream[SNDRV_PCM_STREAM_CAPTURE].cur_audiofmt)
1716 snd_emuusb_set_samplerate(subs->stream->chip, emu_samplerate_id);
1717 subs->pkt_offset_adj = (emu_samplerate_id >= EMU_QUIRK_SR_176400HZ) ? 4 : 0;
1720 static int pioneer_djm_set_format_quirk(struct snd_usb_substream *subs, argument
1723 unsigned int cur_rate = subs->data_endpoint->cur_rate;
1729 usb_set_interface(subs->dev, 0, 1);
1731 snd_usb_ctl_msg(subs->stream->chip->dev,
1732 usb_sndctrlpipe(subs
1737 snd_usb_set_format_quirk(struct snd_usb_substream *subs, const struct audioformat *fmt) argument
[all...]
/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...]
H A Dintel8x0.c2636 struct snd_pcm_substream *subs; local
2649 subs = chip->pcm[0]->streams[0].substream;
2650 if (! subs || subs->dma_buffer.bytes < INTEL8X0_TESTBUF_SIZE) {
2656 ichdev->physbuf = subs->dma_buffer.addr;
H A Des1968.c1843 struct snd_pcm_substream *subs = es->substream; local
1845 if (subs == NULL || !es->running)
1858 snd_pcm_period_elapsed(subs);
H A Dcmipci.c1172 static void setup_ac3(struct cmipci *cm, struct snd_pcm_substream *subs, int do_ac3, int rate) argument
1204 if (snd_pcm_format_width(subs->runtime->format) > 16) {
1219 static int setup_spdif_playback(struct cmipci *cm, struct snd_pcm_substream *subs, int up, int do_ac3) argument
1223 rate = subs->runtime->rate;
1239 setup_ac3(cm, subs, do_ac3, rate);
1255 setup_ac3(cm, subs, 0, 0);
1400 static int snd_cmipci_capture_spdif_hw_free(struct snd_pcm_substream *subs) argument
1402 struct cmipci *cm = snd_pcm_substream_chip(subs);
1584 static int open_device_check(struct cmipci *cm, int mode, struct snd_pcm_substream *subs) argument
1599 cm->channel[ch].substream = subs;
[all...]
/linux-master/sound/core/seq/
H A Dseq_ports.c196 struct snd_seq_subscribers *subs,
220 struct snd_seq_subscribers *subs; local
224 subs = get_subscriber(p, is_src);
226 aport = get_client_port(&subs->info.dest, &c);
228 aport = get_client_port(&subs->info.sender, &c);
229 delete_and_unsubscribe_port(client, port, subs, is_src, false);
236 if (atomic_dec_and_test(&subs->ref_count))
237 kfree(subs);
242 delete_and_unsubscribe_port(c, aport, subs, !is_src, true);
243 kfree(subs);
489 check_and_subscribe_port(struct snd_seq_client *client, struct snd_seq_client_port *port, struct snd_seq_subscribers *subs, bool is_src, bool exclusive, bool ack) argument
534 __delete_and_unsubscribe_port(struct snd_seq_client *client, struct snd_seq_client_port *port, struct snd_seq_subscribers *subs, bool is_src, bool ack) argument
556 delete_and_unsubscribe_port(struct snd_seq_client *client, struct snd_seq_client_port *port, struct snd_seq_subscribers *subs, bool is_src, bool ack) argument
576 struct snd_seq_subscribers *subs; local
621 struct snd_seq_subscribers *subs; local
650 snd_seq_port_get_subscription(struct snd_seq_port_subs_info *src_grp, struct snd_seq_addr *dest_addr, struct snd_seq_port_subscribe *subs) argument
[all...]
/linux-master/sound/core/seq/oss/
H A Dseq_oss_midi.c321 struct snd_seq_port_subscribe subs; local
354 memset(&subs, 0, sizeof(subs));
357 subs.sender = dp->addr;
358 subs.dest.client = mdev->client;
359 subs.dest.port = mdev->port;
360 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0)
364 subs.sender.client = mdev->client;
365 subs.sender.port = mdev->port;
366 subs
394 struct snd_seq_port_subscribe subs; local
[all...]
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/arm64/include/asm/
H A Dassembler.h830 subs \tmp, \tmp, #1
/linux-master/include/linux/
H A Dism.h47 struct ism_client *subs[MAX_CLIENTS]; member in struct:ism_dev
/linux-master/tools/testing/selftests/arm64/fp/
H A Dzt-test.S51 subs w1, w1, #1
91 subs x2, x2, #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
H A Dsve-test.S85 subs w1, w1, #1
204 subs x2, x2, #1
/linux-master/sound/usb/usx2y/
H A Dusbusx2y.h45 struct snd_usx2y_substream *subs[4]; member in struct:usx2ydev
H A Dusbusx2yaudio.c58 static int usx2y_urb_capt_retire(struct snd_usx2y_substream *subs) argument
60 struct urb *urb = subs->completed_urb;
61 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime;
63 int i, len, lens = 0, hwptr_done = subs->hwptr_done;
65 struct usx2ydev *usx2y = subs->usx2y;
97 subs->hwptr_done = hwptr_done;
98 subs->transfer_done += lens;
100 if (subs->transfer_done >= runtime->period_size) {
101 subs->transfer_done -= runtime->period_size;
102 snd_pcm_period_elapsed(subs
117 usx2y_urb_play_prepare(struct snd_usx2y_substream *subs, struct urb *cap_urb, struct urb *urb) argument
173 usx2y_urb_play_retire(struct snd_usx2y_substream *subs, struct urb *urb) argument
188 usx2y_urb_submit(struct snd_usx2y_substream *subs, struct urb *urb, int frame) argument
260 struct snd_usx2y_substream *subs; local
288 usx2y_error_urb_status(struct usx2ydev *usx2y, struct snd_usx2y_substream *subs, struct urb *urb) argument
298 struct snd_usx2y_substream *subs = urb->context; local
335 struct snd_usx2y_substream *subs; local
359 struct snd_usx2y_substream *subs = urb->context; local
374 usx2y_subs_prepare(struct snd_usx2y_substream *subs) argument
398 usx2y_urbs_release(struct snd_usx2y_substream *subs) argument
414 usx2y_urbs_allocate(struct snd_usx2y_substream *subs) argument
465 usx2y_subs_startup(struct snd_usx2y_substream *subs) argument
475 usx2y_urbs_start(struct snd_usx2y_substream *subs) argument
487 struct snd_usx2y_substream *subs = usx2y->subs[i]; local
539 struct snd_usx2y_substream *subs = substream->runtime->private_data; local
549 struct snd_usx2y_substream *subs = substream->runtime->private_data; local
776 struct snd_usx2y_substream *subs; local
813 struct snd_usx2y_substream *subs = runtime->private_data; local
848 struct snd_usx2y_substream *subs = runtime->private_data; local
905 struct snd_usx2y_substream *subs = local
923 struct snd_usx2y_substream *subs = runtime->private_data; local
[all...]

Completed in 274 milliseconds

12345678