Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/hardware/eicon/
Dcapifunc.c495 void *mem_to_free; in diva_add_card() local
675 mem_to_free = li_config_table; in diva_add_card()
691 if (mem_to_free) { in diva_add_card()
692 diva_os_free(0, mem_to_free); in diva_add_card()
852 void *mem_to_free = NULL; in diva_release_appl() local
864 mem_to_free = this->DataNCCI; in diva_release_appl()
870 if (mem_to_free) in diva_release_appl()
871 diva_os_free(0, mem_to_free); in diva_release_appl()