Lines Matching refs:driver
23 When a w1 master driver registers with the w1 subsystem, the following occurs:
28 When a device is found on the bus, w1 core tries to load the driver for its family
29 and check if it is loaded. If so, the family driver is attached to the slave.
30 If there is no driver for the family, default one is assigned, which allows to perform
47 Slave devices are handled by a driver written for a family of w1 devices.
49 A family driver populates a struct w1_family_ops (see w1_family.h) and
53 w1_therm - (ds18?20 thermal sensor family driver)
57 w1_smem - driver for simple 64bit memory cell provides ID reading method.
62 What does a w1 master driver need to implement?
65 The driver for w1 bus master must provide at minimum two functions.
81 driver - (standard) symlink to the w1 driver
108 driver - (standard) symlink to the w1 driver
111 family driver
113 appropriate family driver. Allows to read/write binary data.