/Linux-v4.19/drivers/irqchip/ |
D | irq-sunxi-nmi.c | 116 unsigned int src_type; in sunxi_sc_nmi_set_type() local 123 src_type = SUNXI_SRC_TYPE_EDGE_FALLING; in sunxi_sc_nmi_set_type() 126 src_type = SUNXI_SRC_TYPE_EDGE_RISING; in sunxi_sc_nmi_set_type() 129 src_type = SUNXI_SRC_TYPE_LEVEL_HIGH; in sunxi_sc_nmi_set_type() 133 src_type = SUNXI_SRC_TYPE_LEVEL_LOW; in sunxi_sc_nmi_set_type() 151 src_type_reg |= src_type; in sunxi_sc_nmi_set_type()
|
/Linux-v4.19/net/bluetooth/ |
D | l2cap_sock.c | 131 chan->src_type = la.l2_bdaddr_type; in l2cap_sock_bind() 164 if (chan->psm && bdaddr_type_is_le(chan->src_type)) in l2cap_sock_bind() 204 if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) && in l2cap_sock_connect() 222 chan->src_type = BDADDR_LE_PUBLIC; in l2cap_sock_connect() 225 if (chan->src_type != BDADDR_BREDR && la.l2_bdaddr_type == BDADDR_BREDR) in l2cap_sock_connect() 235 if (chan->psm && bdaddr_type_is_le(chan->src_type)) in l2cap_sock_connect() 386 la->l2_bdaddr_type = chan->src_type; in l2cap_sock_getname() 415 if (bdaddr_type_is_le(chan->src_type) && in l2cap_sock_getsockopt_old() 582 if (!bdaddr_type_is_le(chan->src_type)) { in l2cap_sock_getsockopt() 597 if (!bdaddr_type_is_le(chan->src_type)) { in l2cap_sock_getsockopt() [all …]
|
D | 6lowpan.c | 729 &chan->src, chan->src_type); in setup_netdev() 971 chan->src_type = BDADDR_LE_PUBLIC; in bt_6lowpan_listen() 975 BT_DBG("chan %p src type %d", chan, chan->src_type); in bt_6lowpan_listen()
|
D | hci_conn.c | 532 hci_copy_identity_address(hdev, &conn->src, &conn->src_type); in hci_conn_add() 616 struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src, uint8_t src_type) in hci_get_route() argument 640 if (src_type == BDADDR_BREDR) { in hci_get_route() 659 if (!bacmp(&id_addr, src) && id_addr_type == src_type) { in hci_get_route()
|
D | l2cap_core.c | 81 return bdaddr_type(hcon->type, hcon->src_type); in bdaddr_src_type() 203 if (chan->src_type == BDADDR_BREDR) { in l2cap_add_psm() 1762 if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR) in l2cap_global_chan_by_psm() 1765 if (link_type == LE_LINK && c->src_type == BDADDR_BREDR) in l2cap_global_chan_by_psm() 3835 chan->src_type = bdaddr_src_type(conn->hcon); in l2cap_connect() 5500 chan->src_type = bdaddr_src_type(conn->hcon); in l2cap_le_connect_req() 7079 hdev = hci_get_route(dst, &chan->src, chan->src_type); in l2cap_chan_connect() 7193 chan->src_type = bdaddr_src_type(hcon); in l2cap_chan_connect() 7269 u8 src_type = bdaddr_src_type(hcon); in l2cap_global_fixed_chan() local 7285 if (src_type != c->src_type) in l2cap_global_fixed_chan() [all …]
|
D | smp.c | 1334 addrinfo.addr_type = hcon->src_type; in smp_distribute_keys() 3294 chan->src_type = BDADDR_LE_PUBLIC; in smp_add_cid() 3296 chan->src_type = BDADDR_LE_RANDOM; in smp_add_cid() 3299 chan->src_type = BDADDR_BREDR; in smp_add_cid()
|
/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 569 enum vm_mem_backing_src_type src_type, in vm_userspace_mem_region_add() argument 631 if (src_type == VM_MEM_SRC_ANONYMOUS_THP) in vm_userspace_mem_region_add() 636 | (src_type == VM_MEM_SRC_ANONYMOUS_HUGETLB ? MAP_HUGETLB : 0), in vm_userspace_mem_region_add() 644 src_type == VM_MEM_SRC_ANONYMOUS_THP ? huge_page_size : 1); in vm_userspace_mem_region_add() 647 if (src_type == VM_MEM_SRC_ANONYMOUS || src_type == VM_MEM_SRC_ANONYMOUS_THP) { in vm_userspace_mem_region_add() 649 src_type == VM_MEM_SRC_ANONYMOUS ? MADV_NOHUGEPAGE : MADV_HUGEPAGE); in vm_userspace_mem_region_add() 654 region->host_mem, npages * vm->page_size, src_type); in vm_userspace_mem_region_add()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_hw.c | 629 u8 src_type, in qed_dmae_execute_sub_operation() argument 637 switch (src_type) { in qed_dmae_execute_sub_operation() 694 u8 src_type, u8 dst_type, in qed_dmae_execute_command() argument 707 (src_type == QED_DMAE_ADDRESS_GRC), in qed_dmae_execute_command() 726 if (src_type == QED_DMAE_ADDRESS_GRC) in qed_dmae_execute_command() 747 src_type, in qed_dmae_execute_command()
|
/Linux-v4.19/drivers/dma/ |
D | dma-axi-dmac.c | 108 unsigned int src_type; member 159 return chan->src_type == AXI_DMAC_BUS_TYPE_AXI_MM; in axi_dmac_src_is_mem() 562 chan->src_type = val; in axi_dmac_parse_chan_dt()
|
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 74 enum vm_mem_backing_src_type src_type,
|
/Linux-v4.19/include/net/bluetooth/ |
D | l2cap.h | 505 __u8 src_type; member
|
D | hci_core.h | 442 __u8 src_type; member 1033 struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src, u8 src_type);
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 2038 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, 2042 u8 src_type, u8 dst_type);
|
D | bnx2x_main.c | 392 u32 src_type = dmae->opcode & DMAE_COMMAND_SRC; in bnx2x_dp_dmae() local 397 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 415 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 433 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 479 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument 484 opcode |= ((src_type << DMAE_COMMAND_SRC_SHIFT) | in bnx2x_dmae_opcode() 506 u8 src_type, u8 dst_type) in bnx2x_prep_dmae_with_comp() argument 511 dmae->opcode = bnx2x_dmae_opcode(bp, src_type, dst_type, in bnx2x_prep_dmae_with_comp()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | qp.c | 2043 static int __mlx4_ib_modify_qp(void *src, enum mlx4_ib_source_type src_type, in __mlx4_ib_modify_qp() argument 2063 if (src_type == MLX4_IB_RWQ_SRC) { in __mlx4_ib_modify_qp() 2290 get_cqs(qp, src_type, &send_cq, &recv_cq); in __mlx4_ib_modify_qp()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_hsi.h | 4881 u8 src_type; member
|