Searched defs:per_cal_data (Results 1 – 2 of 2) sorted by relevance
49 typedef struct per_cal_data { struct50 const char *calName; /* for diagnostics */51 HAL_CAL_TYPE calType; /* Type of calibration */52 uint32_t calNumSamples; /* # SW samples to collect */53 uint32_t calCountMax; /* # HW samples to collect */54 void (*calCollect)(struct ath_hal *); /* Accumulator function */56 void (*calPostProc)(struct ath_hal *, uint8_t);
361 typedef struct per_cal_data { struct362 HAL_CAL_TYPES cal_type; // Type of calibration363 u_int32_t cal_num_samples; // Number of SW samples to collect364 u_int32_t cal_count_max; // Number of HW samples to collect365 void (*cal_collect)(struct ath_hal *, u_int8_t); // Accumulator func366 void (*cal_post_proc)(struct ath_hal *, u_int8_t); // Post-processing func