Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A 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 …]
H A Ddst_common.h101 u8 dst_type; member
143 u8 dst_type; member
/linux/net/bluetooth/
H A Dhci_conn.c80 bdaddr_type = conn->dst_type; in hci_connect_le_scan_cleanup()
145 hci_conn_params_del(conn->hdev, &conn->dst, conn->dst_type); in hci_conn_cleanup()
536 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in le_conn_update_sync()
549 mgmt_new_conn_param(hdev, &conn->dst, conn->dst_type, store_hint, in le_conn_update_sync()
993 bdaddr_t *dst, u8 dst_type, in __hci_conn_add() argument
1009 irk = hci_get_irk(hdev, dst, dst_type); in __hci_conn_add()
1016 irk = hci_get_irk(hdev, dst, dst_type); in __hci_conn_add()
1037 conn->dst_type = dst_type; in __hci_conn_add()
1040 conn->dst_type = irk->addr_type; in __hci_conn_add()
1147 bdaddr_t *dst, u8 dst_type, u8 role) in hci_conn_add_unset() argument
[all …]
H A D6lowpan.c179 &peer->chan->dst, peer->chan->dst_type, in peer_lookup_dst()
411 *peer_addr_type = peer->chan->dst_type; in setup_header()
492 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt()
712 netdev->ifindex, &chan->dst, chan->dst_type, in setup_netdev()
897 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type) in bt_6lowpan_connect() argument
909 addr, dst_type, L2CAP_CONN_TIMEOUT); in bt_6lowpan_connect()
918 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect() argument
922 BT_DBG("conn %p dst type %u", conn, dst_type); in bt_6lowpan_disconnect()
1018 BT_DBG("conn %p dst %pMR type %u", *conn, &hcon->dst, hcon->dst_type); in get_l2cap_conn()
1176 &conn->hcon->dst, conn->hcon->dst_type, in lowpan_control_write()
[all …]
H A Dsmp.c681 if (hcon->dst_type == ADDR_LE_DEV_PUBLIC) in build_pairing_cmd()
892 hcon->dst_type, in tk_request()
935 hcon->type, hcon->dst_type); in tk_request()
938 hcon->type, hcon->dst_type, in tk_request()
942 hcon->type, hcon->dst_type, in tk_request()
1027 hci_add_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, in smp_random()
1068 hcon->dst_type = smp->remote_irk->addr_type; in smp_notify_keys()
1079 smp->csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
1085 smp->responder_csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
1091 smp->ltk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
[all …]
H A Diso.c65 __u8 dst_type; member
382 le_addr_type(iso_pi(sk)->dst_type), in iso_connect_bis()
473 le_addr_type(iso_pi(sk)->dst_type), in iso_connect_cis()
482 le_addr_type(iso_pi(sk)->dst_type), in iso_connect_cis()
977 iso_pi(sk)->dst_type = sa->iso_bc->bc_bdaddr_type; in iso_sock_bind_bc()
1184 iso_pi(sk)->dst_type = sa->iso_bdaddr_type; in iso_sock_connect()
1244 le_addr_type(iso_pi(sk)->dst_type), in iso_listen_bis()
1443 sa->iso_bdaddr_type = iso_pi(sk)->dst_type; in iso_sock_getname()
2137 hcon->dst_type = le_addr_type(iso_pi(parent)->dst_type); in iso_conn_ready()
2153 if (hcon->dst_type == ADDR_LE_DEV_PUBLIC) in iso_conn_ready()
[all …]
H A Dl2cap_core.c85 return bdaddr_type(hcon->type, hcon->dst_type); in bdaddr_dst_type()
751 chan->dst_type = bdaddr_dst_type(hcon); in l2cap_conn_update_id_addr()
4068 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_connect()
4965 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_le_connect_req()
5189 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_ecred_conn_req()
7041 static bool is_valid_psm(u16 psm, u8 dst_type) in is_valid_psm() argument
7046 if (bdaddr_type_is_le(dst_type)) in is_valid_psm()
7081 bdaddr_t *dst, u8 dst_type, u16 timeout) in l2cap_chan_connect() argument
7089 dst, dst_type, __le16_to_cpu(psm), chan->mode); in l2cap_chan_connect()
7097 if (!is_valid_psm(__le16_to_cpu(psm), dst_type) && !cid && in l2cap_chan_connect()
[all …]
H A Dhci_event.c2716 conn->dst_type, status); in hci_cs_disconnect()
2742 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_cs_disconnect()
2761 mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type, in hci_cs_disconnect()
3415 conn->dst_type, ev->status); in hci_disconn_complete_evt()
3428 mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type, in hci_disconn_complete_evt()
3443 conn->dst_type); in hci_disconn_complete_evt()
5509 conn->dst_type, conn->passkey_notify, in hci_user_passkey_notify_evt()
5553 conn->dst_type, conn->passkey_notify, in hci_keypress_notify_evt()
5671 conn->dst_type = bdaddr_type; in le_conn_update_addr()
5811 irk = hci_get_irk(hdev, &conn->dst, conn->dst_type); in le_conn_complete_evt()
[all …]
H A Dhci_sync.c2795 pa.addr_type = conn->dst_type; in hci_update_accept_list_sync()
6424 cp.peer_addr_type = conn->dst_type; in hci_le_ext_directed_advertising_sync()
6498 cp.direct_addr_type = conn->dst_type; in hci_le_directed_advertising_sync()
6544 cp->peer_addr_type = conn->dst_type; in hci_le_ext_create_conn_sync()
6620 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_le_create_conn_sync()
6663 cp.peer_addr_type = conn->dst_type; in hci_le_create_conn_sync()
7160 le = hci_conn_hash_lookup_le(hdev, &conn->dst, conn->dst_type); in hci_le_pa_create_sync()
7164 params = hci_conn_params_lookup(hdev, &le->dst, le->dst_type); in hci_le_pa_create_sync()
7186 cp.addr_type = conn->dst_type; in hci_le_pa_create_sync()
H A Dmgmt.c3379 rp->addr[i].type = link_to_bdaddr(c->type, c->dst_type); in get_connections()
3529 rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in pairing_complete()
5146 if (conn->dst_type != type) in is_connected()
9785 ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_device_connected()
9903 conn->dst_type, status, true); in mgmt_connect_failed()
9908 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_connect_failed()
10051 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_auth_failed()
H A Dl2cap_sock.c407 la->l2_bdaddr_type = chan->dst_type; in l2cap_sock_getname()
/linux/net/mctp/
H A Droute.c672 if (rt->dst_type == MCTP_ROUTE_DIRECT) in mctp_route_release()
864 return rt->dst_type == MCTP_ROUTE_DIRECT ? in mctp_route_netid()
1000 if (rt->dst_type == MCTP_ROUTE_DIRECT) { in mctp_route_lookup()
1012 } else if (rt->dst_type == MCTP_ROUTE_GATEWAY) { in mctp_route_lookup()
1203 if (rt->dst_type == MCTP_ROUTE_DIRECT && !rt->dev) in mctp_route_add()
1206 if (rt->dst_type == MCTP_ROUTE_GATEWAY && !rt->gateway.eid) in mctp_route_add()
1275 rt->dst_type = MCTP_ROUTE_DIRECT; in mctp_route_add_local()
1302 if (rt->dst_type == MCTP_ROUTE_DIRECT && rt->dev == mdev) { in mctp_route_remove_dev()
1568 rt->dst_type = MCTP_ROUTE_GATEWAY; in mctp_route_nlparse_populate()
1572 rt->dst_type = MCTP_ROUTE_DIRECT; in mctp_route_nlparse_populate()
[all …]
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c615 u8 dst_type, in qed_dmae_execute_sub_operation() argument
640 switch (dst_type) { in qed_dmae_execute_sub_operation()
668 if (dst_type == QED_DMAE_ADDRESS_HOST_VIRT) in qed_dmae_execute_sub_operation()
679 u8 src_type, u8 dst_type, in qed_dmae_execute_command() argument
695 src_addr, src_type, dst_addr, dst_type, in qed_dmae_execute_command()
704 (dst_type == QED_DMAE_ADDRESS_GRC), in qed_dmae_execute_command()
728 if (dst_type == QED_DMAE_ADDRESS_GRC) in qed_dmae_execute_command()
744 dst_type, in qed_dmae_execute_command()
/linux/net/mctp/test/
H A Dutils.c155 rt->rt.dst_type = MCTP_ROUTE_DIRECT; in mctp_test_create_route_direct()
181 rt->rt.dst_type = MCTP_ROUTE_GATEWAY; in mctp_test_create_route_gw()
219 if (rt->rt.dst_type == MCTP_ROUTE_DIRECT && rt->rt.dev) in mctp_test_route_destroy()
/linux/include/net/bluetooth/
H A Dhci_core.h685 __u8 dst_type; member
1295 if (ba_type == c->dst_type && !bacmp(&c->dst, ba)) { in hci_conn_hash_lookup_le()
1330 if (!ba || (ba_type == c->dst_type && !bacmp(&c->dst, ba))) { in hci_conn_hash_lookup_cis()
1577 u8 dst_type, u8 role, u16 handle);
1579 bdaddr_t *dst, u8 dst_type, u8 role);
1589 u8 dst_type, u8 sec_level,
1593 u8 dst_type, bool dst_resolved, u8 sec_level,
1603 __u8 dst_type, struct bt_iso_qos *qos,
1608 int hci_past_bis(struct hci_conn *conn, bdaddr_t *dst, __u8 dst_type);
1610 __u8 dst_type, struct bt_iso_qos *qos,
[all …]
H A Dl2cap.h522 __u8 dst_type; member
958 bdaddr_t *dst, u8 dst_type, u16 timeout);
/linux/tools/perf/
H A Dbuiltin-kwork.c450 enum kwork_trace_type dst_type, in work_push_atom() argument
478 if (dst_type < KWORK_TRACE_MAX) { in work_push_atom()
479 dst_atom = list_last_entry_or_null(&work->atom_list[dst_type], in work_push_atom()
509 enum kwork_trace_type dst_type, in work_pop_atom() argument
531 atom = list_last_entry_or_null(&work->atom_list[dst_type], in work_pop_atom()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h2051 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type,
2055 u8 src_type, u8 dst_type);
H A Dbnx2x_main.c496 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument
502 (dst_type << DMAE_COMMAND_DST_SHIFT)); in bnx2x_dmae_opcode()
523 u8 src_type, u8 dst_type) in bnx2x_prep_dmae_with_comp() argument
528 dmae->opcode = bnx2x_dmae_opcode(bp, src_type, dst_type, in bnx2x_prep_dmae_with_comp()
/linux/net/ipv6/
H A Daddrconf.c1821 int dst_type; in ipv6_dev_get_saddr() local
1826 dst_type = __ipv6_addr_type(daddr); in ipv6_dev_get_saddr()
1829 dst.scope = __ipv6_addr_src_scope(dst_type); in ipv6_dev_get_saddr()
1830 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex); in ipv6_dev_get_saddr()
1856 if ((dst_type & IPV6_ADDR_MULTICAST) || in ipv6_dev_get_saddr()
/linux/drivers/staging/media/ipu3/
H A Dipu3-abi.h1998 u32 dst_type; member
H A Dipu3-css.c538 .dst_type = IMGU_ABI_BL_DMACMD_TYPE_SP_PMEM, in imgu_css_hw_start()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8205 imm = info->dst_type == OP_IMM; in vmx_is_io_intercepted()
/linux/arch/x86/kvm/
H A Demulate.c428 .dst_type = ctxt->dst.type, in emulator_check_intercept()