Home
last modified time | relevance | path

Searched refs:portinfo (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/sound/core/seq/
Dseq_ports.c651 struct snd_seq_port_info portinfo; in snd_seq_event_port_attach() local
655 memset(&portinfo, 0, sizeof(portinfo)); in snd_seq_event_port_attach()
656 portinfo.addr.client = client; in snd_seq_event_port_attach()
657 strlcpy(portinfo.name, portname ? portname : "Unnamed port", in snd_seq_event_port_attach()
658 sizeof(portinfo.name)); in snd_seq_event_port_attach()
660 portinfo.capability = cap; in snd_seq_event_port_attach()
661 portinfo.type = type; in snd_seq_event_port_attach()
662 portinfo.kernel = pcbp; in snd_seq_event_port_attach()
663 portinfo.midi_channels = midi_channels; in snd_seq_event_port_attach()
664 portinfo.midi_voices = midi_voices; in snd_seq_event_port_attach()
[all …]
/Linux-v5.4/drivers/ata/
Dpata_icside.c26 struct portinfo { struct
32 static const struct portinfo pata_icside_portinfo_v5 = { argument
38 static const struct portinfo pata_icside_portinfo_v6_1 = {
44 static const struct portinfo pata_icside_portinfo_v6_2 = {
71 const struct portinfo *port[2];
343 const struct portinfo *port) in pata_icside_setup_ioaddr()
/Linux-v5.4/sound/soc/bcm/
Dcygnus-ssp.h118 struct cygnus_aio_port portinfo[CYGNUS_MAX_PORTS]; member
Dcygnus-pcm.c479 playstr = cygaud->portinfo[port].play_stream; in handle_playback_irq()
534 capstr = cygaud->portinfo[port].capture_stream; in handle_capture_irq()
Dcygnus-ssp.c251 return &cygaud->portinfo[dai->id]; in cygnus_dai_get_portinfo()
1225 aio = &cygaud->portinfo[portnum]; in parse_ssp_child_node()
/Linux-v5.4/drivers/message/fusion/
Dmptsas.h169 struct mptsas_portinfo *portinfo; member
Dmptsas.c1552 port_info = phy_info->portinfo; in mptsas_del_end_device()
1587 port_info = phy_info->portinfo; in mptsas_refreshing_device_handles()
2421 port_info->phy_info[i].portinfo = port_info; in mptsas_sas_io_unit_pg0()
2702 port_info->phy_info[i].portinfo = port_info; in mptsas_sas_expander_pg0()
3430 port_info->phy_info[i].portinfo = port_info; in mptsas_expander_event_add()
3619 port_info->phy_info[i].portinfo = port_info; in mptsas_send_expander_event()
3665 port_info->phy_info[i].portinfo = port_info; in mptsas_expander_add()
3933 port_info->phy_info[i].portinfo = port_info; in mptsas_probe_expanders()
/Linux-v5.4/include/linux/
Dnvme-fc-driver.h855 int nvmet_fc_register_targetport(struct nvmet_fc_port_info *portinfo,