Home
last modified time | relevance | path

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

/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
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c1848 ffa_device_unregister(ffa_dev); in ffa_setup_partitions()