/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_configfs.c | 235 .make_item = acpi_table_make_item,
|
/kernel/linux/linux-5.10/samples/configfs/ |
H A D | configfs_sample.c | 229 .make_item = simple_children_make_item,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | configfs.h | 201 * 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 D | acpi_configfs.c | 232 .make_item = acpi_table_make_item,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | configfs.h | 199 * 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 D | configfs_sample.c | 227 .make_item = simple_children_make_item,
|
/kernel/linux/linux-5.10/drivers/most/ |
H A D | configfs.c | 470 .make_item = most_common_make_item, 579 .make_item = most_snd_grp_make_item,
|
/kernel/linux/linux-6.6/drivers/most/ |
H A D | configfs.c | 470 .make_item = most_common_make_item, 579 .make_item = most_snd_grp_make_item,
|
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | config.c | 315 .make_item = sharefs_make_bitem,
|
/kernel/linux/linux-5.10/fs/hmdfs/authority/ |
H A D | config.c | 320 .make_item = hmdfs_make_bitem,
|
/kernel/linux/linux-6.6/fs/hmdfs/authority/ |
H A D | config.c | 320 .make_item = hmdfs_make_bitem,
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | config.c | 315 .make_item = sharefs_make_bitem,
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | config.c | 295 .make_item = make_comm, 304 .make_item = make_node,
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | config.c | 318 .make_item = make_comm, 327 .make_item = make_node,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 243 .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 D | dir.c | 941 * 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 D | dir.c | 915 * 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 D | uvc_configfs.c | 287 .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 D | netconsole.c | 669 .make_item = make_netconsole_target,
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | nodemanager.c | 643 .make_item = o2nm_node_group_make_item,
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | nodemanager.c | 641 .make_item = o2nm_node_group_make_item,
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | netconsole.c | 724 .make_item = make_netconsole_target,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | configfs.c | 895 .make_item = gadget_language_string_make, 1446 .make_item = &ext_prop_make,
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-sim.c | 1313 .make_item = gpio_sim_line_config_make_hog_item,
|
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | main.c | 547 .make_item = nullb_group_make_item,
|