/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-nhlt.c | 117 u32 instance_id, u8 link_type, u8 dirn, u8 dev_type) in skl_check_ep_match() argument 124 (epnt->linktype == link_type) && in skl_check_ep_match() 138 *skl_get_ep_blob(struct skl *skl, u32 instance, u8 link_type, in skl_get_ep_blob() argument 151 dump_config(dev, instance, link_type, s_fmt, num_ch, s_rate, dirn, bps); in skl_get_ep_blob() 158 if (skl_check_ep_match(dev, epnt, instance, link_type, in skl_get_ep_blob() 163 s_rate, bps, link_type); in skl_get_ep_blob()
|
D | skl.h | 140 u8 link_type, u8 s_fmt, u8 no_ch,
|
D | skl-topology.c | 388 int link_type, dir; in skl_tplg_update_be_blob() local 403 link_type = NHLT_LINK_DMIC; in skl_tplg_update_be_blob() 411 link_type = NHLT_LINK_SSP; in skl_tplg_update_be_blob() 430 cfg = skl_get_ep_blob(skl, m_cfg->vbus_id, link_type, in skl_tplg_update_be_blob() 437 m_cfg->vbus_id, link_type, dir); in skl_tplg_update_be_blob() 1875 int link_type = skl_tplg_be_link_type(mconfig->dev_type); in skl_tplg_be_fill_pipe_params() local 1880 if (link_type == NHLT_LINK_HDA) in skl_tplg_be_fill_pipe_params() 1884 cfg = skl_get_ep_blob(skl, mconfig->vbus_id, link_type, in skl_tplg_be_fill_pipe_params() 1893 mconfig->vbus_id, link_type, in skl_tplg_be_fill_pipe_params()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci_core.h | 1507 u8 link_type, u8 addr_type, u8 reason, 1510 u8 link_type, u8 addr_type, u8 status); 1511 void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, 1519 u8 link_type, u8 addr_type, u32 value, 1522 u8 link_type, u8 addr_type, u8 status); 1524 u8 link_type, u8 addr_type, u8 status); 1526 u8 link_type, u8 addr_type); 1528 u8 link_type, u8 addr_type, u8 status); 1530 u8 link_type, u8 addr_type, u8 status); 1532 u8 link_type, u8 addr_type, u32 passkey, [all …]
|
D | hci.h | 1692 __u8 link_type; member 1700 __u8 link_type; member 1880 __u8 link_type; member
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | jr3_pci.c | 78 u16 link_type; member 141 set_u16(&sensor->transforms[num].link[i].link_type, in set_transforms() 142 transf->link[i].link_type); in set_transforms() 147 if (transf->link[i].link_type == end_x_form) in set_transforms() 491 transf.link[i].link_type = (enum link_types)0; in jr3_pci_poll_subdevice()
|
D | jr3_pci.h | 274 u32 link_type; member
|
/Linux-v4.19/drivers/net/usb/ |
D | sierra_net.c | 148 u8 link_type; member 397 if (single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV4 && in sierra_net_parse_lsi() 398 single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV6) { in sierra_net_parse_lsi() 400 single->link_type); in sierra_net_parse_lsi()
|
/Linux-v4.19/net/bluetooth/ |
D | mgmt.c | 2568 static u8 link_to_bdaddr(u8 link_type, u8 addr_type) in link_to_bdaddr() argument 2570 switch (link_type) { in link_to_bdaddr() 7317 u8 link_type, u8 addr_type, u8 reason, in mgmt_device_disconnected() argument 7334 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected() 7340 ev.addr.type = link_to_bdaddr(link_type, addr_type); in mgmt_device_disconnected() 7353 u8 link_type, u8 addr_type, u8 status) in mgmt_disconnect_failed() argument 7355 u8 bdaddr_type = link_to_bdaddr(link_type, addr_type); in mgmt_disconnect_failed() 7378 void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, in mgmt_connect_failed() argument 7392 ev.addr.type = link_to_bdaddr(link_type, addr_type); in mgmt_connect_failed() 7436 u8 link_type, u8 addr_type, u32 value, in mgmt_user_confirm_request() argument [all …]
|
D | hci_event.c | 2399 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr); in hci_conn_complete_evt() 2401 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt() 2466 } else if (ev->link_type != ACL_LINK) in hci_conn_complete_evt() 2493 ev->link_type); in hci_conn_request_evt() 2495 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ev->link_type, in hci_conn_request_evt() 2529 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, in hci_conn_request_evt() 2532 conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt() 2545 if (ev->link_type == ACL_LINK || in hci_conn_request_evt() 4054 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr); in hci_sync_conn_complete_evt() 4056 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt() [all …]
|
D | l2cap_core.c | 67 static inline u8 bdaddr_type(u8 link_type, u8 bdaddr_type) in bdaddr_type() argument 69 if (link_type == LE_LINK) { in bdaddr_type() 1752 u8 link_type) in l2cap_global_chan_by_psm() argument 1762 if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR) in l2cap_global_chan_by_psm() 1765 if (link_type == LE_LINK && c->src_type == BDADDR_BREDR) in l2cap_global_chan_by_psm()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 861 uint8_t link_type; in kfd_fill_iolink_info_for_cpu() local 864 link_type = CRAT_IOLINK_TYPE_HYPERTRANSPORT; in kfd_fill_iolink_info_for_cpu() 866 link_type = CRAT_IOLINK_TYPE_QPI_1_1; in kfd_fill_iolink_info_for_cpu() 889 sub_type_hdr->io_interface_type = link_type; in kfd_fill_iolink_info_for_cpu()
|
/Linux-v4.19/drivers/s390/net/ |
D | qeth_core_main.c | 160 switch (card->info.link_type) { in qeth_get_cardname_short() 2321 __u8 link_type; in qeth_ulp_enable_cb() local 2340 memcpy(&link_type, in qeth_ulp_enable_cb() 2342 card->info.link_type = link_type; in qeth_ulp_enable_cb() 2344 card->info.link_type = 0; in qeth_ulp_enable_cb() 2345 QETH_DBF_TEXT_(SETUP, 2, "link%d", card->info.link_type); in qeth_ulp_enable_cb() 2872 static __u8 qeth_get_ipa_adp_type(enum qeth_link_types link_type) in qeth_get_ipa_adp_type() argument 2874 switch (link_type) { in qeth_get_ipa_adp_type() 2890 cmd->hdr.adapter_type = qeth_get_ipa_adp_type(card->info.link_type); in qeth_fill_ipacmd_header() 2989 card->info.link_type = in qeth_query_setadapterparms_cb() [all …]
|
D | qeth_core.h | 664 enum qeth_link_types link_type; member
|
D | qeth_l3_main.c | 2520 if ((card->info.link_type == QETH_LINK_TYPE_LANE_TR) || in qeth_l3_setup_netdev() 2521 (card->info.link_type == QETH_LINK_TYPE_HSTR)) { in qeth_l3_setup_netdev()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq_cmd.h | 2072 u8 link_type[4]; member
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq_cmd.h | 2141 u8 link_type[4]; member
|
D | i40e_common.c | 1893 memcpy(&tmp, resp->link_type, sizeof(tmp)); in i40e_aq_get_link_info()
|