/linux-4.4.14/drivers/irqchip/ |
D | irq-sunxi-nmi.c | 81 unsigned int src_type; in sunxi_sc_nmi_set_type() local 88 src_type = SUNXI_SRC_TYPE_EDGE_FALLING; in sunxi_sc_nmi_set_type() 91 src_type = SUNXI_SRC_TYPE_EDGE_RISING; in sunxi_sc_nmi_set_type() 94 src_type = SUNXI_SRC_TYPE_LEVEL_HIGH; in sunxi_sc_nmi_set_type() 98 src_type = SUNXI_SRC_TYPE_LEVEL_LOW; in sunxi_sc_nmi_set_type() 116 src_type_reg |= src_type; in sunxi_sc_nmi_set_type()
|
/linux-4.4.14/net/bluetooth/ |
D | l2cap_sock.c | 160 chan->src_type = la.l2_bdaddr_type; in l2cap_sock_bind() 162 if (chan->psm && bdaddr_type_is_le(chan->src_type)) in l2cap_sock_bind() 202 if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) && in l2cap_sock_connect() 220 chan->src_type = BDADDR_LE_PUBLIC; in l2cap_sock_connect() 223 if (chan->src_type != BDADDR_BREDR && la.l2_bdaddr_type == BDADDR_BREDR) in l2cap_sock_connect() 233 if (chan->psm && bdaddr_type_is_le(chan->src_type)) in l2cap_sock_connect() 385 la->l2_bdaddr_type = chan->src_type; in l2cap_sock_getname() 414 if (bdaddr_type_is_le(chan->src_type) && in l2cap_sock_getsockopt_old() 581 if (!bdaddr_type_is_le(chan->src_type)) { in l2cap_sock_getsockopt() 596 if (!bdaddr_type_is_le(chan->src_type)) { in l2cap_sock_getsockopt() [all …]
|
D | 6lowpan.c | 817 set_dev_addr(netdev, &chan->src, chan->src_type); in setup_netdev() 847 &chan->src, chan->src_type); in setup_netdev() 1084 chan->src_type = BDADDR_LE_PUBLIC; in bt_6lowpan_listen() 1088 BT_DBG("chan %p src type %d", chan, chan->src_type); in bt_6lowpan_listen()
|
D | l2cap_core.c | 80 return bdaddr_type(hcon->type, hcon->src_type); in bdaddr_src_type() 1751 if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR) in l2cap_global_chan_by_psm() 1754 if (link_type == LE_LINK && c->src_type == BDADDR_BREDR) in l2cap_global_chan_by_psm() 3806 chan->src_type = bdaddr_src_type(conn->hcon); in l2cap_connect() 5471 chan->src_type = bdaddr_src_type(conn->hcon); in l2cap_le_connect_req() 7162 chan->src_type = bdaddr_src_type(hcon); in l2cap_chan_connect() 7238 u8 src_type = bdaddr_src_type(hcon); in l2cap_global_fixed_chan() local 7254 if (src_type != c->src_type) in l2cap_global_fixed_chan() 7312 chan->src_type = bdaddr_src_type(hcon); in l2cap_connect_cfm() 7576 &c->src, c->src_type, &c->dst, c->dst_type, in l2cap_debugfs_show()
|
D | smp.c | 1307 addrinfo.addr_type = hcon->src_type; in smp_distribute_keys() 3185 chan->src_type = BDADDR_LE_PUBLIC; in smp_add_cid() 3187 chan->src_type = BDADDR_LE_RANDOM; in smp_add_cid() 3190 chan->src_type = BDADDR_BREDR; in smp_add_cid()
|
D | hci_conn.c | 528 hci_copy_identity_address(hdev, &conn->src, &conn->src_type); in hci_conn_add()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_hw.c | 581 u8 src_type, in qed_dmae_execute_sub_operation() argument 589 switch (src_type) { in qed_dmae_execute_sub_operation() 648 u8 src_type, u8 dst_type, in qed_dmae_execute_command() argument 661 (src_type == QED_DMAE_ADDRESS_GRC), in qed_dmae_execute_command() 680 if (src_type == QED_DMAE_ADDRESS_GRC) in qed_dmae_execute_command() 701 src_type, in qed_dmae_execute_command()
|
/linux-4.4.14/drivers/dma/ |
D | dma-axi-dmac.c | 104 unsigned int src_type; member 155 return chan->src_type == AXI_DMAC_BUS_TYPE_AXI_MM; in axi_dmac_src_is_mem() 517 chan->src_type = val; in axi_dmac_parse_chan_dt()
|
/linux-4.4.14/include/net/bluetooth/ |
D | l2cap.h | 499 __u8 src_type; member
|
D | hci_core.h | 416 __u8 src_type; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 2137 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, 2141 u8 src_type, u8 dst_type);
|
D | bnx2x_main.c | 393 u32 src_type = dmae->opcode & DMAE_COMMAND_SRC; in bnx2x_dp_dmae() local 398 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 416 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 434 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 480 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument 485 opcode |= ((src_type << DMAE_COMMAND_SRC_SHIFT) | in bnx2x_dmae_opcode() 507 u8 src_type, u8 dst_type) in bnx2x_prep_dmae_with_comp() argument 512 dmae->opcode = bnx2x_dmae_opcode(bp, src_type, dst_type, in bnx2x_prep_dmae_with_comp()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_hsi.h | 2731 u8 src_type; member
|