Lines Matching refs:structure
19 The driver structure
22 Usually, you will implement a single driver structure, and instantiate
23 all clients from it. Remember, a driver structure contains general access
24 routines, a client structure specific information like the actual I2C
97 The client structure has a special `data' field that can point to any
98 structure at all. You can use this to keep client-specific data. You
102 An example structure is below.
126 Let's say we have a valid client structure. At some time, we will need
356 Remember, structure `addr_data' is defined by the macros explained above,
444 client structure, even though we cannot fill it completely yet.
530 the `template' structure. */
697 stop bit is sent between transaction. The i2c_msg structure contains
768 be copied to a newly allocated structure and filled in where necessary when