Home
last modified time | relevance | path

Searched refs:cptr (Results 1 – 5 of 5) sorted by relevance

/sound/core/seq/
A Dseq_clientmgr.c1226 if (cptr == NULL) in snd_seq_ioctl_running_mode()
1288 if (cptr == NULL) in snd_seq_ioctl_get_client_info()
1427 if (cptr == NULL) in snd_seq_ioctl_get_port_info()
1902 if (cptr == NULL) in snd_seq_ioctl_get_client_pool()
2037 if (!cptr) in snd_seq_ioctl_query_subs()
2081 if (cptr) in snd_seq_ioctl_query_subs()
2104 if (cptr) in snd_seq_ioctl_query_next_client()
2107 if (cptr == NULL) in snd_seq_ioctl_query_next_client()
2127 if (cptr == NULL) in snd_seq_ioctl_query_next_port()
2224 if (!cptr) in snd_seq_ioctl_client_ump_info()
[all …]
A Dseq_ump_client.c350 struct snd_seq_client *cptr; in setup_client_midi_version() local
353 if (!cptr) in setup_client_midi_version()
359 snd_seq_kernel_client_put(cptr); in setup_client_midi_version()
365 struct snd_seq_client *cptr; in setup_client_group_filter() local
370 if (!cptr) in setup_client_group_filter()
377 cptr->group_filter = filter; in setup_client_group_filter()
395 struct snd_seq_client *cptr; in seq_ump_notify_ep_change() local
402 if (!cptr) in seq_ump_notify_ep_change()
410 strscpy(cptr->name, ump->core.name, sizeof(cptr->name)); in seq_ump_notify_ep_change()
462 struct snd_seq_client *cptr; in snd_seq_ump_probe() local
[all …]
A Dseq_clientmgr.h104 void snd_seq_kernel_client_put(struct snd_seq_client *cptr);
/sound/drivers/vx/
A Dvx_core.c678 const unsigned char *image, *cptr; in snd_vx_dsp_load() local
695 cptr = image; in snd_vx_dsp_load()
696 csum ^= *cptr; in snd_vx_dsp_load()
698 vx_outb(chip, TXH, *cptr++); in snd_vx_dsp_load()
699 csum ^= *cptr; in snd_vx_dsp_load()
701 vx_outb(chip, TXM, *cptr++); in snd_vx_dsp_load()
702 csum ^= *cptr; in snd_vx_dsp_load()
704 vx_outb(chip, TXL, *cptr++); in snd_vx_dsp_load()
/sound/core/oss/
A Dmixer_oss.c1131 const char *cptr; in snd_mixer_oss_proc_write() local
1138 cptr = snd_info_get_str(str, line, sizeof(str)); in snd_mixer_oss_proc_write()
1147 cptr = snd_info_get_str(str, cptr, sizeof(str)); in snd_mixer_oss_proc_write()
1154 snd_info_get_str(idxstr, cptr, sizeof(idxstr)); in snd_mixer_oss_proc_write()

Completed in 16 milliseconds