/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 1358 u8 link_type, u8 addr_type, u8 reason, 1361 u8 link_type, u8 addr_type, u8 status); 1362 void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, 1370 u8 link_type, u8 addr_type, u32 value, 1373 u8 link_type, u8 addr_type, u8 status); 1375 u8 link_type, u8 addr_type, u8 status); 1377 u8 link_type, u8 addr_type); 1379 u8 link_type, u8 addr_type, u8 status); 1381 u8 link_type, u8 addr_type, u8 status); 1383 u8 link_type, u8 addr_type, u32 passkey, [all …]
|
D | hci.h | 1486 __u8 link_type; member 1494 __u8 link_type; member 1674 __u8 link_type; member
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | jr3_pci.c | 87 u16 link_type; member 146 set_u16(&channel->transforms[num].link[i].link_type, in set_transforms() 147 transf.link[i].link_type); in set_transforms() 152 if (transf.link[i].link_type == end_x_form) in set_transforms() 506 transf.link[i].link_type = (enum link_types)0; in jr3_pci_poll_subdevice()
|
D | jr3_pci.h | 259 u32 link_type; member
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 3096 static u8 link_to_bdaddr(u8 link_type, u8 addr_type) in link_to_bdaddr() argument 3098 switch (link_type) { in link_to_bdaddr() 7771 u8 link_type, u8 addr_type, u8 reason, in mgmt_device_disconnected() argument 7788 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected() 7794 ev.addr.type = link_to_bdaddr(link_type, addr_type); in mgmt_device_disconnected() 7807 u8 link_type, u8 addr_type, u8 status) in mgmt_disconnect_failed() argument 7809 u8 bdaddr_type = link_to_bdaddr(link_type, addr_type); in mgmt_disconnect_failed() 7832 void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, in mgmt_connect_failed() argument 7846 ev.addr.type = link_to_bdaddr(link_type, addr_type); in mgmt_connect_failed() 7890 u8 link_type, u8 addr_type, u32 value, in mgmt_user_confirm_request() argument [all …]
|
D | hci_event.c | 2225 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr); in hci_conn_complete_evt() 2227 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt() 2292 } else if (ev->link_type != ACL_LINK) in hci_conn_complete_evt() 2319 ev->link_type); in hci_conn_request_evt() 2321 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ev->link_type, in hci_conn_request_evt() 2355 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, in hci_conn_request_evt() 2358 conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt() 2371 if (ev->link_type == ACL_LINK || in hci_conn_request_evt() 3749 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr); in hci_sync_conn_complete_evt() 3751 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt()
|
D | l2cap_core.c | 66 static inline u8 bdaddr_type(u8 link_type, u8 bdaddr_type) in bdaddr_type() argument 68 if (link_type == LE_LINK) { in bdaddr_type() 1745 u8 link_type) in l2cap_global_chan_by_psm() argument 1755 if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR) in l2cap_global_chan_by_psm() 1758 if (link_type == LE_LINK && c->src_type == BDADDR_BREDR) in l2cap_global_chan_by_psm()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_core_main.c | 155 switch (card->info.link_type) { in qeth_get_cardname_short() 2234 switch (card->info.link_type) { in qeth_get_initial_mtu_for_card() 2287 __u8 link_type; in qeth_ulp_enable_cb() local 2325 memcpy(&link_type, in qeth_ulp_enable_cb() 2327 card->info.link_type = link_type; in qeth_ulp_enable_cb() 2329 card->info.link_type = 0; in qeth_ulp_enable_cb() 2330 QETH_DBF_TEXT_(SETUP, 2, "link%d", card->info.link_type); in qeth_ulp_enable_cb() 2911 static inline __u8 qeth_get_ipa_adp_type(enum qeth_link_types link_type) in qeth_get_ipa_adp_type() argument 2913 switch (link_type) { in qeth_get_ipa_adp_type() 2929 cmd->hdr.adapter_type = qeth_get_ipa_adp_type(card->info.link_type); in qeth_fill_ipacmd_header() [all …]
|
D | qeth_core.h | 668 enum qeth_link_types link_type; member
|
D | qeth_l3_main.c | 2770 switch (card->info.link_type) { in qeth_l3_get_cast_type() 3290 if ((card->info.link_type == QETH_LINK_TYPE_LANE_TR) || in qeth_l3_setup_netdev() 3291 (card->info.link_type == QETH_LINK_TYPE_HSTR)) { in qeth_l3_setup_netdev()
|
/linux-4.1.27/drivers/net/usb/ |
D | sierra_net.c | 143 u8 link_type; member 376 if (lsi->link_type != SIERRA_NET_AS_LINK_TYPE_IPv4) { in sierra_net_parse_lsi() 378 lsi->link_type); in sierra_net_parse_lsi()
|