Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 22 of 22) 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.c77 bdaddr_type = conn->dst_type; in hci_connect_le_scan_cleanup()
142 hci_conn_params_del(conn->hdev, &conn->dst, conn->dst_type); in hci_conn_cleanup()
543 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in le_conn_update_sync()
556 mgmt_new_conn_param(hdev, &conn->dst, conn->dst_type, store_hint, in le_conn_update_sync()
1002 bdaddr_t *dst, u8 dst_type, in __hci_conn_add() argument
1018 irk = hci_get_irk(hdev, dst, dst_type); in __hci_conn_add()
1025 irk = hci_get_irk(hdev, dst, dst_type); in __hci_conn_add()
1046 conn->dst_type = dst_type; in __hci_conn_add()
1049 conn->dst_type = irk->addr_type; in __hci_conn_add()
1158 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()
494 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt()
714 netdev->ifindex, &chan->dst, chan->dst_type, in setup_netdev()
891 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type) in bt_6lowpan_connect() argument
903 addr, dst_type, L2CAP_CONN_TIMEOUT); in bt_6lowpan_connect()
912 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect() argument
916 BT_DBG("conn %p dst type %u", conn, dst_type); in bt_6lowpan_disconnect()
1014 BT_DBG("conn %p dst %pMR type %u", *conn, &hcon->dst, hcon->dst_type); in get_l2cap_conn()
1159 &conn->hcon->dst, conn->hcon->dst_type, in lowpan_control_write()
[all …]
H A Dsmp.c660 if (hcon->dst_type == ADDR_LE_DEV_PUBLIC) in build_pairing_cmd()
870 hcon->dst_type, in tk_request()
913 hcon->type, hcon->dst_type); in tk_request()
916 hcon->type, hcon->dst_type, in tk_request()
920 hcon->type, hcon->dst_type, in tk_request()
1005 hci_add_ltk(hcon->hdev, &hcon->dst, hcon->dst_type, in smp_random()
1046 hcon->dst_type = smp->remote_irk->addr_type; in smp_notify_keys()
1057 smp->csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
1063 smp->responder_csrk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
1069 smp->ltk->bdaddr_type = hcon->dst_type; in smp_notify_keys()
[all …]
H A Diso.c71 __u8 dst_type; member
443 le_addr_type(iso_pi(sk)->dst_type), in iso_connect_bis()
544 le_addr_type(iso_pi(sk)->dst_type), in iso_connect_cis()
553 le_addr_type(iso_pi(sk)->dst_type), in iso_connect_cis()
1066 iso_pi(sk)->dst_type = sa->iso_bc->bc_bdaddr_type; in iso_sock_bind_bc()
1273 iso_pi(sk)->dst_type = sa->iso_bdaddr_type; in iso_sock_connect()
1339 le_addr_type(iso_pi(sk)->dst_type), in iso_listen_bis()
1547 sa->iso_bdaddr_type = iso_pi(sk)->dst_type; in iso_sock_getname()
2304 hcon->dst_type = le_addr_type(iso_pi(parent)->dst_type); in iso_conn_ready()
2320 if (hcon->dst_type == ADDR_LE_DEV_PUBLIC) in iso_conn_ready()
[all …]
H A Dl2cap_core.c82 return bdaddr_type(hcon->type, hcon->dst_type); in bdaddr_dst_type()
780 chan->dst_type = bdaddr_dst_type(hcon); in l2cap_conn_update_id_addr()
4151 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_connect()
5052 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_le_connect_req()
5274 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_ecred_conn_req()
7212 static bool is_valid_psm(u16 psm, u8 dst_type) in is_valid_psm() argument
7217 if (bdaddr_type_is_le(dst_type)) in is_valid_psm()
7252 bdaddr_t *dst, u8 dst_type, u16 timeout) in l2cap_chan_connect() argument
7260 dst, dst_type, __le16_to_cpu(psm), chan->mode); in l2cap_chan_connect()
7268 if (!is_valid_psm(__le16_to_cpu(psm), dst_type) && !cid && in l2cap_chan_connect()
[all …]
H A Dhci_event.c2758 conn->dst_type, status); in hci_cs_disconnect()
2784 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_cs_disconnect()
2803 mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type, in hci_cs_disconnect()
3441 conn->dst_type, ev->status); in hci_disconn_complete_evt()
3454 mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type, in hci_disconn_complete_evt()
3469 conn->dst_type); in hci_disconn_complete_evt()
5540 conn->dst_type, conn->passkey_notify, in hci_user_passkey_notify_evt()
5584 conn->dst_type, conn->passkey_notify, in hci_keypress_notify_evt()
5702 conn->dst_type = bdaddr_type; in le_conn_update_addr()
5842 irk = hci_get_irk(hdev, &conn->dst, conn->dst_type); in le_conn_complete_evt()
[all …]
H A Dhci_sync.c2894 pa.addr_type = conn->dst_type; in hci_update_accept_list_sync()
6676 cp.peer_addr_type = conn->dst_type; in hci_le_ext_directed_advertising_sync()
6750 cp.direct_addr_type = conn->dst_type; in hci_le_directed_advertising_sync()
6796 cp->peer_addr_type = conn->dst_type; in hci_le_ext_create_conn_sync()
6876 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_le_create_conn_sync()
6927 cp.peer_addr_type = conn->dst_type; in hci_le_create_conn_sync()
7443 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_le_conn_rate_request_sync()
7601 le = hci_conn_hash_lookup_le(hdev, &conn->dst, conn->dst_type); in hci_le_pa_create_sync()
7607 params = hci_conn_params_lookup(hdev, &le->dst, le->dst_type); in hci_le_pa_create_sync()
7637 cp.addr_type = conn->dst_type; in hci_le_pa_create_sync()
H A Dmgmt.c3424 rp->addr[i].type = link_to_bdaddr(c->type, c->dst_type); in get_connections()
3606 rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in pairing_complete()
5227 if (conn->dst_type != type) in is_connected()
8051 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in conn_update_sync()
10036 ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_device_connected()
10170 conn->dst_type, in mgmt_connect_failed()
10176 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_connect_failed()
10319 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_auth_failed()
10882 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_conn_subrate_notify()
H A Dl2cap_sock.c411 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
1311 if (ba_type == c->dst_type && !bacmp(&c->dst, ba)) { in hci_conn_hash_lookup_le()
1346 if (!ba || (ba_type == c->dst_type && !bacmp(&c->dst, ba))) { in hci_conn_hash_lookup_cis()
1593 u8 dst_type, u8 role, u16 handle);
1595 bdaddr_t *dst, u8 dst_type, u8 role);
1605 u8 dst_type, u8 sec_level,
1609 u8 dst_type, bool dst_resolved, u8 sec_level,
1619 __u8 dst_type, struct bt_iso_qos *qos,
1624 int hci_past_bis(struct hci_conn *conn, bdaddr_t *dst, __u8 dst_type);
1626 __u8 dst_type, struct bt_iso_qos *qos,
[all …]
H A Dl2cap.h520 __u8 dst_type; member
959 bdaddr_t *dst, u8 dst_type, u16 timeout);
/linux/tools/perf/
H A Dbuiltin-kwork.c496 enum kwork_trace_type dst_type, in work_push_atom()
527 if (dst_type < KWORK_TRACE_MAX) { in work_pop_atom()
528 dst_atom = list_last_entry_or_null(&work->atom_list[dst_type], in work_pop_atom()
559 enum kwork_trace_type dst_type, in find_work_by_id()
580 atom = list_last_entry_or_null(&work->atom_list[dst_type], in report_update_exit_event()
450 work_push_atom(struct perf_kwork * kwork,struct kwork_class * class,enum kwork_trace_type src_type,enum kwork_trace_type dst_type,struct evsel * evsel,struct perf_sample * sample,struct machine * machine,struct kwork_work ** ret_work,bool overwrite) work_push_atom() argument
509 work_pop_atom(struct perf_kwork * kwork,struct kwork_class * class,enum kwork_trace_type src_type,enum kwork_trace_type dst_type,struct evsel * evsel,struct perf_sample * sample,struct machine * machine,struct kwork_work ** ret_work) work_pop_atom() argument
/linux/drivers/net/mctp/
H A Dmctp-usblib-test.c151 rt->dst_type = MCTP_ROUTE_DIRECT; in mctp_usblib_test_init()
/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);
/linux/net/ipv6/
H A Daddrconf.c1830 int dst_type; in ipv6_dev_get_saddr() local
1835 dst_type = __ipv6_addr_type(daddr); in ipv6_dev_get_saddr()
1838 dst.scope = __ipv6_addr_src_scope(dst_type); in ipv6_dev_get_saddr()
1839 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex); in ipv6_dev_get_saddr()
1865 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()