Searched refs:portinfo (Results 1 – 9 of 9) sorted by relevance
675 struct snd_seq_port_info portinfo; in snd_seq_event_port_attach() local679 memset(&portinfo, 0, sizeof(portinfo)); in snd_seq_event_port_attach()680 portinfo.addr.client = client; in snd_seq_event_port_attach()681 strscpy(portinfo.name, portname ? portname : "Unnamed port", in snd_seq_event_port_attach()682 sizeof(portinfo.name)); in snd_seq_event_port_attach()684 portinfo.capability = cap; in snd_seq_event_port_attach()685 portinfo.type = type; in snd_seq_event_port_attach()686 portinfo.kernel = pcbp; in snd_seq_event_port_attach()687 portinfo.midi_channels = midi_channels; in snd_seq_event_port_attach()688 portinfo.midi_voices = midi_voices; in snd_seq_event_port_attach()[all …]
1402 struct vsc73xx_portinfo *portinfo = &vsc->portinfo[port]; in vsc73xx_vlan_commit_pvid() local1403 bool valid = portinfo->pvid_tag_8021q_configured; in vsc73xx_vlan_commit_pvid()1405 u16 vid = portinfo->pvid_tag_8021q; in vsc73xx_vlan_commit_pvid()1408 vid = portinfo->pvid_vlan_filtering; in vsc73xx_vlan_commit_pvid()1409 valid = portinfo->pvid_vlan_filtering_configured; in vsc73xx_vlan_commit_pvid()1637 struct vsc73xx_portinfo *portinfo; in vsc73xx_port_vlan_add() local1689 portinfo = &vsc->portinfo[port]; in vsc73xx_port_vlan_add()1692 portinfo->pvid_vlan_filtering_configured = true; in vsc73xx_port_vlan_add()1693 portinfo->pvid_vlan_filtering = vlan->vid; in vsc73xx_port_vlan_add()1694 } else if (portinfo->pvid_vlan_filtering_configured && in vsc73xx_port_vlan_add()[all …]
59 struct vsc73xx_portinfo portinfo[VSC73XX_MAX_NUM_PORTS]; member
26 struct portinfo { struct32 static const struct portinfo pata_icside_portinfo_v5 = { argument38 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];346 const struct portinfo *port) in pata_icside_setup_ioaddr()
108 struct cygnus_aio_port portinfo[CYGNUS_MAX_PORTS]; member
241 return &cygaud->portinfo[dai->id]; in cygnus_dai_get_portinfo()1243 aio = &cygaud->portinfo[portnum]; in parse_ssp_child_node()
170 struct mptsas_portinfo *portinfo; member
1579 port_info = phy_info->portinfo; in mptsas_del_end_device()1614 port_info = phy_info->portinfo; in mptsas_refreshing_device_handles()2449 port_info->phy_info[i].portinfo = port_info; in mptsas_sas_io_unit_pg0()2730 port_info->phy_info[i].portinfo = port_info; in mptsas_sas_expander_pg0()3455 port_info->phy_info[i].portinfo = port_info; in mptsas_expander_event_add()3643 port_info->phy_info[i].portinfo = port_info; in mptsas_send_expander_event()3689 port_info->phy_info[i].portinfo = port_info; in mptsas_expander_add()3957 port_info->phy_info[i].portinfo = port_info; in mptsas_probe_expanders()
996 int nvmet_fc_register_targetport(struct nvmet_fc_port_info *portinfo,