Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Duacce.h138 struct uacce_device *uacce_alloc(struct device *parent,
146 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() function
/Linux-v6.6/drivers/misc/uacce/
Duacce.c507 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() function
546 EXPORT_SYMBOL_GPL(uacce_alloc);
/Linux-v6.6/Documentation/misc-devices/
Duacce.rst152 struct uacce_device *uacce_alloc(struct device *parent,
/Linux-v6.6/drivers/crypto/hisilicon/
Dqm.c2632 uacce = uacce_alloc(&pdev->dev, &interface); in qm_alloc_uacce()