Lines Matching refs:appletbdrm_device

47 #define drm_to_adev(_drm)		container_of(_drm, struct appletbdrm_device, drm)
125 struct appletbdrm_device { struct
155 static int appletbdrm_send_request(struct appletbdrm_device *adev, in appletbdrm_send_request() argument
178 static int appletbdrm_read_response(struct appletbdrm_device *adev, in appletbdrm_read_response()
225 static int appletbdrm_send_msg(struct appletbdrm_device *adev, __le32 msg) in appletbdrm_send_msg()
247 static int appletbdrm_clear_display(struct appletbdrm_device *adev) in appletbdrm_clear_display()
252 static int appletbdrm_signal_readiness(struct appletbdrm_device *adev) in appletbdrm_signal_readiness()
257 static int appletbdrm_get_information(struct appletbdrm_device *adev) in appletbdrm_get_information()
310 struct appletbdrm_device *adev = drm_to_adev(connector->dev); in appletbdrm_connector_helper_get_modes()
374 static int appletbdrm_flush_damage(struct appletbdrm_device *adev, in appletbdrm_flush_damage()
475 struct appletbdrm_device *adev = drm_to_adev(plane->dev); in appletbdrm_primary_plane_helper_atomic_update()
493 struct appletbdrm_device *adev = drm_to_adev(dev); in appletbdrm_primary_plane_helper_atomic_disable()
575 struct appletbdrm_device *adev = drm_to_adev(crtc->dev); in appletbdrm_crtc_helper_mode_valid()
618 struct appletbdrm_device *adev = drm_to_adev(dev); in appletbdrm_driver_gem_prime_import()
639 static int appletbdrm_setup_mode_config(struct appletbdrm_device *adev) in appletbdrm_setup_mode_config()
748 struct appletbdrm_device *adev; in appletbdrm_probe()
758 adev = devm_drm_dev_alloc(dev, &appletbdrm_drm_driver, struct appletbdrm_device, drm); in appletbdrm_probe()
805 struct appletbdrm_device *adev = usb_get_intfdata(intf); in appletbdrm_disconnect()
814 struct appletbdrm_device *adev = usb_get_intfdata(intf); in appletbdrm_shutdown()