Lines Matching defs:omnia_mcu
59 struct omnia_mcu { struct
60 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;
95 extern const struct attribute_group omnia_mcu_gpio_group; argument
96 int omnia_mcu_register_gpiochip(struct omnia_mcu *mcu); argument