Searched refs:make_item (Results 1 - 13 of 13) sorted by relevance

/linux-master/samples/configfs/
H A Dconfigfs_sample.c227 .make_item = simple_children_make_item,
/linux-master/drivers/acpi/
H A Dacpi_configfs.c232 .make_item = acpi_table_make_item,
/linux-master/include/linux/
H A Dconfigfs.h199 * Groups supply one of make_group() and make_item(). If the
201 * supports make_item(), one can create config_item children. make_group()
202 * and make_item() return ERR_PTR() on errors. If it has
205 * make_item(), but if the group wishes to have only default_groups
215 struct config_item *(*make_item)(struct config_group *group, const char *name); member in struct:configfs_group_operations
259 * (in make_group()/make_item() callback)
/linux-master/drivers/most/
H A Dconfigfs.c470 .make_item = most_common_make_item,
579 .make_item = most_snd_grp_make_item,
/linux-master/drivers/virt/coco/
H A Dtsm.c334 .make_item = tsm_report_make_item,
/linux-master/fs/dlm/
H A Dconfig.c318 .make_item = make_comm,
327 .make_item = make_node,
/linux-master/fs/ocfs2/cluster/
H A Dnodemanager.c641 .make_item = o2nm_node_group_make_item,
H A Dheartbeat.c2197 .make_item = o2hb_heartbeat_group_make_item,
/linux-master/fs/configfs/
H A Ddir.c915 * Drop the initial reference from make_item()/make_group()
1299 !type->ct_group_ops->make_item)) {
1338 item = type->ct_group_ops->make_item(to_config_group(parent_item), name);
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.c287 .make_item = uvcg_control_header_make,
1300 .make_item = uvcg_extension_make,
1907 .make_item = uvcg_streaming_header_make,
2230 .make_item = uvcg_frame_make,
2483 .make_item = uvcg_frame_make,
/linux-master/drivers/net/
H A Dnetconsole.c778 .make_item = userdatum_make_item,
/linux-master/drivers/usb/gadget/
H A Dconfigfs.c898 .make_item = gadget_language_string_make,
1449 .make_item = &ext_prop_make,
/linux-master/drivers/gpio/
H A Dgpio-sim.c1376 .make_item = gpio_sim_line_config_make_hog_item,

Completed in 179 milliseconds