Searched defs:rave_sp_status (Results 1 – 1 of 1) sorted by relevance
127 struct rave_sp_status { struct128 struct rave_sp_version bootloader_version;129 struct rave_sp_version firmware_version;130 u16 rdu_eeprom_flag;131 u16 dds_eeprom_flag;132 u8 pic_flag;133 u8 orientation;157 int (*get_status)(struct rave_sp *sp, struct rave_sp_status *); argument