Home
last modified time | relevance | path

Searched refs:ffa_device_unregister (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/firmware/arm_ffa/
H A Dbus.c236 void ffa_device_unregister(struct ffa_device *ffa_dev) in ffa_device_unregister() function
243 EXPORT_SYMBOL_GPL(ffa_device_unregister);
H A Ddriver.c1741 ffa_device_unregister(ffa_dev); in ffa_setup_partitions()
/linux/include/linux/
H A Darm_ffa.h177 void ffa_device_unregister(struct ffa_device *ffa_dev);
192 static inline void ffa_device_unregister(struct ffa_device *dev) {} in ffa_device_unregister() function