Searched refs:ath_hal_malloc (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.3-release/sys/dev/ath/
H A Dah_osdep.c82 extern void *ath_hal_malloc(size_t);
107 ath_hal_malloc(size_t size) function
/freebsd-10.3-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v1.c180 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v1));
H A Dah_eeprom_9287.c321 ee = ath_hal_malloc(sizeof(HAL_EEPROM_9287));
H A Dah_eeprom_v14.c363 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v14));
H A Dah_eeprom_v4k.c309 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v4k));
H A Dah_eeprom_v3.c147 data = ath_hal_malloc(
744 pCal = ath_hal_malloc(sizeof(EEPROM_DATA_STRUCT_2413));
1835 ee = ath_hal_malloc(sizeof(HAL_EEPROM));
H A Dah_internal.h618 extern void *ath_hal_malloc(size_t);
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c78 ahp = ath_hal_malloc(sizeof (struct ath_hal_5212));
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c85 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416));
H A Dar9160_attach.c130 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416));
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c201 ahp = ath_hal_malloc(sizeof (struct ath_hal_5210));
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c423 priv = ath_hal_malloc(sizeof(struct ar9280State));
H A Dar9287.c365 priv = ath_hal_malloc(sizeof(struct ar9287State));
H A Dar9285_attach.c149 ahp9285 = ath_hal_malloc(sizeof (struct ath_hal_9285));
H A Dar9287_attach.c128 ahp9287 = ath_hal_malloc(sizeof (struct ath_hal_9287));
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c219 ahp = ath_hal_malloc(sizeof (struct ath_hal_5211));
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c691 priv = ath_hal_malloc(sizeof(struct ar5111State));
H A Dar2316.c733 priv = ath_hal_malloc(sizeof(struct ar2316State));
H A Dar2317.c713 priv = ath_hal_malloc(sizeof(struct ar2317State));
H A Dar2413.c728 priv = ath_hal_malloc(sizeof(struct ar2413State));
H A Dar2425.c691 priv = ath_hal_malloc(sizeof(struct ar2425State));
H A Dar5112.c861 priv = ath_hal_malloc(sizeof(struct ar5112State));
H A Dar5212_attach.c335 ahp = ath_hal_malloc(sizeof (struct ath_hal_5212));
H A Dar5413.c774 priv = ath_hal_malloc(sizeof(struct ar5413State));
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c537 priv = ath_hal_malloc(sizeof(struct ar2133State)

Completed in 214 milliseconds

12