Searched defs:omnia_mcu (Results 1 – 1 of 1) sorted by relevance
71 struct omnia_mcu { struct72 struct i2c_client *client;73 const char *type;74 u32 features;76 u64 board_serial_number;77 u8 board_first_mac[ETH_ALEN];78 u8 board_revision;81 struct gpio_chip gc;82 struct mutex lock;83 unsigned long mask, rising, falling, both, cached, is_cached;[all …]