Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Duacce.h126 struct uacce_device *uacce_alloc(struct device *parent,
134 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() function
/Linux-v6.1/drivers/misc/uacce/
Duacce.c454 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() function
493 EXPORT_SYMBOL_GPL(uacce_alloc);
/Linux-v6.1/Documentation/misc-devices/
Duacce.rst152 struct uacce_device *uacce_alloc(struct device *parent,
/Linux-v6.1/drivers/crypto/hisilicon/
Dqm.c3472 uacce = uacce_alloc(&pdev->dev, &interface); in qm_alloc_uacce()