Lines Matching refs:template_size
17 size_t template_size; member
104 .template_size = sizeof(template_empty),
112 .template_size = sizeof(template_small),
120 .template_size = sizeof(template_no_ph),
128 .template_size = sizeof(template_pen_ph_end),
136 .template_size = sizeof(template_btn_ph_end),
144 .template_size = sizeof(template_pen_all_params),
152 .template_size = sizeof(template_frame_all_params),
160 .template_size = sizeof(template_pen_some_params),
168 .template_size = sizeof(template_pen_some_params),
176 .template_size = sizeof(template_params_none),
198 params->template_size, in hid_test_uclogic_template()
202 KUNIT_EXPECT_MEMEQ(test, res, params->expected, params->template_size); in hid_test_uclogic_template()