Home
last modified time | relevance | path

Searched refs:odm_free_memory (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_interface.h132 void odm_free_memory(struct phy_dm_struct *dm, void *ptr, u32 length);
Dphydm_interface.c125 void odm_free_memory(struct phy_dm_struct *dm, void *ptr, u32 length) in odm_free_memory() function
Dphydm_adc_sampling.c409 odm_free_memory(dm, adc_smp_buf->octet, adc_smp_buf->length); in adc_smp_de_init()