Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/pci/bt8xx/
Ddst.c317 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 …]
Ddst_common.h101 u8 dst_type; member
143 u8 dst_type; member
/Linux-v5.15/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()
371 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_le_conn_update()
751 conn->dst_type); in hci_le_conn_failed()
769 conn->dst_type, status); in hci_le_conn_failed()
886 cp->peer_addr_type = conn->dst_type; in hci_req_add_le_create_conn()
925 cp.peer_addr_type = conn->dst_type; in hci_req_add_le_create_conn()
969 cp.peer_addr_type = conn->dst_type; in hci_req_directed_advertising()
1028 cp.direct_addr_type = conn->dst_type; in hci_req_directed_advertising()
1043 u8 dst_type, u8 sec_level, u16 conn_timeout, in hci_connect_le() argument
[all …]
D6lowpan.c171 &peer->chan->dst, peer->chan->dst_type, in peer_lookup_dst()
402 *peer_addr_type = peer->chan->dst_type; in setup_header()
483 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt()
702 netdev->ifindex, &chan->dst, chan->dst_type, in setup_netdev()
882 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type) in bt_6lowpan_connect() argument
894 addr, dst_type); in bt_6lowpan_connect()
903 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect() argument
907 BT_DBG("conn %p dst type %u", conn, dst_type); in bt_6lowpan_disconnect()
980 BT_DBG("conn %p dst %pMR type %u", *conn, &hcon->dst, hcon->dst_type); in get_l2cap_conn()
1123 &conn->hcon->dst, conn->hcon->dst_type, in lowpan_control_write()
[all …]
Dsmp.c680 if (hcon->dst_type == ADDR_LE_DEV_PUBLIC) in build_pairing_cmd()
891 hcon->dst_type, in tk_request()
934 hcon->type, hcon->dst_type); in tk_request()
937 hcon->type, hcon->dst_type, in tk_request()
941 hcon->type, hcon->dst_type, in tk_request()
1028 hci_add_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, in smp_random()
1069 hcon->dst_type = smp->remote_irk->addr_type; in smp_notify_keys()
1075 smp->csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
1081 smp->responder_csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
1087 smp->ltk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
[all …]
Dhci_event.c2352 conn->dst_type, status); in hci_cs_disconnect()
2737 conn->dst_type, ev->status); in hci_conn_complete_evt()
2901 conn->dst_type, ev->status); in hci_disconn_complete_evt()
2914 mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type, in hci_disconn_complete_evt()
2924 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_disconn_complete_evt()
4870 conn->dst_type, conn->passkey_notify, in hci_user_passkey_notify_evt()
4908 conn->dst_type, conn->passkey_notify, in hci_keypress_notify_evt()
5167 conn->dst_type = bdaddr_type; in le_conn_update_addr()
5242 conn->dst_type = bdaddr_type; in le_conn_complete_evt()
5279 irk = hci_get_irk(hdev, &conn->dst, conn->dst_type); in le_conn_complete_evt()
[all …]
Dl2cap_core.c84 return bdaddr_type(hcon->type, hcon->dst_type); in bdaddr_dst_type()
717 chan->dst_type = bdaddr_dst_type(hcon); in l2cap_conn_update_id_addr()
4146 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_connect()
5571 mgmt_new_conn_param(hcon->hdev, &hcon->dst, hcon->dst_type, in l2cap_conn_param_update_req()
5816 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_le_connect_req()
6013 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_ecred_conn_req()
7773 static bool is_valid_psm(u16 psm, u8 dst_type) in is_valid_psm() argument
7778 if (bdaddr_type_is_le(dst_type)) in is_valid_psm()
7813 bdaddr_t *dst, u8 dst_type) in l2cap_chan_connect() argument
7821 dst, dst_type, __le16_to_cpu(psm), chan->mode); in l2cap_chan_connect()
[all …]
Dl2cap_sock.c396 la->l2_bdaddr_type = chan->dst_type; in l2cap_sock_getname()
Dmgmt.c2688 rp->addr[i].type = link_to_bdaddr(c->type, c->dst_type); in get_connections()
2838 rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in pairing_complete()
6639 if (conn->dst_type != type) in is_connected()
8786 ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_device_connected()
9080 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_auth_failed()
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c607 u8 dst_type, in qed_dmae_execute_sub_operation() argument
632 switch (dst_type) { in qed_dmae_execute_sub_operation()
660 if (dst_type == QED_DMAE_ADDRESS_HOST_VIRT) in qed_dmae_execute_sub_operation()
671 u8 src_type, u8 dst_type, in qed_dmae_execute_command() argument
687 src_addr, src_type, dst_addr, dst_type, in qed_dmae_execute_command()
696 (dst_type == QED_DMAE_ADDRESS_GRC), in qed_dmae_execute_command()
720 if (dst_type == QED_DMAE_ADDRESS_GRC) in qed_dmae_execute_command()
736 dst_type, in qed_dmae_execute_command()
/Linux-v5.15/drivers/gpu/drm/i915/selftests/
Dintel_memory_region.c1040 u64 size, u32 src_type, u32 dst_type) in _perf_memcpy() argument
1073 dst = create_region_for_mapping(dst_mr, size, dst_type, &dst_addr); in _perf_memcpy()
1103 dst_mr->name, repr_type(dst_type), in _perf_memcpy()
1112 dst_mr->name, repr_type(dst_type), in _perf_memcpy()
/Linux-v5.15/include/net/bluetooth/
Dl2cap.h550 __u8 dst_type; member
983 bdaddr_t *dst, u8 dst_type);
Dhci_core.h625 __u8 dst_type; member
1031 if (ba_type == c->dst_type && !bacmp(&c->dst, ba)) { in hci_conn_hash_lookup_le()
1098 u8 dst_type, u8 sec_level,
1102 u8 dst_type, u8 sec_level, u16 conn_timeout,
/Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h2042 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type,
2046 u8 src_type, u8 dst_type);
Dbnx2x_main.c481 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument
487 (dst_type << DMAE_COMMAND_DST_SHIFT)); in bnx2x_dmae_opcode()
508 u8 src_type, u8 dst_type) in bnx2x_prep_dmae_with_comp() argument
513 dmae->opcode = bnx2x_dmae_opcode(bp, src_type, dst_type, in bnx2x_prep_dmae_with_comp()
/Linux-v5.15/net/ipv6/
Daddrconf.c1750 int dst_type; in ipv6_dev_get_saddr() local
1755 dst_type = __ipv6_addr_type(daddr); in ipv6_dev_get_saddr()
1758 dst.scope = __ipv6_addr_src_scope(dst_type); in ipv6_dev_get_saddr()
1759 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex); in ipv6_dev_get_saddr()
1785 if ((dst_type & IPV6_ADDR_MULTICAST) || in ipv6_dev_get_saddr()
/Linux-v5.15/drivers/staging/media/ipu3/
Dipu3-abi.h1998 u32 dst_type; member
Dipu3-css.c550 .dst_type = IMGU_ABI_BL_DMACMD_TYPE_SP_PMEM, in imgu_css_hw_start()