Lines Matching defs:adin2111_data
231 struct adin2111_data { struct
232 struct k_mutex lock;
233 struct k_sem offload_sem;
234 uint32_t imask0;
235 uint32_t imask1;
236 uint8_t *buf;
238 const struct device *port[2];
239 uint8_t *oa_tx_buf;
240 uint8_t *oa_rx_buf;
241 uint16_t ifaces_left_to_init;
242 uint16_t scur;
243 struct gpio_callback gpio_int_callback;
244 bool oa;
245 bool oa_prot;
246 uint8_t oa_cps;
248 struct k_thread rx_thread;