Home
last modified time | relevance | path

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

/linux-6.15/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.c1723 ffa_device_unregister(ffa_dev); in ffa_setup_partitions()
/linux-6.15/include/linux/
H A Darm_ffa.h176 void ffa_device_unregister(struct ffa_device *ffa_dev);
191 static inline void ffa_device_unregister(struct ffa_device *dev) {} in ffa_device_unregister() function