Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_configfs.c235 .make_item = acpi_table_make_item,
/kernel/linux/linux-5.10/samples/configfs/
H A Dconfigfs_sample.c229 .make_item = simple_children_make_item,
/kernel/linux/linux-5.10/include/linux/
H A Dconfigfs.h201 * Groups supply one of make_group() and make_item(). If the
203 * supports make_item(), one can create config_item children. make_group()
204 * and make_item() return ERR_PTR() on errors. If it has
207 * make_item(), but if the group wishes to have only default_groups
219 struct config_item *(*make_item)(struct config_group *group, const char *name); member
264 * (in make_group()/make_item() callback)
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_configfs.c232 .make_item = acpi_table_make_item,
/kernel/linux/linux-6.6/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
259 * (in make_group()/make_item() callback)
/kernel/linux/linux-6.6/samples/configfs/
H A Dconfigfs_sample.c227 .make_item = simple_children_make_item,
/kernel/linux/linux-5.10/drivers/most/
H A Dconfigfs.c470 .make_item = most_common_make_item,
579 .make_item = most_snd_grp_make_item,
/kernel/linux/linux-6.6/drivers/most/
H A Dconfigfs.c470 .make_item = most_common_make_item,
579 .make_item = most_snd_grp_make_item,
/kernel/linux/linux-5.10/fs/sharefs/
H A Dconfig.c315 .make_item = sharefs_make_bitem,
/kernel/linux/linux-5.10/fs/hmdfs/authority/
H A Dconfig.c320 .make_item = hmdfs_make_bitem,
/kernel/linux/linux-6.6/fs/hmdfs/authority/
H A Dconfig.c320 .make_item = hmdfs_make_bitem,
/kernel/linux/linux-6.6/fs/sharefs/
H A Dconfig.c315 .make_item = sharefs_make_bitem,
/kernel/linux/linux-5.10/fs/dlm/
H A Dconfig.c295 .make_item = make_comm,
304 .make_item = make_node,
/kernel/linux/linux-6.6/fs/dlm/
H A Dconfig.c318 .make_item = make_comm,
327 .make_item = make_node,
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Duvc_configfs.c243 .make_item = uvcg_control_header_make,
1108 .make_item = uvcg_streaming_header_make,
1498 .make_item = uvcg_frame_make,
1747 .make_item = uvcg_frame_make,
/kernel/linux/linux-5.10/fs/configfs/
H A Ddir.c941 * Drop the initial reference from make_item()/make_group()
1324 !type->ct_group_ops->make_item)) { in configfs_mkdir()
1363 item = type->ct_group_ops->make_item(to_config_group(parent_item), name); in configfs_mkdir()
/kernel/linux/linux-6.6/fs/configfs/
H A Ddir.c915 * Drop the initial reference from make_item()/make_group()
1299 !type->ct_group_ops->make_item)) { in configfs_mkdir()
1338 item = type->ct_group_ops->make_item(to_config_group(parent_item), name); in configfs_mkdir()
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/drivers/net/
H A Dnetconsole.c669 .make_item = make_netconsole_target,
/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dnodemanager.c643 .make_item = o2nm_node_group_make_item,
/kernel/linux/linux-6.6/fs/ocfs2/cluster/
H A Dnodemanager.c641 .make_item = o2nm_node_group_make_item,
/kernel/linux/linux-6.6/drivers/net/
H A Dnetconsole.c724 .make_item = make_netconsole_target,
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dconfigfs.c895 .make_item = gadget_language_string_make,
1446 .make_item = &ext_prop_make,
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-sim.c1313 .make_item = gpio_sim_line_config_make_hog_item,
/kernel/linux/linux-5.10/drivers/block/null_blk/
H A Dmain.c547 .make_item = nullb_group_make_item,

Completed in 34 milliseconds

12