| /Linux-v5.4/drivers/media/pci/bt8xx/ |
| D | dst.c | 317 if (state->dst_type == DST_TYPE_IS_SAT) { in dst_set_freq() 329 } else if (state->dst_type == DST_TYPE_IS_TERR) { in dst_set_freq() 336 } else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_set_freq() 341 } else if (state->dst_type == DST_TYPE_IS_ATSC) { in dst_set_freq() 362 if (state->dst_type != DST_TYPE_IS_TERR) in dst_set_bandwidth() 432 if (state->dst_type == DST_TYPE_IS_TERR) { in dst_set_symbolrate() 437 if (state->dst_type == DST_TYPE_IS_SAT) { in dst_set_symbolrate() 457 } else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_set_symbolrate() 475 if (state->dst_type != DST_TYPE_IS_CABLE) in dst_set_modulation() 743 .dst_type = DST_TYPE_IS_SAT, [all …]
|
| D | dst_common.h | 101 u8 dst_type; member 143 u8 dst_type; member
|
| /Linux-v5.4/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() 687 conn->dst_type); in hci_le_conn_failed() 705 conn->dst_type, status); in hci_le_conn_failed() 812 cp->peer_addr_type = conn->dst_type; in hci_req_add_le_create_conn() 854 cp.peer_addr_type = conn->dst_type; in hci_req_add_le_create_conn() 898 cp.peer_addr_type = conn->dst_type; in hci_req_directed_advertising() 939 cp.direct_addr_type = conn->dst_type; in hci_req_directed_advertising() 954 u8 dst_type, u8 sec_level, u16 conn_timeout, in hci_connect_le() argument [all …]
|
| D | 6lowpan.c | 117 &peer->chan->dst, peer->chan->dst_type); in peer_lookup_ba() 122 if (type == peer->chan->dst_type) { in peer_lookup_ba() 198 &peer->chan->dst, peer->chan->dst_type, in peer_lookup_dst() 430 *peer_addr_type = peer->chan->dst_type; in setup_header() 511 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt() 722 netdev->ifindex, &chan->dst, chan->dst_type, in setup_netdev() 912 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type) in bt_6lowpan_connect() argument 924 addr, dst_type); in bt_6lowpan_connect() 933 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect() argument 937 BT_DBG("conn %p dst type %d", conn, dst_type); in bt_6lowpan_disconnect() [all …]
|
| D | smp.c | 691 if (hcon->dst_type == ADDR_LE_DEV_PUBLIC) in build_pairing_cmd() 933 hcon->type, hcon->dst_type); in tk_request() 936 hcon->type, hcon->dst_type, in tk_request() 940 hcon->type, hcon->dst_type, in tk_request() 1026 hci_add_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, in smp_random() 1067 hcon->dst_type = smp->remote_irk->addr_type; in smp_notify_keys() 1073 smp->csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys() 1079 smp->slave_csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys() 1085 smp->ltk->bdaddr_type = hcon->dst_type; in smp_notify_keys() 1091 smp->slave_ltk->bdaddr_type = hcon->dst_type; in smp_notify_keys() [all …]
|
| D | l2cap_core.c | 83 return bdaddr_type(hcon->type, hcon->dst_type); in bdaddr_dst_type() 677 chan->dst_type = bdaddr_dst_type(hcon); in l2cap_conn_update_id_addr() 3897 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_connect() 5322 mgmt_new_conn_param(hcon->hdev, &hcon->dst, hcon->dst_type, in l2cap_conn_param_update_req() 5567 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_le_connect_req() 7151 static bool is_valid_psm(u16 psm, u8 dst_type) { in is_valid_psm() argument 7155 if (bdaddr_type_is_le(dst_type)) in is_valid_psm() 7163 bdaddr_t *dst, u8 dst_type) in l2cap_chan_connect() argument 7171 dst_type, __le16_to_cpu(psm)); in l2cap_chan_connect() 7179 if (!is_valid_psm(__le16_to_cpu(psm), dst_type) && !cid && in l2cap_chan_connect() [all …]
|
| D | hci_event.c | 2207 conn->dst_type, status); in hci_cs_disconnect() 2541 conn->dst_type, ev->status); in hci_conn_complete_evt() 2698 conn->dst_type, ev->status); in hci_disconn_complete_evt() 2711 mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type, in hci_disconn_complete_evt() 2721 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_disconn_complete_evt() 4611 conn->dst_type, conn->passkey_notify, in hci_user_passkey_notify_evt() 4649 conn->dst_type, conn->passkey_notify, in hci_keypress_notify_evt() 4926 conn->dst_type = bdaddr_type; in le_conn_complete_evt() 4988 irk = hci_get_irk(hdev, &conn->dst, conn->dst_type); in le_conn_complete_evt() 4991 conn->dst_type = irk->addr_type; in le_conn_complete_evt() [all …]
|
| D | mgmt.c | 2621 rp->addr[i].type = link_to_bdaddr(c->type, c->dst_type); in get_connections() 2772 rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in pairing_complete() 5529 if (conn->dst_type != type) in is_connected() 7241 ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_device_connected() 7528 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_auth_failed()
|
| D | l2cap_sock.c | 382 la->l2_bdaddr_type = chan->dst_type; in l2cap_sock_getname()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_hw.c | 640 u8 dst_type, in qed_dmae_execute_sub_operation() argument 665 switch (dst_type) { in qed_dmae_execute_sub_operation() 693 if (dst_type == QED_DMAE_ADDRESS_HOST_VIRT) in qed_dmae_execute_sub_operation() 704 u8 src_type, u8 dst_type, in qed_dmae_execute_command() argument 720 src_addr, src_type, dst_addr, dst_type, in qed_dmae_execute_command() 729 (dst_type == QED_DMAE_ADDRESS_GRC), in qed_dmae_execute_command() 753 if (dst_type == QED_DMAE_ADDRESS_GRC) in qed_dmae_execute_command() 769 dst_type, in qed_dmae_execute_command()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | l2cap.h | 507 __u8 dst_type; member 934 bdaddr_t *dst, u8 dst_type);
|
| D | hci_core.h | 458 __u8 dst_type; member 856 if (ba_type == c->dst_type && !bacmp(&c->dst, ba)) { in hci_conn_hash_lookup_le() 923 u8 dst_type, u8 sec_level, 926 u8 dst_type, u8 sec_level, u16 conn_timeout,
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x.h | 2039 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, 2043 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-v5.4/net/ipv6/ |
| D | addrconf.c | 1748 int dst_type; in ipv6_dev_get_saddr() local 1753 dst_type = __ipv6_addr_type(daddr); in ipv6_dev_get_saddr() 1756 dst.scope = __ipv6_addr_src_scope(dst_type); in ipv6_dev_get_saddr() 1757 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex); in ipv6_dev_get_saddr() 1783 if ((dst_type & IPV6_ADDR_MULTICAST) || in ipv6_dev_get_saddr()
|
| /Linux-v5.4/drivers/staging/media/ipu3/ |
| D | ipu3-abi.h | 1998 u32 dst_type; member
|
| D | ipu3-css.c | 550 .dst_type = IMGU_ABI_BL_DMACMD_TYPE_SP_PMEM, in imgu_css_hw_start()
|