Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Daltera_edac.h338 void * (*alloc_mem)(size_t size, void **other); member
Daltera_edac.c904 if (!priv->alloc_mem) in altr_edac_device_trig()
911 ptemp = priv->alloc_mem(priv->trig_alloc_sz, &generic_ptr); in altr_edac_device_trig()
1426 .alloc_mem = ocram_alloc_mem,
1544 .alloc_mem = l2_alloc_mem,
1559 .alloc_mem = l2_alloc_mem,
/Linux-v4.19/drivers/target/
Dtarget_core_xcopy.c589 bool alloc_mem) in target_xcopy_setup_pt_cmd() argument
610 if (alloc_mem) { in target_xcopy_setup_pt_cmd()
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c336 static void alloc_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) in alloc_mem() function
871 alloc_mem(hcd, qtd); in enqueue_qtds()
/Linux-v4.19/drivers/scsi/cxlflash/
Dmain.c1007 static int alloc_mem(struct cxlflash_cfg *cfg) in alloc_mem() function
3698 rc = alloc_mem(cfg); in cxlflash_probe()