Searched refs:aic7xxx_buffer (Results 1 – 1 of 1) sorted by relevance
33 #define BLS (&aic7xxx_buffer[size])56 static char *aic7xxx_buffer = NULL; variable132 if (aic7xxx_buffer != NULL) in aic7xxx_proc_info()134 kfree(aic7xxx_buffer); in aic7xxx_proc_info()137 aic7xxx_buffer = kmalloc(size, GFP_KERNEL); in aic7xxx_proc_info()139 if (aic7xxx_buffer == NULL) in aic7xxx_proc_info()341 kfree(aic7xxx_buffer); in aic7xxx_proc_info()342 aic7xxx_buffer = NULL; in aic7xxx_proc_info()350 memcpy(buffer, &aic7xxx_buffer[offset], length); in aic7xxx_proc_info()