Lines Matching refs:w1
1 The 1-wire (w1) subsystem
9 The w1 subsystem provides the framework for managing w1 masters and
12 All w1 slave devices must be connected to a w1 bus master device.
14 Example w1 master devices:
17 DS2482 (i2c to w1 bridge)
21 What does the w1 subsystem do?
23 When a w1 master driver registers with the w1 subsystem, the following occurs:
25 - sysfs entries for that w1 master are created
26 - the w1 bus is periodically searched for new slave devices
28 When a device is found on the bus, w1 core tries to load the driver for its family
40 It is possible that between 1. and 2. w1 master thread will reset bus for searching
47 Slave devices are handled by a driver written for a family of w1 devices.
50 registers with the w1 subsystem.
62 What does a w1 master driver need to implement?
65 The driver for w1 bus master must provide at minimum two functions.
73 Most hardware provides higher-level functions that offload w1 handling.
74 See struct w1_bus_master definition in w1.h for details.
77 w1 master sysfs interface
80 bus - (standard) symlink to the w1 bus
81 driver - (standard) symlink to the w1 driver
98 If you have a w1 bus that never changes (you don't add or remove devices),
113 w1 slave sysfs interface
115 bus - (standard) symlink to the w1 bus
116 driver - (standard) symlink to the w1 driver