taglinefilesource code
tmp_mbox253drivers/sound/patmgr.cstruct patmgr_info *tmp_mbox;
tmp_mbox258drivers/sound/patmgr.ctmp_mbox = (struct patmgr_info *) kmalloc (sizeof (struct patmgr_info), GFP_KERNEL);
tmp_mbox260drivers/sound/patmgr.cif (tmp_mbox == NULL)
tmp_mbox274drivers/sound/patmgr.cmbox[dev] = tmp_mbox;
tmp_mbox299drivers/sound/patmgr.ckfree (tmp_mbox);