Searched defs:omnia_mcu (Results 1 – 1 of 1) sorted by relevance
26 struct omnia_mcu { struct27 struct i2c_client *client;28 const char *type;29 u32 features;32 u64 board_serial_number;33 u8 board_first_mac[ETH_ALEN];34 u8 board_revision;38 struct gpio_chip gc;39 struct mutex lock;40 unsigned long mask, rising, falling, both, cached, is_cached;[all …]