Searched refs:DRM_CONNECTOR_HDMI_PRODUCT_LEN (Results 1 – 3 of 3) sorted by relevance
731 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()
1800 #define DRM_CONNECTOR_HDMI_PRODUCT_LEN 16 macro1804 unsigned char product[DRM_CONNECTOR_HDMI_PRODUCT_LEN] __nonstring;
585 (strlen(product) > DRM_CONNECTOR_HDMI_PRODUCT_LEN)) in drmm_connector_hdmi_init()