Searched defs:omnia_mcu (Results 1 – 1 of 1) sorted by relevance
59 struct omnia_mcu { struct60 struct i2c_client *client;61 const char *type;62 u32 features;64 u64 board_serial_number;65 u8 board_first_mac[ETH_ALEN];66 u8 board_revision;69 struct gpio_chip gc;70 struct mutex lock;71 unsigned long mask, rising, falling, both, cached, is_cached;[all …]