Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst.c348 if (state->dst_type == DST_TYPE_IS_SAT) { in dst_set_freq()
360 } else if (state->dst_type == DST_TYPE_IS_TERR) { in dst_set_freq()
367 } else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_set_freq()
372 } else if (state->dst_type == DST_TYPE_IS_ATSC) { in dst_set_freq()
393 if (state->dst_type != DST_TYPE_IS_TERR) in dst_set_bandwidth()
463 if (state->dst_type == DST_TYPE_IS_TERR) { in dst_set_symbolrate()
468 if (state->dst_type == DST_TYPE_IS_SAT) { in dst_set_symbolrate()
488 } else if (state->dst_type == DST_TYPE_IS_CABLE) { in dst_set_symbolrate()
506 if (state->dst_type != DST_TYPE_IS_CABLE) in dst_set_modulation()
774 .dst_type = DST_TYPE_IS_SAT,
[all …]
Ddst_common.h113 u8 dst_type; member
155 u8 dst_type; member
/linux-4.4.14/net/bluetooth/
Dhci_conn.c72 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()
326 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_le_conn_update()
658 conn->dst_type); in hci_le_conn_failed()
667 mgmt_connect_failed(hdev, &conn->dst, conn->type, conn->dst_type, in hci_le_conn_failed()
732 cp.peer_addr_type = conn->dst_type; in hci_req_add_le_create_conn()
771 cp.direct_addr_type = conn->dst_type; in hci_req_directed_advertising()
784 u8 dst_type, u8 sec_level, u16 conn_timeout, in hci_connect_le() argument
810 conn = hci_conn_hash_lookup_le(hdev, dst, dst_type); in hci_connect_le()
839 irk = hci_find_irk_by_addr(hdev, dst, dst_type); in hci_connect_le()
[all …]
D6lowpan.c121 &peer->chan->dst, peer->chan->dst_type); in peer_lookup_ba()
126 if (type == peer->chan->dst_type) { in peer_lookup_ba()
207 &peer->chan->dst, peer->chan->dst_type, in peer_lookup_dst()
567 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt()
784 chan->dst_type); in add_peer_chan()
792 set_ip_addr_bits(chan->dst_type, (u8 *)&peer->peer_addr.s6_addr + 8); in add_peer_chan()
846 netdev->ifindex, &chan->dst, chan->dst_type, in setup_netdev()
1031 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type) in bt_6lowpan_connect() argument
1043 addr, dst_type); in bt_6lowpan_connect()
1052 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect() argument
[all …]
Dsmp.c694 if (hcon->dst_type == ADDR_LE_DEV_PUBLIC) in build_pairing_cmd()
936 hcon->type, hcon->dst_type); in tk_request()
939 hcon->type, hcon->dst_type, in tk_request()
943 hcon->type, hcon->dst_type, in tk_request()
1031 hci_add_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, in smp_random()
1072 hcon->dst_type = smp->remote_irk->addr_type; in smp_notify_keys()
1078 smp->csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
1084 smp->slave_csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
1090 smp->ltk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
1096 smp->slave_ltk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
[all …]
Dl2cap_core.c85 return bdaddr_type(hcon->type, hcon->dst_type); in bdaddr_dst_type()
659 chan->dst_type = bdaddr_dst_type(hcon); in l2cap_conn_update_id_addr()
3807 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_connect()
5225 mgmt_new_conn_param(hcon->hdev, &hcon->dst, hcon->dst_type, in l2cap_conn_param_update_req()
5472 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_le_connect_req()
7025 static bool is_valid_psm(u16 psm, u8 dst_type) { in is_valid_psm() argument
7029 if (bdaddr_type_is_le(dst_type)) in is_valid_psm()
7037 bdaddr_t *dst, u8 dst_type) in l2cap_chan_connect() argument
7045 dst_type, __le16_to_cpu(psm)); in l2cap_chan_connect()
7053 if (!is_valid_psm(__le16_to_cpu(psm), dst_type) && !cid && in l2cap_chan_connect()
[all …]
Dhci_event.c1893 conn->dst_type, status); in hci_cs_disconnect()
2194 conn->dst_type, ev->status); in hci_conn_complete_evt()
2351 conn->dst_type, ev->status); in hci_disconn_complete_evt()
2358 mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type, in hci_disconn_complete_evt()
2368 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_disconn_complete_evt()
4156 conn->dst_type, conn->passkey_notify, in hci_user_passkey_notify_evt()
4194 conn->dst_type, conn->passkey_notify, in hci_keypress_notify_evt()
4472 conn->dst_type = ev->bdaddr_type; in hci_le_conn_complete_evt()
4529 irk = hci_get_irk(hdev, &conn->dst, conn->dst_type); in hci_le_conn_complete_evt()
4532 conn->dst_type = irk->addr_type; in hci_le_conn_complete_evt()
[all …]
Dl2cap_sock.c381 la->l2_bdaddr_type = chan->dst_type; in l2cap_sock_getname()
Dmgmt.c3276 rp->addr[i].type = link_to_bdaddr(c->type, c->dst_type); in get_connections()
3427 rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in pairing_complete()
6069 if (conn->dst_type != type) in is_connected()
7931 ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_device_connected()
8218 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_auth_failed()
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c582 u8 dst_type, in qed_dmae_execute_sub_operation() argument
607 switch (dst_type) { in qed_dmae_execute_sub_operation()
637 if (dst_type == QED_DMAE_ADDRESS_HOST_VIRT) in qed_dmae_execute_sub_operation()
648 u8 src_type, u8 dst_type, in qed_dmae_execute_command() argument
662 (dst_type == QED_DMAE_ADDRESS_GRC), in qed_dmae_execute_command()
686 if (dst_type == QED_DMAE_ADDRESS_GRC) in qed_dmae_execute_command()
702 dst_type, in qed_dmae_execute_command()
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h497 __u8 dst_type; member
924 bdaddr_t *dst, u8 dst_type);
Dhci_core.h414 __u8 dst_type; member
810 if (ba_type == c->dst_type && !bacmp(&c->dst, ba)) { in hci_conn_hash_lookup_le()
877 u8 dst_type, u8 sec_level,
880 u8 dst_type, u8 sec_level, u16 conn_timeout,
/linux-4.4.14/net/ipv6/
Daddrconf.c1528 int dst_type; in ipv6_dev_get_saddr() local
1532 dst_type = __ipv6_addr_type(daddr); in ipv6_dev_get_saddr()
1535 dst.scope = __ipv6_addr_src_scope(dst_type); in ipv6_dev_get_saddr()
1536 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex); in ipv6_dev_get_saddr()
1562 if ((dst_type & IPV6_ADDR_MULTICAST) || in ipv6_dev_get_saddr()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h2137 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type,
2141 u8 src_type, u8 dst_type);
Dbnx2x_main.c480 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument
486 (dst_type << DMAE_COMMAND_DST_SHIFT)); in bnx2x_dmae_opcode()
507 u8 src_type, u8 dst_type) in bnx2x_prep_dmae_with_comp() argument
512 dmae->opcode = bnx2x_dmae_opcode(bp, src_type, dst_type, in bnx2x_prep_dmae_with_comp()