Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Duacce.h126 struct uacce_device *uacce_alloc(struct device *parent,
134 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() function
/OK3568_Linux_fs/kernel/drivers/misc/uacce/
H A Duacce.c431 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc() function
475 EXPORT_SYMBOL_GPL(uacce_alloc);
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Duacce.rst152 struct uacce_device *uacce_alloc(struct device *parent,
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/
H A Dqm.c2181 uacce = uacce_alloc(&pdev->dev, &interface); in qm_alloc_uacce()