Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tiny/
H A Dappletbdrm.c225 static int appletbdrm_send_msg(struct appletbdrm_device *adev, __le32 msg) in appletbdrm_send_msg() function
249 return appletbdrm_send_msg(adev, APPLETBDRM_MSG_CLEAR_DISPLAY); in appletbdrm_clear_display()
254 return appletbdrm_send_msg(adev, APPLETBDRM_MSG_SIGNAL_READINESS); in appletbdrm_signal_readiness()
269 ret = appletbdrm_send_msg(adev, APPLETBDRM_MSG_GET_INFORMATION); in appletbdrm_get_information()