Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/arm/mhu/
Dmhu_v2_x.h32 struct mhu_v2_x_dev_t { struct
68 enum mhu_v2_x_error_t mhu_v2_x_driver_init(struct mhu_v2_x_dev_t *dev,
79 const struct mhu_v2_x_dev_t *dev);
95 enum mhu_v2_x_error_t mhu_v2_x_channel_send(const struct mhu_v2_x_dev_t *dev,
112 enum mhu_v2_x_error_t mhu_v2_x_channel_poll(const struct mhu_v2_x_dev_t *dev,
128 enum mhu_v2_x_error_t mhu_v2_x_channel_clear(const struct mhu_v2_x_dev_t *dev,
146 const struct mhu_v2_x_dev_t *dev, uint32_t channel, uint32_t *value);
163 const struct mhu_v2_x_dev_t *dev, uint32_t channel, uint32_t mask);
180 const struct mhu_v2_x_dev_t *dev, uint32_t channel, uint32_t mask);
194 const struct mhu_v2_x_dev_t *dev);
[all …]
Dmhu_v2_x.c135 enum mhu_v2_x_error_t mhu_v2_x_driver_init(struct mhu_v2_x_dev_t *dev, in mhu_v2_x_driver_init()
188 uint32_t mhu_v2_x_get_num_channel_implemented(const struct mhu_v2_x_dev_t *dev) in mhu_v2_x_get_num_channel_implemented()
208 enum mhu_v2_x_error_t mhu_v2_x_channel_send(const struct mhu_v2_x_dev_t *dev, in mhu_v2_x_channel_send()
229 enum mhu_v2_x_error_t mhu_v2_x_channel_poll(const struct mhu_v2_x_dev_t *dev, in mhu_v2_x_channel_poll()
250 enum mhu_v2_x_error_t mhu_v2_x_channel_clear(const struct mhu_v2_x_dev_t *dev, in mhu_v2_x_channel_clear()
272 const struct mhu_v2_x_dev_t *dev, uint32_t channel, uint32_t *value) in mhu_v2_x_channel_receive()
293 const struct mhu_v2_x_dev_t *dev, uint32_t channel, uint32_t mask) in mhu_v2_x_channel_mask_set()
314 const struct mhu_v2_x_dev_t *dev, uint32_t channel, uint32_t mask) in mhu_v2_x_channel_mask_clear()
334 const struct mhu_v2_x_dev_t *dev) in mhu_v2_x_initiate_transfer()
360 enum mhu_v2_x_error_t mhu_v2_x_close_transfer(const struct mhu_v2_x_dev_t *dev) in mhu_v2_x_close_transfer()
Dmhu_wrapper_v2_x.c23 struct mhu_v2_x_dev_t MHU1_HSE_DEV = {0, MHU_V2_X_SENDER_FRAME};
24 struct mhu_v2_x_dev_t MHU1_SEH_DEV = {0, MHU_V2_X_RECEIVER_FRAME};
49 struct mhu_v2_x_dev_t *dev = &MHU1_HSE_DEV; in signal_and_wait_for_clear()
72 struct mhu_v2_x_dev_t *dev = &MHU1_SEH_DEV; in wait_for_signal()
90 struct mhu_v2_x_dev_t *dev = &MHU1_SEH_DEV; in clear_and_wait_for_next_signal()
166 struct mhu_v2_x_dev_t *dev = &MHU1_HSE_DEV; in mhu_send_data()
239 struct mhu_v2_x_dev_t *dev = &MHU1_SEH_DEV; in mhu_receive_data()
306 struct mhu_v2_x_dev_t *dev = &MHU1_SEH_DEV; in mhu_get_max_message_size()