Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Duacce.h124 struct uacce_device *uacce_alloc(struct device *parent,
132 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() function
/Linux-v5.15/drivers/misc/uacce/
Duacce.c430 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() function
469 EXPORT_SYMBOL_GPL(uacce_alloc);
/Linux-v5.15/Documentation/misc-devices/
Duacce.rst152 struct uacce_device *uacce_alloc(struct device *parent,
/Linux-v5.15/drivers/crypto/hisilicon/
Dqm.c3093 uacce = uacce_alloc(&pdev->dev, &interface); in qm_alloc_uacce()