| /Linux-v4.19/drivers/media/pci/bt8xx/ |
| D | dst.c | 329 if (state->dst_type == DST_TYPE_IS_SAT) { in dst_set_freq() 341 } else if (state->dst_type == DST_TYPE_IS_TERR) { in dst_set_freq() 348 } else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_set_freq() 353 } else if (state->dst_type == DST_TYPE_IS_ATSC) { in dst_set_freq() 374 if (state->dst_type != DST_TYPE_IS_TERR) in dst_set_bandwidth() 444 if (state->dst_type == DST_TYPE_IS_TERR) { in dst_set_symbolrate() 449 if (state->dst_type == DST_TYPE_IS_SAT) { in dst_set_symbolrate() 469 } else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_set_symbolrate() 487 if (state->dst_type != DST_TYPE_IS_CABLE) in dst_set_modulation() 755 .dst_type = DST_TYPE_IS_SAT, [all …]
|
| D | dst_common.h | 113 u8 dst_type; member 155 u8 dst_type; member
|
| /Linux-v4.19/net/bluetooth/ |
| D | hci_conn.c | 72 bdaddr_type = conn->dst_type; in hci_connect_le_scan_cleanup() 119 hci_conn_params_del(conn->hdev, &conn->dst, conn->dst_type); in hci_conn_cleanup() 330 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_le_conn_update() 684 conn->dst_type); in hci_le_conn_failed() 702 conn->dst_type, status); in hci_le_conn_failed() 809 cp->peer_addr_type = conn->dst_type; in hci_req_add_le_create_conn() 851 cp.peer_addr_type = conn->dst_type; in hci_req_add_le_create_conn() 895 cp.peer_addr_type = conn->dst_type; in hci_req_directed_advertising() 936 cp.direct_addr_type = conn->dst_type; in hci_req_directed_advertising() 951 u8 dst_type, u8 sec_level, u16 conn_timeout, in hci_connect_le() argument [all …]
|
| D | 6lowpan.c | 124 &peer->chan->dst, peer->chan->dst_type); in peer_lookup_ba() 129 if (type == peer->chan->dst_type) { in peer_lookup_ba() 210 &peer->chan->dst, peer->chan->dst_type, in peer_lookup_dst() 428 *peer_addr_type = peer->chan->dst_type; in setup_header() 509 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt() 728 netdev->ifindex, &chan->dst, chan->dst_type, in setup_netdev() 918 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type) in bt_6lowpan_connect() argument 930 addr, dst_type); in bt_6lowpan_connect() 939 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect() argument 943 BT_DBG("conn %p dst type %d", conn, dst_type); in bt_6lowpan_disconnect() [all …]
|
| D | smp.c | 700 if (hcon->dst_type == ADDR_LE_DEV_PUBLIC) in build_pairing_cmd() 943 hcon->type, hcon->dst_type); in tk_request() 946 hcon->type, hcon->dst_type, in tk_request() 950 hcon->type, hcon->dst_type, in tk_request() 1039 hci_add_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, in smp_random() 1080 hcon->dst_type = smp->remote_irk->addr_type; in smp_notify_keys() 1086 smp->csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys() 1092 smp->slave_csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys() 1098 smp->ltk->bdaddr_type = hcon->dst_type; in smp_notify_keys() 1104 smp->slave_ltk->bdaddr_type = hcon->dst_type; in smp_notify_keys() [all …]
|
| D | l2cap_core.c | 86 return bdaddr_type(hcon->type, hcon->dst_type); in bdaddr_dst_type() 670 chan->dst_type = bdaddr_dst_type(hcon); in l2cap_conn_update_id_addr() 3836 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_connect() 5254 mgmt_new_conn_param(hcon->hdev, &hcon->dst, hcon->dst_type, in l2cap_conn_param_update_req() 5501 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_le_connect_req() 7057 static bool is_valid_psm(u16 psm, u8 dst_type) { in is_valid_psm() argument 7061 if (bdaddr_type_is_le(dst_type)) in is_valid_psm() 7069 bdaddr_t *dst, u8 dst_type) in l2cap_chan_connect() argument 7077 dst_type, __le16_to_cpu(psm)); in l2cap_chan_connect() 7085 if (!is_valid_psm(__le16_to_cpu(psm), dst_type) && !cid && in l2cap_chan_connect() [all …]
|
| D | hci_event.c | 2123 conn->dst_type, status); in hci_cs_disconnect() 2457 conn->dst_type, ev->status); in hci_conn_complete_evt() 2614 conn->dst_type, ev->status); in hci_disconn_complete_evt() 2627 mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type, in hci_disconn_complete_evt() 2637 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_disconn_complete_evt() 4480 conn->dst_type, conn->passkey_notify, in hci_user_passkey_notify_evt() 4518 conn->dst_type, conn->passkey_notify, in hci_keypress_notify_evt() 4795 conn->dst_type = bdaddr_type; in le_conn_complete_evt() 4857 irk = hci_get_irk(hdev, &conn->dst, conn->dst_type); in le_conn_complete_evt() 4860 conn->dst_type = irk->addr_type; in le_conn_complete_evt() [all …]
|
| D | l2cap_sock.c | 382 la->l2_bdaddr_type = chan->dst_type; in l2cap_sock_getname()
|
| D | mgmt.c | 2624 rp->addr[i].type = link_to_bdaddr(c->type, c->dst_type); in get_connections() 2777 rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in pairing_complete() 5535 if (conn->dst_type != type) in is_connected() 7248 ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_device_connected() 7535 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_auth_failed()
|
| /Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
| D | qed_hw.c | 630 u8 dst_type, in qed_dmae_execute_sub_operation() argument 655 switch (dst_type) { in qed_dmae_execute_sub_operation() 683 if (dst_type == QED_DMAE_ADDRESS_HOST_VIRT) in qed_dmae_execute_sub_operation() 694 u8 src_type, u8 dst_type, in qed_dmae_execute_command() argument 708 (dst_type == QED_DMAE_ADDRESS_GRC), in qed_dmae_execute_command() 732 if (dst_type == QED_DMAE_ADDRESS_GRC) in qed_dmae_execute_command() 748 dst_type, in qed_dmae_execute_command()
|
| /Linux-v4.19/include/net/bluetooth/ |
| D | l2cap.h | 503 __u8 dst_type; member 930 bdaddr_t *dst, u8 dst_type);
|
| D | hci_core.h | 440 __u8 dst_type; member 837 if (ba_type == c->dst_type && !bacmp(&c->dst, ba)) { in hci_conn_hash_lookup_le() 904 u8 dst_type, u8 sec_level, 907 u8 dst_type, u8 sec_level, u16 conn_timeout,
|
| /Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x.h | 2038 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, 2042 u8 src_type, u8 dst_type);
|
| D | bnx2x_main.c | 479 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument 485 (dst_type << DMAE_COMMAND_DST_SHIFT)); in bnx2x_dmae_opcode() 506 u8 src_type, u8 dst_type) in bnx2x_prep_dmae_with_comp() argument 511 dmae->opcode = bnx2x_dmae_opcode(bp, src_type, dst_type, in bnx2x_prep_dmae_with_comp()
|
| /Linux-v4.19/net/ipv6/ |
| D | addrconf.c | 1697 int dst_type; in ipv6_dev_get_saddr() local 1702 dst_type = __ipv6_addr_type(daddr); in ipv6_dev_get_saddr() 1705 dst.scope = __ipv6_addr_src_scope(dst_type); in ipv6_dev_get_saddr() 1706 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex); in ipv6_dev_get_saddr() 1732 if ((dst_type & IPV6_ADDR_MULTICAST) || in ipv6_dev_get_saddr()
|