| /Linux-v6.6/drivers/w1/masters/ |
| D | Kconfig | 3 # 1-wire bus master configuration 6 menu "1-wire Bus Masters" 9 tristate "Matrox G400 transport layer for 1-wire" 12 Say Y here if you want to communicate with your 1-wire devices 19 tristate "DS2490 USB <-> W1 transport layer for 1-wire" 39 tristate "Freescale MXC 1-wire busmaster" 42 Say Y here to enable MXC 1-wire host 45 tristate "GPIO 1-wire busmaster" 48 Say Y here if you want to communicate with your 1-wire devices using 49 GPIO pins. This driver uses the GPIO API to control the wire. [all …]
|
| /Linux-v6.6/drivers/w1/slaves/ |
| D | Kconfig | 3 # 1-wire slaves configuration 6 menu "1-wire Slaves" 11 Say Y here if you want to connect 1-wire thermal sensors to your 12 wire. 17 Say Y here if you want to connect 1-wire 18 simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire. 23 Say Y or M here if you want to use a DS2405 1-wire 31 Say Y here if you want to use a 1-wire 47 Say Y here if you want to use a 1-wire 54 Say Y or M here if you want to use a 1-wire [all …]
|
| /Linux-v6.6/net/rxrpc/ |
| D | txbuf.c | 37 txb->wire.epoch = htonl(call->conn->proto.epoch); in rxrpc_alloc_txbuf() 38 txb->wire.cid = htonl(call->cid); in rxrpc_alloc_txbuf() 39 txb->wire.callNumber = htonl(call->call_id); in rxrpc_alloc_txbuf() 40 txb->wire.seq = htonl(txb->seq); in rxrpc_alloc_txbuf() 41 txb->wire.type = packet_type; in rxrpc_alloc_txbuf() 42 txb->wire.flags = call->conn->out_clientflag; in rxrpc_alloc_txbuf() 43 txb->wire.userStatus = 0; in rxrpc_alloc_txbuf() 44 txb->wire.securityIndex = call->security_ix; in rxrpc_alloc_txbuf() 45 txb->wire._rsvd = 0; in rxrpc_alloc_txbuf() 46 txb->wire.serviceId = htons(call->dest_srx.srx_service); in rxrpc_alloc_txbuf()
|
| D | output.c | 209 txb->wire.flags |= RXRPC_REQUEST_ACK; in rxrpc_send_ack_packet() 215 iov[0].iov_base = &txb->wire; in rxrpc_send_ack_packet() 216 iov[0].iov_len = sizeof(txb->wire) + sizeof(txb->ack) + n; in rxrpc_send_ack_packet() 220 txb->wire.serial = htonl(serial); in rxrpc_send_ack_packet() 241 trace_rxrpc_tx_packet(call->debug_id, &txb->wire, in rxrpc_send_ack_packet() 243 if (txb->wire.flags & RXRPC_REQUEST_ACK) in rxrpc_send_ack_packet() 338 txb->wire.serial = htonl(serial); in rxrpc_send_data_packet() 342 txb->wire.userStatus = RXRPC_USERSTATUS_SERVICE_UPGRADE; in rxrpc_send_data_packet() 344 iov[0].iov_base = &txb->wire; in rxrpc_send_data_packet() 345 iov[0].iov_len = sizeof(txb->wire) + txb->len; in rxrpc_send_data_packet() [all …]
|
| D | call_event.c | 87 txb->wire.seq = 0; in rxrpc_send_ACK() 88 txb->wire.type = RXRPC_PACKET_TYPE_ACK; in rxrpc_send_ACK() 89 txb->wire.flags |= RXRPC_SLOW_START_OK; in rxrpc_send_ACK() 163 if (after(ntohl(txb->wire.serial), call->acks_highest_serial)) in rxrpc_resend() 200 before(ntohl(txb->wire.serial), ntohl(ack->serial))) in rxrpc_resend() 323 if (txb->wire.flags & RXRPC_LAST_PACKET) in rxrpc_decant_prepared_tx()
|
| /Linux-v6.6/Documentation/w1/masters/ |
| D | omap-hdq.rst | 2 Kernel driver for omap HDQ/1-wire module 7 HDQ/1-wire controller on the TI OMAP 2430/3430 platforms. 17 Semiconductor 1-Wire protocols. These protocols use a single wire for 24 The controller supports operation in both HDQ and 1-wire mode. The essential 25 difference between the HDQ and 1-wire mode is how the slave device responds to 49 The driver also supports 1-wire mode. In this mode, there is no need to 51 to the bus using SEARCH_ROM procedure. 1-wire mode can be selected by
|
| D | w1-gpio.rst | 11 GPIO 1-wire bus master driver. The driver uses the GPIO API to control the 12 wire and the GPIO pin can be specified using GPIO machine descriptor tables.
|
| D | index.rst | 4 1-wire Master Drivers
|
| /Linux-v6.6/drivers/i2c/busses/ |
| D | i2c-gpio.c | 82 #define WIRE_ATTRIBUTE(wire) \ argument 83 static int fops_##wire##_get(void *data, u64 *val) \ 88 *val = get##wire(&priv->bit_data); \ 92 static int fops_##wire##_set(void *data, u64 val) \ 97 set##wire(&priv->bit_data, val); \ 101 DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
|
| /Linux-v6.6/drivers/w1/ |
| D | Kconfig | 3 tristate "Dallas's 1-wire support" 6 Dallas' 1-wire bus is useful to connect slow 1-pin devices 12 will be called wire.
|
| D | Makefile | 6 obj-$(CONFIG_W1) += wire.o 7 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
|
| /Linux-v6.6/Documentation/devicetree/bindings/spi/ |
| D | icpdas-lp8841-spi-rtc.txt | 28 - spi-3wire: The master itself has only 3 wire. It cannor work in 50 spi-3wire;
|
| /Linux-v6.6/Documentation/devicetree/bindings/w1/ |
| D | omap-hdq.txt | 1 * OMAP HDQ One wire bus master controller 10 - ti,mode: should be "hdq": HDQ mode "1w": one-wire mode.
|
| /Linux-v6.6/Documentation/devicetree/bindings/display/ |
| D | multi-inno,mi0283qt.txt | 12 - present: IM=x110 4-wire 8-bit data serial interface 13 - absent: IM=x101 3-wire 9-bit data serial interface
|
| /Linux-v6.6/drivers/infiniband/hw/mlx5/ |
| D | wr.c | 363 struct ib_sig_domain *wire = &sig_attrs->wire; in mlx5_set_bsf() local 387 switch (sig_attrs->wire.sig_type) { in mlx5_set_bsf() 391 if (mem->sig.dif.pi_interval == wire->sig.dif.pi_interval && in mlx5_set_bsf() 392 mem->sig_type == wire->sig_type) { in mlx5_set_bsf() 395 if (mem->sig.dif.bg_type == wire->sig.dif.bg_type) in mlx5_set_bsf() 396 basic->wire.copy_byte_mask |= MLX5_CPY_GRD_MASK; in mlx5_set_bsf() 397 if (mem->sig.dif.app_tag == wire->sig.dif.app_tag) in mlx5_set_bsf() 398 basic->wire.copy_byte_mask |= MLX5_CPY_APP_MASK; in mlx5_set_bsf() 399 if (mem->sig.dif.ref_tag == wire->sig.dif.ref_tag) in mlx5_set_bsf() 400 basic->wire.copy_byte_mask |= MLX5_CPY_REF_MASK; in mlx5_set_bsf() [all …]
|
| /Linux-v6.6/Documentation/w1/ |
| D | w1-generic.rst | 2 Introduction to the 1-wire (w1) subsystem 5 The 1-wire bus is a simple master-slave bus that communicates via a single 6 signal wire (plus ground, so two wires). 41 Then provided control buffer is being written to the wire. 78 Devices that support the 1-wire natively must provide the ability to write and
|
| /Linux-v6.6/drivers/infiniband/ulp/iser/ |
| D | iser_memory.c | 200 iser_set_dif_domain(sc, &sig_attrs->wire); in iser_set_sig_attrs() 201 sig_attrs->wire.sig.dif.bg_type = IB_T10DIF_CRC; in iser_set_sig_attrs() 205 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs() 212 iser_set_dif_domain(sc, &sig_attrs->wire); in iser_set_sig_attrs() 213 sig_attrs->wire.sig.dif.bg_type = IB_T10DIF_CRC; in iser_set_sig_attrs()
|
| /Linux-v6.6/Documentation/hwmon/ |
| D | adt7411.rst | 22 The ADT7411 can use an I2C/SMBus compatible 2-wire interface or an 23 SPI-compatible 4-wire interface. It provides a 10-bit analog to digital
|
| /Linux-v6.6/Documentation/devicetree/bindings/rtc/ |
| D | maxim-ds1302.txt | 22 - spi-3wire : The device has a shared signal IN/OUT line. 42 spi-3wire;
|
| /Linux-v6.6/Documentation/sound/soc/ |
| D | dai.rst | 12 AC97 is a five wire interface commonly found on many PC sound cards. It is 26 I2S is a common 4 wire DAI used in HiFi, STB and portable devices. The Tx and 50 PCM is another 4 wire interface, very similar to I2S, which can support a more
|
| /Linux-v6.6/Documentation/w1/slaves/ |
| D | index.rst | 4 1-wire Slave Drivers
|
| /Linux-v6.6/Documentation/peci/ |
| D | peci.rst | 27 PECI Wire interface uses a single wire for self-clocking and data 29 physical layer is a self-clocked one-wire bus signal that begins each
|
| /Linux-v6.6/arch/arm64/boot/dts/mediatek/ |
| D | mt8183-kukui-jacuzzi-kappa.dts | 16 mediatek,dmic-mode = <1>; /* one-wire */
|
| D | mt8183-kukui-jacuzzi-fennel.dtsi | 10 mediatek,dmic-mode = <1>; /* one-wire */
|
| /Linux-v6.6/Documentation/driver-api/gpio/ |
| D | intro.rst | 50 value might be driven, supporting "wire-OR" and similar schemes for the 54 of pins configured as "output", which is very useful in such "wire-OR" 98 This is sometimes called a "wire-AND"; or more practically, from the negative 99 logic (low=true) perspective this is a "wire-OR".
|