Home
last modified time | relevance | path

Searched refs:mhu_v2_x_channel_poll (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/drivers/arm/mhu/
H A Dmhu_v2_x.h112 enum mhu_v2_x_error_t mhu_v2_x_channel_poll(const struct mhu_v2_x_dev_t *dev,
H A Dmhu_wrapper_v2_x.c60 err = mhu_v2_x_channel_poll(dev, channel_notify, &val); in signal_and_wait_for_clear()
H A Dmhu_v2_x.c229 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() function
/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_core/
H A Dsfcp_link_hal.c212 return mhu_v2_x_channel_poll(mhu_device, channel, value); in mhu_channel_send_device_receive()