Home
last modified time | relevance | path

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

12

/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()
492 params = hci_conn_params_lookup(hdev, &conn->dst, conn->dst_type); in hci_le_conn_update()
926 bdaddr_t *dst, u8 dst_type, in __hci_conn_add() argument
942 irk = hci_get_irk(hdev, dst, dst_type); in __hci_conn_add()
949 irk = hci_get_irk(hdev, dst, dst_type); in __hci_conn_add()
970 conn->dst_type = dst_type; in __hci_conn_add()
973 conn->dst_type = irk->addr_type; in __hci_conn_add()
1080 bdaddr_t *dst, u8 dst_type, u in hci_conn_add_unset() argument
1094 hci_conn_add(struct hci_dev * hdev,int type,bdaddr_t * dst,u8 dst_type,u8 role,u16 handle) hci_conn_add() argument
1377 hci_connect_le(struct hci_dev * hdev,bdaddr_t * dst,u8 dst_type,bool dst_resolved,u8 sec_level,u16 conn_timeout,u8 role,u8 phy,u8 sec_phy) hci_connect_le() argument
1621 hci_connect_le_scan(struct hci_dev * hdev,bdaddr_t * dst,u8 dst_type,u8 sec_level,u16 conn_timeout,enum conn_reasons conn_reason) hci_connect_le_scan() argument
1957 hci_bind_cis(struct hci_dev * hdev,bdaddr_t * dst,__u8 dst_type,struct bt_iso_qos * qos,u16 timeout) hci_bind_cis() argument
2147 hci_pa_create_sync(struct hci_dev * hdev,bdaddr_t * dst,__u8 dst_type,__u8 sid,struct bt_iso_qos * qos) hci_pa_create_sync() argument
2264 hci_past_bis(struct hci_conn * conn,bdaddr_t * dst,__u8 dst_type) hci_past_bis() argument
2293 hci_connect_bis(struct hci_dev * hdev,bdaddr_t * dst,__u8 dst_type,__u8 sid,struct bt_iso_qos * qos,__u8 base_len,__u8 * base,u16 timeout) hci_connect_bis() argument
2344 hci_connect_cis(struct hci_dev * hdev,bdaddr_t * dst,__u8 dst_type,struct bt_iso_qos * qos,u16 timeout) hci_connect_cis() 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
381 le_addr_type(iso_pi(sk)->dst_type), in iso_connect_bis()
476 le_addr_type(iso_pi(sk)->dst_type), in iso_connect_cis()
485 le_addr_type(iso_pi(sk)->dst_type), in iso_connect_cis()
985 iso_pi(sk)->dst_type = sa->iso_bc->bc_bdaddr_type; in iso_sock_bind_bc()
1192 iso_pi(sk)->dst_type = sa->iso_bdaddr_type; in iso_sock_connect()
1252 le_addr_type(iso_pi(sk)->dst_type), in iso_listen_bis()
1451 sa->iso_bdaddr_type = iso_pi(sk)->dst_type; in iso_sock_getname()
2145 hcon->dst_type = le_addr_type(iso_pi(parent)->dst_type); in iso_conn_ready()
2161 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()
4714 mgmt_new_conn_param(hcon->hdev, &hcon->dst, hcon->dst_type, in l2cap_conn_param_update_req()
4973 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_le_connect_req()
5197 chan->dst_type = bdaddr_dst_type(conn->hcon); in l2cap_ecred_conn_req()
7036 static bool is_valid_psm(u16 psm, u8 dst_type) in is_valid_psm() argument
7041 if (bdaddr_type_is_le(dst_type)) in is_valid_psm()
7076 bdaddr_t *dst, u8 dst_type, u16 timeout) in l2cap_chan_connect() argument
7084 dst, dst_type, __le16_to_cpu(psm), chan->mode); 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()
3418 conn->dst_type, ev->status); in hci_disconn_complete_evt()
3431 mgmt_device_disconnected(hdev, &conn->dst, conn->type, conn->dst_type, in hci_disconn_complete_evt()
3446 conn->dst_type); in hci_disconn_complete_evt()
5510 conn->dst_type, conn->passkey_notify, in hci_keypress_notify_evt()
5549 conn->dst_type, conn->passkey_notify, in hci_remote_host_features_evt()
5664 conn->dst_type = bdaddr_type; in le_conn_update_addr()
5804 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)
9785 ev->addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_device_connected()
9903 conn->dst_type, status, true); in mgmt_pin_code_request()
9908 ev.addr.type = link_to_bdaddr(conn->type, conn->dst_type); in mgmt_pin_code_request()
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.c670 if (rt->dst_type == MCTP_ROUTE_DIRECT) in mctp_route_release()
862 return rt->dst_type == MCTP_ROUTE_DIRECT ? in mctp_route_netid()
980 if (rt->dst_type == MCTP_ROUTE_DIRECT) { in mctp_route_lookup()
986 } else if (rt->dst_type == MCTP_ROUTE_GATEWAY) { in mctp_route_lookup()
1005 if (rt->dst_type != MCTP_ROUTE_DIRECT || rt->type != RTN_LOCAL) in mctp_route_lookup_null()
1209 if (rt->dst_type == MCTP_ROUTE_DIRECT && !rt->dev) in mctp_route_add()
1212 if (rt->dst_type == MCTP_ROUTE_GATEWAY && !rt->gateway.eid) in mctp_route_add()
1281 rt->dst_type = MCTP_ROUTE_DIRECT; in mctp_route_add_local()
1308 if (rt->dst_type == MCTP_ROUTE_DIRECT && rt->dev == mdev) { in mctp_route_remove_dev()
1572 rt->dst_type = MCTP_ROUTE_GATEWAY; 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.c135 rt->rt.dst_type = MCTP_ROUTE_DIRECT; in mctp_test_create_route_direct()
161 rt->rt.dst_type = MCTP_ROUTE_GATEWAY; in mctp_test_create_route_gw()
192 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, struc
[all...]
H A Dl2cap.h522 __u8 dst_type; member
958 bdaddr_t *dst, u8 dst_type, u16 timeout);
/linux/include/net/
H A Dmctp.h249 } dst_type; member
/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/arch/x86/kvm/
H A Dkvm_emulate.h48 u8 dst_type; /* type of destination operand */ member
H A Demulate.c428 .dst_type = ctxt->dst.type, in emulator_check_intercept()
/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.c1820 int dst_type; in ipv6_dev_get_saddr() local
1825 dst_type = __ipv6_addr_type(daddr); in ipv6_dev_get_saddr()
1828 dst.scope = __ipv6_addr_src_scope(dst_type); in ipv6_dev_get_saddr()
1829 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex); in ipv6_dev_get_saddr()
1855 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()

12