Home
last modified time | relevance | path

Searched refs:wire (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/drivers/i2c/busses/
Di2c-gpio.c80 #define WIRE_ATTRIBUTE(wire) \ argument
81 static int fops_##wire##_get(void *data, u64 *val) \
86 *val = get##wire(&priv->bit_data); \
90 static int fops_##wire##_set(void *data, u64 val) \
95 set##wire(&priv->bit_data, val); \
99 DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
/linux-4.19.296/drivers/bluetooth/
DKconfig160 bool "Three-wire UART (H5) protocol support"
164 The HCI Three-wire UART Transport Layer makes it possible to
166 Three-wire UART Transport Layer assumes that the UART
170 Say Y here to compile support for Three-wire UART protocol.
/linux-4.19.296/include/rdma/
Dopa_port_info.h407 u8 wire; member
Dib_verbs.h837 struct ib_sig_domain wire; member
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmdomain.c790 u32 *wire) in dlm_query_join_packet_to_wire() argument
795 *wire = be32_to_cpu(response.intval); in dlm_query_join_packet_to_wire()
798 static void dlm_query_join_wire_to_packet(u32 wire, in dlm_query_join_wire_to_packet() argument
803 response.intval = cpu_to_be32(wire); in dlm_query_join_wire_to_packet()
/linux-4.19.296/include/linux/mlx5/
Dqp.h424 } wire; member
/linux-4.19.296/drivers/isdn/i4l/
DKconfig54 sent over the wire. The machine at the other end of the PPP link
/linux-4.19.296/drivers/auxdisplay/
DKconfig99 For help about how to wire your LCD to the parallel port,