Searched refs:make_item (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/samples/configfs/ |
H A D | configfs_sample.c | 227 .make_item = simple_children_make_item,
|
/openbmc/linux/include/linux/ |
H A D | configfs.h | 215 struct config_item *(*make_item)(struct config_group *group, const char *name); member
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_configfs.c | 232 .make_item = acpi_table_make_item,
|
/openbmc/linux/drivers/most/ |
H A D | configfs.c | 470 .make_item = most_common_make_item, 579 .make_item = most_snd_grp_make_item,
|
/openbmc/linux/fs/dlm/ |
H A D | config.c | 318 .make_item = make_comm, 327 .make_item = make_node,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | configfs.rst | 288 struct config_item *(*make_item)(struct config_group *group, 299 ct_group_ops->make_item() method. If provided, this method is called from 434 While this could be codified by magic names in ->make_item(), it is much
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 288 .make_item = uvcg_control_header_make, 1301 .make_item = uvcg_extension_make, 1908 .make_item = uvcg_streaming_header_make, 2231 .make_item = uvcg_frame_make, 2495 .make_item = uvcg_frame_make,
|
/openbmc/linux/fs/configfs/ |
H A D | dir.c | 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()
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | nodemanager.c | 641 .make_item = o2nm_node_group_make_item,
|
H A D | heartbeat.c | 2188 .make_item = o2hb_heartbeat_group_make_item,
|
/openbmc/linux/drivers/net/ |
H A D | netconsole.c | 724 .make_item = make_netconsole_target,
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | configfs.c | 902 .make_item = gadget_language_string_make, 1453 .make_item = &ext_prop_make,
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-sim.c | 1313 .make_item = gpio_sim_line_config_make_hog_item,
|