Lines Matching refs:appletbdrm_device
47 #define drm_to_adev(_drm) container_of(_drm, struct appletbdrm_device, drm)
125 struct appletbdrm_device { struct
153 static int appletbdrm_send_request(struct appletbdrm_device *adev, in appletbdrm_send_request() argument
176 static int appletbdrm_read_response(struct appletbdrm_device *adev, in appletbdrm_read_response()
223 static int appletbdrm_send_msg(struct appletbdrm_device *adev, __le32 msg) in appletbdrm_send_msg()
245 static int appletbdrm_clear_display(struct appletbdrm_device *adev) in appletbdrm_clear_display()
250 static int appletbdrm_signal_readiness(struct appletbdrm_device *adev) in appletbdrm_signal_readiness()
255 static int appletbdrm_get_information(struct appletbdrm_device *adev) in appletbdrm_get_information()
308 struct appletbdrm_device *adev = drm_to_adev(connector->dev); in appletbdrm_connector_helper_get_modes()
372 static int appletbdrm_flush_damage(struct appletbdrm_device *adev, in appletbdrm_flush_damage()
473 struct appletbdrm_device *adev = drm_to_adev(plane->dev); in appletbdrm_primary_plane_helper_atomic_update()
491 struct appletbdrm_device *adev = drm_to_adev(dev); in appletbdrm_primary_plane_helper_atomic_disable()
573 struct appletbdrm_device *adev = drm_to_adev(crtc->dev); in appletbdrm_crtc_helper_mode_valid()
625 static int appletbdrm_setup_mode_config(struct appletbdrm_device *adev) in appletbdrm_setup_mode_config()
734 struct appletbdrm_device *adev; in appletbdrm_probe()
745 adev = devm_drm_dev_alloc(dev, &appletbdrm_drm_driver, struct appletbdrm_device, drm); in appletbdrm_probe()
799 struct appletbdrm_device *adev = usb_get_intfdata(intf); in appletbdrm_disconnect()
808 struct appletbdrm_device *adev = usb_get_intfdata(intf); in appletbdrm_shutdown()