Searched refs:portinfo (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/sound/core/seq/
H A Dseq_ports.c663 struct snd_seq_port_info portinfo; snd_seq_event_port_attach() local
667 memset(&portinfo, 0, sizeof(portinfo)); snd_seq_event_port_attach()
668 portinfo.addr.client = client; snd_seq_event_port_attach()
669 strlcpy(portinfo.name, portname ? portname : "Unamed port", snd_seq_event_port_attach()
670 sizeof(portinfo.name)); snd_seq_event_port_attach()
672 portinfo.capability = cap; snd_seq_event_port_attach()
673 portinfo.type = type; snd_seq_event_port_attach()
674 portinfo.kernel = pcbp; snd_seq_event_port_attach()
675 portinfo.midi_channels = midi_channels; snd_seq_event_port_attach()
676 portinfo.midi_voices = midi_voices; snd_seq_event_port_attach()
681 &portinfo); snd_seq_event_port_attach()
684 ret = portinfo.addr.port; snd_seq_event_port_attach()
697 struct snd_seq_port_info portinfo; snd_seq_event_port_detach() local
700 memset(&portinfo, 0, sizeof(portinfo)); snd_seq_event_port_detach()
701 portinfo.addr.client = client; snd_seq_event_port_detach()
702 portinfo.addr.port = port; snd_seq_event_port_detach()
705 &portinfo); snd_seq_event_port_detach()
/linux-4.4.14/drivers/ata/
H A Dpata_icside.c25 struct portinfo { struct
31 static const struct portinfo pata_icside_portinfo_v5 = {
37 static const struct portinfo pata_icside_portinfo_v6_1 = {
43 static const struct portinfo pata_icside_portinfo_v6_2 = {
70 const struct portinfo *port[2];
342 const struct portinfo *port) pata_icside_setup_ioaddr()
/linux-4.4.14/include/rdma/
H A Dib_pma.h41 * PMA class portinfo capability mask bits
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_mad.h139 * Congestion Control class portinfo capability mask bits
H A Dqib_verbs.h125 /* Values for set/get portinfo VLCap OperationalVLs */
H A Dqib_mad.c1878 * If this is a get/set portinfo, we already check the process_subn()
/linux-4.4.14/drivers/message/fusion/
H A Dmptsas.h169 struct mptsas_portinfo *portinfo; member in struct:mptsas_phyinfo
H A Dmptsas.c1553 port_info = phy_info->portinfo; mptsas_del_end_device()
1588 port_info = phy_info->portinfo; mptsas_refreshing_device_handles()
2426 port_info->phy_info[i].portinfo = port_info; mptsas_sas_io_unit_pg0()
2707 port_info->phy_info[i].portinfo = port_info; mptsas_sas_expander_pg0()
3435 port_info->phy_info[i].portinfo = port_info; mptsas_expander_event_add()
3624 port_info->phy_info[i].portinfo = port_info; mptsas_send_expander_event()
3670 port_info->phy_info[i].portinfo = port_info; mptsas_expander_add()
3938 port_info->phy_info[i].portinfo = port_info; mptsas_probe_expanders()
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_mad.c134 * portinfo.guid_cap field needs to be updated too. recv_subn_get_guidinfo()
275 /* map LinkState to IB portinfo values. */ recv_subn_get_portinfo()
H A Dipath_verbs.c1612 /* map LinkState to IB portinfo values. */ ipath_query_port()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dhfi.h709 /* port_ltp_crc_mode is returned in 'portinfo' MADs */
713 /* mgmt_allowed is also returned in 'portinfo' MADs */
H A Dmad.c2622 * 'datacounters' queries (as opposed to 'portinfo' queries, pma_get_opa_datacounters()
3873 * If this is a get/set portinfo, we already check the process_subn_opa()
3961 * If this is a get/set portinfo, we already check the process_subn()
H A Dchip.c3842 * LTP CRC modes to return in 'portinfo' queries. But the bit handle_verify_cap()
3843 * flags that are returned in the portinfo query differ from handle_verify_cap()

Completed in 698 milliseconds