Home
last modified time | relevance | path

Searched refs:create_children (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dcore.c535 static int create_children(struct unit_test_state *uts, struct udevice *parent, in create_children() function
575 ut_assertok(create_children(uts, dms->root, NODE_COUNT, 0, top)); in dm_test_children()
578 ut_assertok(create_children(uts, top[2], NODE_COUNT, 2, NULL)); in dm_test_children()
579 ut_assertok(create_children(uts, top[5], NODE_COUNT, 5, child)); in dm_test_children()
583 ut_assertok(create_children(uts, child[i], NODE_COUNT, 50 * i, in dm_test_children()
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c120 int (*create_children)(struct config_group *group); member
143 if (type->create_children) in uvcg_config_create_children()
144 return type->create_children(group); in uvcg_config_create_children()
1459 .create_children = uvcg_control_class_create_children,
2836 .create_children = uvcg_color_matching_create_children,
3240 .create_children = uvcg_streaming_class_create_children,