Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/arm/mhu/
H A Dmhu_v3_x.h36 enum mhu_v3_x_error_t { enum
94 enum mhu_v3_x_error_t mhu_v3_x_driver_init(struct mhu_v3_x_dev_t *dev);
105 enum mhu_v3_x_error_t mhu_v3_x_get_num_channel_implemented(
118 enum mhu_v3_x_error_t mhu_v3_x_doorbell_clear(const struct mhu_v3_x_dev_t *dev,
130 enum mhu_v3_x_error_t mhu_v3_x_doorbell_write(const struct mhu_v3_x_dev_t *dev,
143 enum mhu_v3_x_error_t mhu_v3_x_doorbell_read(const struct mhu_v3_x_dev_t *dev,
156 enum mhu_v3_x_error_t mhu_v3_x_doorbell_mask_set(
170 enum mhu_v3_x_error_t mhu_v3_x_doorbell_mask_clear(
184 enum mhu_v3_x_error_t mhu_v3_x_doorbell_mask_get(
196 enum mhu_v3_x_error_t mhu_v3_x_channel_interrupt_enable(
[all …]
H A Dmhu_v3_x.c19 static enum mhu_v3_x_error_t get_dev_base(const struct mhu_v3_x_dev_t *dev, in get_dev_base()
36 enum mhu_v3_x_error_t mhu_v3_x_driver_init(struct mhu_v3_x_dev_t *dev) in mhu_v3_x_driver_init()
98 enum mhu_v3_x_error_t mhu_v3_x_get_num_channel_implemented( in mhu_v3_x_get_num_channel_implemented()
102 enum mhu_v3_x_error_t status; in mhu_v3_x_get_num_channel_implemented()
133 enum mhu_v3_x_error_t mhu_v3_x_doorbell_clear(const struct mhu_v3_x_dev_t *dev, in mhu_v3_x_doorbell_clear()
138 enum mhu_v3_x_error_t status; in mhu_v3_x_doorbell_clear()
161 enum mhu_v3_x_error_t mhu_v3_x_doorbell_write(const struct mhu_v3_x_dev_t *dev, in mhu_v3_x_doorbell_write()
166 enum mhu_v3_x_error_t status; in mhu_v3_x_doorbell_write()
190 enum mhu_v3_x_error_t mhu_v3_x_doorbell_read(const struct mhu_v3_x_dev_t *dev, in mhu_v3_x_doorbell_read()
194 enum mhu_v3_x_error_t status; in mhu_v3_x_doorbell_read()
[all …]
H A Dmhu_wrapper_v3_x.c36 static enum mhu_error_t error_mapping_to_mhu_error_t(enum mhu_v3_x_error_t err) in error_mapping_to_mhu_error_t()
62 enum mhu_v3_x_error_t err; in signal_and_wait_for_clear()
107 enum mhu_v3_x_error_t err; in wait_for_signal()
137 enum mhu_v3_x_error_t err; in clear_and_wait_for_signal()
175 enum mhu_v3_x_error_t err; in mhu_init_sender()
222 enum mhu_v3_x_error_t err; in mhu_init_receiver()
292 enum mhu_v3_x_error_t mhu_v3_err; in mhu_send_data()
374 enum mhu_v3_x_error_t mhu_v3_err; in mhu_receive_data()
448 enum mhu_v3_x_error_t err __maybe_unused; in mhu_get_max_message_size()