Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Duacce.h141 void uacce_remove(struct uacce_device *uacce);
157 static inline void uacce_remove(struct uacce_device *uacce) {} in uacce_remove() function
/linux-6.12.1/drivers/misc/uacce/
Duacce.c577 void uacce_remove(struct uacce_device *uacce) in uacce_remove() function
623 EXPORT_SYMBOL_GPL(uacce_remove);
/linux-6.12.1/Documentation/misc-devices/
Duacce.rst155 void uacce_remove(struct uacce_device *uacce);
/linux-6.12.1/drivers/crypto/hisilicon/
Dqm.c2575 uacce_remove(uacce); in qm_remove_uacce()