Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_connector_test.c731 const unsigned char expected_product[DRM_CONNECTOR_HDMI_PRODUCT_LEN] = { in drm_test_connector_hdmi_init_product_valid()
737 KUNIT_ASSERT_LT(test, strlen(product_name), DRM_CONNECTOR_HDMI_PRODUCT_LEN); in drm_test_connector_hdmi_init_product_valid()
762 const unsigned char expected_product[DRM_CONNECTOR_HDMI_PRODUCT_LEN] = { in drm_test_connector_hdmi_init_product_length_exact()
770 KUNIT_ASSERT_EQ(test, strlen(product_name), DRM_CONNECTOR_HDMI_PRODUCT_LEN); in drm_test_connector_hdmi_init_product_length_exact()
797 KUNIT_ASSERT_GT(test, strlen(product_name), DRM_CONNECTOR_HDMI_PRODUCT_LEN); in drm_test_connector_hdmi_init_product_length_too_long()
/linux-6.15/include/drm/
H A Ddrm_connector.h1800 #define DRM_CONNECTOR_HDMI_PRODUCT_LEN 16 macro
1804 unsigned char product[DRM_CONNECTOR_HDMI_PRODUCT_LEN] __nonstring;
/linux-6.15/drivers/gpu/drm/
H A Ddrm_connector.c585 (strlen(product) > DRM_CONNECTOR_HDMI_PRODUCT_LEN)) in drmm_connector_hdmi_init()