Searched defs:at86rf230_state_change (Results 1 – 1 of 1) sorted by relevance
71 struct at86rf230_state_change { struct72 struct at86rf230_local *lp;73 int irq;75 struct hrtimer timer;76 struct spi_message msg;77 struct spi_transfer trx;78 u8 buf[AT86RF2XX_MAX_BUF];80 void (*complete)(void *context);81 u8 from_state;82 u8 to_state;[all …]