Home
last modified time | relevance | path

Searched refs:rockchip_sub_drivers (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c255 static struct platform_driver *rockchip_sub_drivers[MAX_ROCKCHIP_SUB_DRIVERS]; variable
295 if (rockchip_sub_drivers[i] == to_platform_driver(drv)) { in rockchip_drm_endpoint_is_subdriver()
324 struct platform_driver *drv = rockchip_sub_drivers[i]; in rockchip_drm_match_add()
465 rockchip_sub_drivers[num_rockchip_sub_drivers++] = &drv; \
487 ret = platform_register_drivers(rockchip_sub_drivers, in rockchip_drm_init()
499 platform_unregister_drivers(rockchip_sub_drivers, in rockchip_drm_init()
508 platform_unregister_drivers(rockchip_sub_drivers, in rockchip_drm_fini()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c259 static struct platform_driver *rockchip_sub_drivers[MAX_ROCKCHIP_SUB_DRIVERS]; variable
339 if (rockchip_sub_drivers[i] == to_platform_driver(drv)) { in rockchip_drm_endpoint_is_subdriver()
363 struct platform_driver *drv = rockchip_sub_drivers[i]; in rockchip_drm_match_add()
486 rockchip_sub_drivers[num_rockchip_sub_drivers++] = &drv; \
512 ret = platform_register_drivers(rockchip_sub_drivers, in rockchip_drm_init()
524 platform_unregister_drivers(rockchip_sub_drivers, in rockchip_drm_init()
533 platform_unregister_drivers(rockchip_sub_drivers, in rockchip_drm_fini()

Completed in 3 milliseconds