Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ds1wm.h
Go to the documentation of this file.
1 /* MFD cell driver data for the DS1WM driver */
2 
5  int clock_rate;
6  /* in milliseconds, the amount of time to */
7  /* sleep following a reset pulse. Zero */
8  /* should work if your bus devices recover*/
9  /* time respects the 1-wire spec since the*/
10  /* ds1wm implements the precise timings of*/
11  /* a reset pulse/presence detect sequence.*/
12  unsigned int reset_recover_delay;
13 };