Searched defs:at86rf230_state_change (Results 1 – 1 of 1) sorted by relevance
63 struct at86rf230_state_change { struct64 struct at86rf230_local *lp;65 int irq;67 struct hrtimer timer;68 struct spi_message msg;69 struct spi_transfer trx;70 u8 buf[AT86RF2XX_MAX_BUF];72 void (*complete)(void *context);73 u8 from_state;74 u8 to_state;[all …]