Searched defs:ath_hal_private (Results 1 – 1 of 1) sorted by relevance
229 struct ath_hal_private { struct230 struct ath_hal h; /* public area */233 HAL_BOOL (*ah_getChannelEdges)(struct ath_hal*,236 u_int (*ah_getWirelessModes)(struct ath_hal*);237 HAL_BOOL (*ah_eepromRead)(struct ath_hal *, u_int off,239 HAL_BOOL (*ah_eepromWrite)(struct ath_hal *, u_int off,241 HAL_BOOL (*ah_gpioCfgOutput)(struct ath_hal *,243 HAL_BOOL (*ah_gpioCfgInput)(struct ath_hal *, uint32_t gpio);244 uint32_t (*ah_gpioGet)(struct ath_hal *, uint32_t gpio);245 HAL_BOOL (*ah_gpioSet)(struct ath_hal *,[all …]