Searched defs:scx200_acb_iface (Results 1 – 1 of 1) sorted by relevance
71 struct scx200_acb_iface { struct72 struct scx200_acb_iface *next; argument73 struct i2c_adapter adapter;74 unsigned base;75 struct mutex mutex;78 enum scx200_acb_state state;79 int result;80 u8 address_byte;81 u8 command;82 u8 *ptr;[all …]