Lines Matching refs:ffa_device
15 struct ffa_device { struct
22 #define to_ffa_dev(d) container_of(d, struct ffa_device, dev) argument
30 int (*probe)(struct ffa_device *sdev);
31 void (*remove)(struct ffa_device *sdev);
39 static inline void ffa_dev_set_drvdata(struct ffa_device *fdev, void *data) in ffa_dev_set_drvdata()
45 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id);
46 void ffa_device_unregister(struct ffa_device *ffa_dev);
50 bool ffa_device_is_valid(struct ffa_device *ffa_dev);
51 const struct ffa_dev_ops *ffa_dev_ops_get(struct ffa_device *dev);
55 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id) in ffa_device_register()
60 static inline void ffa_device_unregister(struct ffa_device *dev) {} in ffa_device_unregister()
72 bool ffa_device_is_valid(struct ffa_device *ffa_dev) { return false; } in ffa_device_is_valid()
75 const struct ffa_dev_ops *ffa_dev_ops_get(struct ffa_device *dev) in ffa_dev_ops_get()
259 void (*mode_32bit_set)(struct ffa_device *dev);
260 int (*sync_send_receive)(struct ffa_device *dev,
263 int (*memory_share)(struct ffa_device *dev,