Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/misc/uacce/
Duacce.c407 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() function
451 EXPORT_SYMBOL_GPL(uacce_alloc);
/Linux-v5.10/Documentation/misc-devices/
Duacce.rst152 struct uacce_device *uacce_alloc(struct device *parent,
/Linux-v5.10/drivers/crypto/hisilicon/
Dqm.c2181 uacce = uacce_alloc(&pdev->dev, &interface); in qm_alloc_uacce()