/openbmc/linux/drivers/w1/masters/ |
H A 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 …]
|
/openbmc/linux/drivers/w1/slaves/ |
H A 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 …]
|
/openbmc/linux/net/rxrpc/ |
H A 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()
|
H A 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 …]
|
H A D | call_event.c | 85 txb->wire.seq = 0; in rxrpc_send_ACK() 86 txb->wire.type = RXRPC_PACKET_TYPE_ACK; in rxrpc_send_ACK() 87 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()
|
/openbmc/u-boot/doc/ |
H A D | README.VSC3316-3308 | 10 …d 8 output ports. Programming of these devices are performed by two-wire or four-wire serial inter… 15 First thing required is to program it to interface with either two-wire or four-wire interface. 16 … interface is two-wire I2C serial interface. So the value in Interface mode register at address 79… 23 …wire or four-wire interface. In our case the interface is two-wire I2C serial interface. So the va…
|
/openbmc/u-boot/drivers/w1/ |
H A D | Kconfig | 8 bool "Enable 1-wire controllers support" 17 bool "Enable 1-wire GPIO bitbanging" 21 Emulate a 1-wire bus using a GPIO. 24 bool "Enable 1-wire controller on i.MX processors" 28 Support the one wire controller found in some members of the NXP 33 Newer i.MX SoCs such as the i.MX6 do not have one wire controllers.
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/ |
H A D | owfs_3.2p3.bb | 2 DESCRIPTION = "OWFS is an easy way to use the powerful 1-wire system of Dallas/Maxim" 46 DESCRIPTION:owftpd = "Anoymous FTP server for 1-wire access" 47 DESCRIPTION:owhttpd = "Tiny webserver for 1-wire control" 48 DESCRIPTION:owserver = "Backend server (daemon) for 1-wire control" 50 DESCRIPTION:libowcapi = "easy C-language 1-wire interface " 51 DESCRIPTION:libow = "easy C-language 1-wire interface to the owserver protocol" 52 DESCRIPTION:libownet = "easy C-language 1-wire interface to the owserver protocol"
|
/openbmc/linux/Documentation/w1/masters/ |
H A 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
|
H A 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.
|
/openbmc/linux/drivers/i2c/busses/ |
H A 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")
|
/openbmc/linux/drivers/w1/ |
H A 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.
|
H A 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
|
/openbmc/qemu/qapi/ |
H A D | introspect.json | 19 # Command query-qmp-schema exposes the QMP wire ABI as an array of 28 # Furthermore, while we strive to keep the QMP wire format 46 # QMP wire ABI, and therefore not returned by this command. 86 # names, type names are not part of the wire ABI. Consequently, 116 # @json-type: the JSON type used for this type on the wire. 168 # Values of this type are JSON string on the wire. 199 # Values of this type are JSON array on the wire. 222 # Values of this type are JSON object on the wire. 277 # members' wire encoding is distinct, see 280 # On the wire, this can be any of the members.
|
/openbmc/u-boot/drivers/w1-eeprom/ |
H A D | Kconfig | 5 menu "1-wire EEPROM support" 8 bool "Enable support for EEPROMs on 1wire interface" 11 Support for the EEPROMs connected on 1-wire Dallas protocol interface
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | icpdas-lp8841-spi-rtc.txt | 28 - spi-3wire: The master itself has only 3 wire. It cannor work in 50 spi-3wire;
|
/openbmc/linux/Documentation/devicetree/bindings/w1/ |
H A D | omap-hdq.txt | 1 * OMAP HDQ One wire bus master controller 10 - ti,mode: should be "hdq": HDQ mode "1w": one-wire mode.
|
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/ |
H A D | 0001-bcm43xx-Add-bcm43xx-3wire-variant.patch | 4 Subject: [PATCH] bcm43xx: Add bcm43xx-3wire variant 20 + { "bcm43xx-3wire", 0x0000, 0x0000, HCI_UART_3WIRE, 115200, 3000000,
|
/openbmc/u-boot/doc/device-tree-bindings/w1/ |
H A D | w1-gpio.txt | 1 W1 gpio device binding - one wire protocol over bitbanged gpio 18 This is the gpio used for one wire protocol, using bitbanging
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A 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
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A 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 …]
|
/openbmc/linux/Documentation/w1/ |
H A 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
|
/openbmc/linux/drivers/infiniband/ulp/iser/ |
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | maxim-ds1302.txt | 22 - spi-3wire : The device has a shared signal IN/OUT line. 42 spi-3wire;
|
/openbmc/linux/Documentation/hwmon/ |
H A 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
|