Symbol: snd_seq_port_info
include/sound/rawmidi.h
36
struct snd_seq_port_info;
include/sound/rawmidi.h
50
struct snd_seq_port_info *info);
include/uapi/sound/asequencer.h
633
#define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info)
include/uapi/sound/asequencer.h
634
#define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info)
include/uapi/sound/asequencer.h
635
#define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info)
include/uapi/sound/asequencer.h
636
#define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info)
include/uapi/sound/asequencer.h
659
#define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info)
sound/core/seq/oss/seq_oss_init.c
119
struct snd_seq_port_info pinfo;
sound/core/seq/oss/seq_oss_init.c
297
struct snd_seq_port_info port;
sound/core/seq/oss/seq_oss_init.c
67
struct snd_seq_port_info *port __free(kfree) =
sound/core/seq/oss/seq_oss_midi.c
130
snd_seq_oss_midi_check_new_port(struct snd_seq_port_info *pinfo)
sound/core/seq/oss/seq_oss_midi.c
70
struct snd_seq_port_info *pinfo __free(kfree) =
sound/core/seq/oss/seq_oss_midi.h
17
int snd_seq_oss_midi_check_new_port(struct snd_seq_port_info *pinfo);
sound/core/seq/seq_clientmgr.c
1297
struct snd_seq_port_info *info = arg;
sound/core/seq/seq_clientmgr.c
1356
struct snd_seq_port_info *info = arg;
sound/core/seq/seq_clientmgr.c
1378
struct snd_seq_port_info *info = arg;
sound/core/seq/seq_clientmgr.c
1401
struct snd_seq_port_info *info = arg;
sound/core/seq/seq_clientmgr.c
2022
struct snd_seq_port_info *info = arg;
sound/core/seq/seq_clientmgr.c
2233
struct snd_seq_port_info port_info;
sound/core/seq/seq_compat.c
35
struct snd_seq_port_info *data __free(kfree) =
sound/core/seq/seq_dummy.c
117
struct snd_seq_port_info pinfo;
sound/core/seq/seq_midi.c
350
struct snd_seq_port_info *port __free(kfree) =
sound/core/seq/seq_ports.c
328
struct snd_seq_port_info * info)
sound/core/seq/seq_ports.c
374
struct snd_seq_port_info * info)
sound/core/seq/seq_ports.c
66
struct snd_seq_port_info *pinfo)
sound/core/seq/seq_ports.c
687
struct snd_seq_port_info portinfo;
sound/core/seq/seq_ports.c
720
struct snd_seq_port_info portinfo;
sound/core/seq/seq_ports.h
117
struct snd_seq_port_info *info);
sound/core/seq/seq_ports.h
121
struct snd_seq_port_info *info);
sound/core/seq/seq_ports.h
94
struct snd_seq_port_info *pinfo);
sound/core/seq/seq_system.c
130
struct snd_seq_port_info *port;
sound/core/seq/seq_ump_client.c
179
static void fill_port_info(struct snd_seq_port_info *port,
sound/core/seq/seq_ump_client.c
235
struct snd_seq_port_info *port __free(kfree) =
sound/core/seq/seq_ump_client.c
261
struct snd_seq_port_info *old __free(kfree) =
sound/core/seq/seq_ump_client.c
263
struct snd_seq_port_info *new __free(kfree) =
sound/core/seq/seq_ump_client.c
298
struct snd_seq_port_info *port __free(kfree) =
sound/core/seq/seq_virmidi.c
369
struct snd_seq_port_info *pinfo __free(kfree) =
sound/usb/midi.c
1794
struct snd_seq_port_info *seq_port_info)