Home
last modified time | relevance | path

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

/linux/drivers/clk/at91/
H A Dsama7g5.c979 void **alloc_mem = NULL; in sama7g5_pmc_setup() local
1007 alloc_mem = kmalloc(sizeof(void *) * in sama7g5_pmc_setup()
1010 if (!alloc_mem) in sama7g5_pmc_setup()
1130 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()
1230 alloc_mem[alloc_mem_size++] = mux_table; in sama7g5_pmc_setup()
1238 if (alloc_mem) { in sama7g5_pmc_setup()
1240 kfree(alloc_mem[i]); in sama7g5_pmc_setup()
1241 kfree(alloc_mem); in sama7g5_pmc_setup()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c603 static void alloc_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) in alloc_mem() function
1158 alloc_mem(hcd, qtd); in enqueue_qtds()