Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/dev/ath/
H A Dah_osdep.c85 extern void *ath_hal_malloc(size_t);
109 ath_hal_malloc(size_t size) in ath_hal_malloc() function
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah_eeprom_v1.c182 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v1)); in ath_hal_v1EepromAttach()
H A Dah_eeprom_v4k.c311 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v4k)); in ath_hal_v4kEepromAttach()
H A Dah_eeprom_9287.c323 ee = ath_hal_malloc(sizeof(HAL_EEPROM_9287)); in ath_hal_9287EepromAttach()
H A Dah_eeprom_v14.c365 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v14)); in ath_hal_v14EepromAttach()
H A Dah_eeprom_v3.c149 data = ath_hal_malloc( in eepromAllocExpnPower5112()
746 pCal = ath_hal_malloc(sizeof(EEPROM_DATA_STRUCT_2413)); in readEepromRawPowerCalInfo2413()
1837 ee = ath_hal_malloc(sizeof(HAL_EEPROM)); in ath_hal_legacyEepromAttach()
H A Dah_internal.h633 extern void *ath_hal_malloc(size_t);
/freebsd-12.1/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c89 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416)); in ar9130Attach()
H A Dar9160_attach.c133 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416)); in ar9160Attach()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c80 ahp = ath_hal_malloc(sizeof (struct ath_hal_5212)); in ar5312Attach()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c204 ahp = ath_hal_malloc(sizeof (struct ath_hal_5210)); in ar5210Attach()
/freebsd-12.1/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c425 priv = ath_hal_malloc(sizeof(struct ar9280State)); in ar9280RfAttach()
H A Dar9287.c367 priv = ath_hal_malloc(sizeof(struct ar9287State)); in ar9287RfAttach()
H A Dar9287_attach.c131 ahp9287 = ath_hal_malloc(sizeof (struct ath_hal_9287)); in ar9287Attach()
H A Dar9285_attach.c152 ahp9285 = ath_hal_malloc(sizeof (struct ath_hal_9285)); in ar9285Attach()
H A Dar9280_attach.c169 ahp9280 = ath_hal_malloc(sizeof (struct ath_hal_9280)); in ar9280Attach()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c222 ahp = ath_hal_malloc(sizeof (struct ath_hal_5211)); in ar5211Attach()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c539 priv = ath_hal_malloc(sizeof(struct ar2133State) in ar2133RfAttach()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c693 priv = ath_hal_malloc(sizeof(struct ar5111State)); in ar5111RfAttach()
H A Dar2316.c735 priv = ath_hal_malloc(sizeof(struct ar2316State)); in ar2316RfAttach()
H A Dar2425.c693 priv = ath_hal_malloc(sizeof(struct ar2425State)); in ar2425RfAttach()
H A Dar2317.c715 priv = ath_hal_malloc(sizeof(struct ar2317State)); in ar2317RfAttach()
H A Dar2413.c730 priv = ath_hal_malloc(sizeof(struct ar2413State)); in ar2413RfAttach()
H A Dar5212_attach.c337 ahp = ath_hal_malloc(sizeof (struct ath_hal_5212)); in ar5212Attach()
H A Dar5413.c776 priv = ath_hal_malloc(sizeof(struct ar5413State)); in ar5413RfAttach()

12