Searched refs:snd_seq_kernel_client_ctl (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/sound/core/seq/ |
D | seq_system.c | 137 err = snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_system_client_init() 150 err = snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_system_client_init()
|
D | seq_compat.c | 47 err = snd_seq_kernel_client_ctl(client->number, cmd, data); in snd_seq_call_port_info_ioctl()
|
D | seq_dummy.c | 139 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { in create_port()
|
D | seq_ports.c | 682 ret = snd_seq_kernel_client_ctl(client, in snd_seq_event_port_attach() 705 err = snd_seq_kernel_client_ctl(client, in snd_seq_event_port_detach()
|
D | seq_virmidi.c | 401 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo); in snd_virmidi_dev_attach_seq()
|
D | seq_midi.c | 385 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_probe()
|
D | seq_clientmgr.c | 2356 int snd_seq_kernel_client_ctl(int clientid, unsigned int cmd, void *arg) in snd_seq_kernel_client_ctl() function 2374 EXPORT_SYMBOL(snd_seq_kernel_client_ctl);
|
/linux-5.19.10/sound/core/seq/oss/ |
D | seq_oss_midi.c | 77 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT, clinfo) == 0) { in snd_seq_oss_midi_lookup_ports() 82 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, pinfo) == 0) in snd_seq_oss_midi_lookup_ports() 361 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) in snd_seq_oss_midi_open() 370 if (snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &subs) >= 0) in snd_seq_oss_midi_open() 406 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); in snd_seq_oss_midi_close() 412 snd_seq_kernel_client_ctl(dp->cseq, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, &subs); in snd_seq_oss_midi_close()
|
D | seq_oss_device.h | 148 err = snd_seq_kernel_client_ctl(dp->cseq, type, arg); in snd_seq_oss_control()
|
D | seq_oss_init.c | 48 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)
|
/linux-5.19.10/include/sound/ |
D | seq_kernel.h | 64 int snd_seq_kernel_client_ctl(int client, unsigned int cmd, void *arg);
|