Lines Matching +full:2 +full:- +full:wire
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).
18 - DS9490 usb device
19 - W1-over-GPIO
20 - DS2482 (i2c to w1 bridge)
21 - Emulated devices, such as a RS232 converter, parallel port adapter, etc
25 ------------------------------
29 - sysfs entries for that w1 master are created
30 - the w1 bus is periodically searched for new slave devices
36 in nature, which can contain several (two or one) low-level operations.
41 Then provided control buffer is being written to the wire.
42 2. reading. This will issue reading eeprom response.
44 It is possible that between 1. and 2. w1 master thread will reset bus for searching
50 ------------------
60 - (ds18?20 thermal sensor family driver)
61 provides temperature reading function which is bound to ->rbin() method
65 - driver for simple 64bit memory cell provides ID reading method.
71 -----------------------------------------------
78 Devices that support the 1-wire natively must provide the ability to write and
81 Most hardware provides higher-level functions that offload w1 handling.
86 -------------------------
89 <xx-xxxxxxxxxxxx> A directory for a found device. The format is
90 family-serial
100 -1=continual (default)
118 w1_master_search remains greater than 0 or is -1. Each search attempt
123 ------------------------