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

/linux-master/drivers/firmware/arm_ffa/
H A Dcommon.h19 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);
H A Dbus.c25 struct ffa_device *ffa_dev;
51 struct ffa_device *ffa_dev = to_ffa_dev(dev);
66 const struct ffa_device *ffa_dev = to_ffa_dev(dev);
75 struct ffa_device *ffa_dev = to_ffa_dev(dev);
85 struct ffa_device *ffa_dev = to_ffa_dev(dev);
94 struct ffa_device *ffa_dev = to_ffa_dev(dev);
147 struct ffa_device *ffa_dev = to_ffa_dev(dev);
166 bool ffa_device_is_valid(struct ffa_device *ffa_dev)
170 struct ffa_device *tmp_dev;
187 struct ffa_device *ffa_device_registe
[all...]
H A Ddriver.c811 static int ffa_run(struct ffa_device *dev, u16 vcpu)
861 static void ffa_mode_32bit_set(struct ffa_device *dev)
866 static int ffa_sync_send_receive(struct ffa_device *dev,
943 static int ffa_sched_recv_cb_register(struct ffa_device *dev,
949 static int ffa_sched_recv_cb_unregister(struct ffa_device *dev)
1015 static int ffa_notify_relinquish(struct ffa_device *dev, int notify_id)
1042 static int ffa_notify_request(struct ffa_device *dev, bool is_per_vcpu,
1077 static int ffa_notify_send(struct ffa_device *dev, int notify_id,
1176 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid)
1203 struct ffa_device *ffa_de
[all...]
/linux-master/include/linux/
H A Darm_ffa.h127 struct ffa_device { struct
136 #define to_ffa_dev(d) container_of(d, struct ffa_device, dev)
144 int (*probe)(struct ffa_device *sdev);
145 void (*remove)(struct ffa_device *sdev);
153 static inline void ffa_dev_set_drvdata(struct ffa_device *fdev, void *data)
158 static inline void *ffa_dev_get_drvdata(struct ffa_device *fdev)
164 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id,
166 void ffa_device_unregister(struct ffa_device *ffa_dev);
170 bool ffa_device_is_valid(struct ffa_device *ffa_dev);
174 struct ffa_device *ffa_device_registe
[all...]
/linux-master/drivers/tee/optee/
H A Dffa_abi.c274 struct ffa_device *ffa_dev = optee->ffa.ffa_dev;
317 struct ffa_device *ffa_dev = optee->ffa.ffa_dev;
535 struct ffa_device *ffa_dev = optee->ffa.ffa_dev;
659 static bool optee_ffa_api_is_compatbile(struct ffa_device *ffa_dev,
695 static bool optee_ffa_exchange_caps(struct ffa_device *ffa_dev,
736 struct ffa_device *ffa_dev = optee->ffa.ffa_dev;
808 static void optee_ffa_remove(struct ffa_device *ffa_dev)
824 static int optee_ffa_async_notif_init(struct ffa_device *ffa_dev,
864 static int optee_ffa_probe(struct ffa_device *ffa_dev)
H A Doptee_private.h156 struct ffa_device *ffa_dev;

Completed in 112 milliseconds