Lines Matching refs:driver
13 This driver provides glue code connecting a National Semiconductor LM70 LLP
16 This is a SPI master controller driver. It can be used in conjunction with
17 (layered under) the LM70 logical driver (a "SPI protocol driver").
18 In effect, this driver turns the parallel port interface on the eval board
20 LM70 driver (drivers/hwmon/lm70.c).
53 The bitbanger routine in this driver (lm70_txrx) is called back from
54 the bound "hwmon/lm70" protocol driver through its sysfs hook, using a
56 The lm70 driver then inteprets the resulting digital temperature value
71 So: the getmiso inline routine in this driver takes this fact into account,
77 o David Brownell for mentoring the SPI-side driver development.
78 o Dr.Craig Hollabaugh for the (early) "manual" bitbanging driver version.