Searched refs:src_type (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/irqchip/ |
D | irq-sunxi-nmi.c | 78 unsigned int src_type; in sunxi_sc_nmi_set_type() local 85 src_type = SUNXI_SRC_TYPE_EDGE_FALLING; in sunxi_sc_nmi_set_type() 88 src_type = SUNXI_SRC_TYPE_EDGE_RISING; in sunxi_sc_nmi_set_type() 91 src_type = SUNXI_SRC_TYPE_LEVEL_HIGH; in sunxi_sc_nmi_set_type() 95 src_type = SUNXI_SRC_TYPE_LEVEL_LOW; in sunxi_sc_nmi_set_type() 113 src_type_reg |= src_type; in sunxi_sc_nmi_set_type()
|
/linux-4.1.27/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 | 856 set_dev_addr(netdev, &chan->src, chan->src_type); in setup_netdev() 871 &chan->src, chan->src_type); in setup_netdev() 1125 pchan->src_type = BDADDR_LE_PUBLIC; in bt_6lowpan_listen() 1129 BT_DBG("chan %p src type %d", pchan, pchan->src_type); in bt_6lowpan_listen()
|
D | l2cap_core.c | 80 return bdaddr_type(hcon->type, hcon->src_type); in bdaddr_src_type() 1755 if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR) in l2cap_global_chan_by_psm() 1758 if (link_type == LE_LINK && c->src_type == BDADDR_BREDR) in l2cap_global_chan_by_psm() 3810 chan->src_type = bdaddr_src_type(conn->hcon); in l2cap_connect() 5461 chan->src_type = bdaddr_src_type(conn->hcon); in l2cap_le_connect_req() 7150 chan->src_type = bdaddr_src_type(hcon); in l2cap_chan_connect() 7226 u8 src_type = bdaddr_src_type(hcon); in l2cap_global_fixed_chan() local 7242 if (src_type != c->src_type) in l2cap_global_fixed_chan() 7300 chan->src_type = bdaddr_src_type(hcon); in l2cap_connect_cfm() 7565 &c->src, c->src_type, &c->dst, c->dst_type, in l2cap_debugfs_show()
|
D | smp.c | 1306 addrinfo.addr_type = hcon->src_type; in smp_distribute_keys() 3151 chan->src_type = BDADDR_LE_PUBLIC; in smp_add_cid() 3153 chan->src_type = BDADDR_LE_RANDOM; in smp_add_cid() 3156 chan->src_type = BDADDR_BREDR; in smp_add_cid()
|
D | hci_conn.c | 470 hci_copy_identity_address(hdev, &conn->src, &conn->src_type); in hci_conn_add()
|
/linux-4.1.27/include/net/bluetooth/ |
D | l2cap.h | 495 __u8 src_type; member
|
D | hci_core.h | 404 __u8 src_type; member
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 2108 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, 2112 u8 src_type, u8 dst_type);
|
D | bnx2x_main.c | 388 u32 src_type = dmae->opcode & DMAE_COMMAND_SRC; in bnx2x_dp_dmae() local 393 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 411 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 429 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 475 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument 480 opcode |= ((src_type << DMAE_COMMAND_SRC_SHIFT) | in bnx2x_dmae_opcode() 502 u8 src_type, u8 dst_type) in bnx2x_prep_dmae_with_comp() argument 507 dmae->opcode = bnx2x_dmae_opcode(bp, src_type, dst_type, in bnx2x_prep_dmae_with_comp()
|