Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duacce.h141 void uacce_remove(struct uacce_device *uacce);
157 static inline void uacce_remove(struct uacce_device *uacce) {} in uacce_remove() function
/openbmc/linux/drivers/misc/uacce/
H A Duacce.c574 void uacce_remove(struct uacce_device *uacce) in uacce_remove() function
620 EXPORT_SYMBOL_GPL(uacce_remove);
/openbmc/linux/Documentation/misc-devices/
H A Duacce.rst155 void uacce_remove(struct uacce_device *uacce);
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c2635 uacce_remove(uacce); in qm_remove_uacce()