Searched refs:platform_handle_release (Results 1 – 4 of 4) sorted by relevance
60 static void platform_handle_release(struct mipi_syst_handle* systh) in platform_handle_release() function78 systh->systh_releaseh = platform_handle_release; in mipi_syst_platform_init()
89 static void platform_handle_release(struct mipi_syst_handle* systh) in platform_handle_release() function124 systh->systh_releaseh = platform_handle_release; in mipi_syst_platform_init()
340 static void platform_handle_release(struct mipi_syst_handle* systh) in platform_handle_release() function390 systh->systh_releaseh = platform_handle_release; in mipi_syst_platform_init()
175 EXPECT_EQ(ph->systh_releaseh, &platform_handle_release) << "syst header handle release hook wrong"; in TEST_F()191 …EXPECT_EQ(custom_hdr.systh_releaseh, &platform_handle_release) << "syst header handle release hook… in TEST_F()