Home
last modified time | relevance | path

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

/include/linux/
Darm_ffa.h133 struct ffa_device { struct
143 #define to_ffa_dev(d) container_of(d, struct ffa_device, dev) argument
151 int (*probe)(struct ffa_device *sdev);
152 void (*remove)(struct ffa_device *sdev);
160 static inline void ffa_dev_set_drvdata(struct ffa_device *fdev, void *data) in ffa_dev_set_drvdata()
165 static inline void *ffa_dev_get_drvdata(struct ffa_device *fdev) in ffa_dev_get_drvdata()
173 struct ffa_device *
176 void ffa_device_unregister(struct ffa_device *ffa_dev);
180 bool ffa_device_is_valid(struct ffa_device *ffa_dev);
183 static inline struct ffa_device *
[all …]