Searched refs:ffa_device (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | arm_ffa.h | 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() [all …]
|
| /Linux-v5.15/drivers/firmware/arm_ffa/ |
| D | bus.c | 21 struct ffa_device *ffa_dev; in ffa_device_match() 47 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_probe() 61 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_uevent() 70 struct ffa_device *ffa_dev = to_ffa_dev(dev); in partition_id_show() 79 struct ffa_device *ffa_dev = to_ffa_dev(dev); in uuid_show() 131 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_release_device() 149 bool ffa_device_is_valid(struct ffa_device *ffa_dev) in ffa_device_is_valid() 153 struct ffa_device *tmp_dev; in ffa_device_is_valid() 170 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id) in ffa_device_register() 174 struct ffa_device *ffa_dev; in ffa_device_register() [all …]
|
| D | common.h | 19 bool ffa_device_is_valid(struct ffa_device *ffa_dev); 20 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid);
|
| D | driver.c | 568 static void ffa_mode_32bit_set(struct ffa_device *dev) in ffa_mode_32bit_set() 573 static int ffa_sync_send_receive(struct ffa_device *dev, in ffa_sync_send_receive() 581 ffa_memory_share(struct ffa_device *dev, struct ffa_mem_ops_args *args) in ffa_memory_share() 598 const struct ffa_dev_ops *ffa_dev_ops_get(struct ffa_device *dev) in ffa_dev_ops_get() 607 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid) in ffa_device_match_uuid() 625 struct ffa_device *ffa_dev; in ffa_setup_partitions()
|