| /linux/include/linux/ |
| H A D | configfs.h | 34 struct configfs_attribute; 69 struct configfs_attribute **ct_attrs; 115 struct configfs_attribute { struct 124 static struct configfs_attribute _pfx##attr_##_name = { \ argument 137 static struct configfs_attribute _pfx##attr_##_name = { \ 145 static struct configfs_attribute _pfx##attr_##_name = { \ 156 struct configfs_attribute cb_attr; /* std. attribute */ 223 bool (*is_visible)(struct config_item *item, struct configfs_attribute *attr, int n);
|
| /linux/include/target/ |
| H A D | target_core_backend.h | 61 struct configfs_attribute **tb_dev_attrib_attrs; 62 struct configfs_attribute **tb_dev_action_attrs; 107 extern struct configfs_attribute *sbc_attrib_attrs[]; 108 extern struct configfs_attribute *passthrough_attrib_attrs[]; 109 extern struct configfs_attribute *passthrough_pr_attrib_attrs[];
|
| /linux/samples/configfs/ |
| H A D | configfs_sample.c | 87 static struct configfs_attribute *childless_attrs[] = { 151 static struct configfs_attribute *simple_child_attrs[] = { 208 static struct configfs_attribute *simple_children_attrs[] = { 286 static struct configfs_attribute *group_children_attrs[] = {
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-syscfg-configfs.c | 155 static struct configfs_attribute *cscfg_config_view_attrs[] = { 168 static struct configfs_attribute *cscfg_config_preset_attrs[] = { 268 static struct configfs_attribute *cscfg_feature_view_attrs[] = { 307 static struct configfs_attribute *cscfg_param_view_attrs[] = {
|
| /linux/drivers/hwtracing/stm/ |
| H A D | policy.c | 191 static struct configfs_attribute *stp_policy_node_attrs[] = { 201 get_policy_node_type(struct configfs_attribute **attrs) in get_policy_node_type() 204 struct configfs_attribute **merged; in get_policy_node_type() 320 static struct configfs_attribute *stp_policy_attrs[] = {
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_stat.c | 164 static struct configfs_attribute *iscsi_stat_instance_attrs[] = { 235 static struct configfs_attribute *iscsi_stat_sess_err_attrs[] = { 372 static struct configfs_attribute *iscsi_stat_tgt_attr_attrs[] = { 504 static struct configfs_attribute *iscsi_stat_login_stats_attrs[] = { 565 static struct configfs_attribute *iscsi_stat_logout_stats_attrs[] = { 782 static struct configfs_attribute *iscsi_stat_sess_stats_attrs[] = {
|
| /linux/kernel/ |
| H A D | crash_dump_dm_crypt.c | 225 static struct configfs_attribute *config_key_attrs[] = { 301 static struct configfs_attribute *config_keys_attrs[] = { 342 static struct configfs_attribute *kdump_config_keys_attrs[] = {
|
| /linux/drivers/target/ |
| H A D | target_core_stat.c | 75 static struct configfs_attribute *target_stat_scsi_dev_attrs[] = { 168 static struct configfs_attribute *target_stat_scsi_tgt_dev_attrs[] = { 365 static struct configfs_attribute *target_stat_scsi_lu_attrs[] = { 504 static struct configfs_attribute *target_stat_scsi_port_attrs[] = { 661 static struct configfs_attribute *target_stat_scsi_tgt_port_attrs[] = { 785 static struct configfs_attribute *target_stat_scsi_transport_attrs[] = { 1103 static struct configfs_attribute *target_stat_scsi_auth_intr_attrs[] = { 1282 static struct configfs_attribute *target_stat_scsi_ath_intr_port_attrs[] = {
|
| /linux/fs/dlm/ |
| H A D | config.c | 64 static struct configfs_attribute *comm_attrs[]; 65 static struct configfs_attribute *node_attrs[]; 243 static struct configfs_attribute *cluster_attrs[] = { 799 static struct configfs_attribute *comm_attrs[] = { 865 static struct configfs_attribute *node_attrs[] = {
|
| /linux/fs/configfs/ |
| H A D | file.c | 44 struct configfs_attribute *attr; 294 struct configfs_attribute *attr; in __configfs_open_file() 447 int configfs_create_file(struct config_item * item, const struct configfs_attribute * attr) in configfs_create_file()
|
| H A D | inode.c | 184 struct configfs_attribute *attr; in configfs_get_name()
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_configfs.c | 173 static struct configfs_attribute *crtc_item_attrs[] = { 329 static struct configfs_attribute *plane_item_attrs[] = { 563 static struct configfs_attribute *connector_item_attrs[] = { 734 static struct configfs_attribute *device_item_attrs[] = {
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_configfs.c | 25 static struct configfs_attribute prefix##attr_##cname = { \ 34 static struct configfs_attribute prefix##attr_##cname = { \ 256 static struct configfs_attribute *uvcg_control_header_attrs[] = { 428 static struct configfs_attribute *uvcg_default_processing_attrs[] = { 598 static struct configfs_attribute *uvcg_default_camera_attrs[] = { 733 static struct configfs_attribute *uvcg_default_output_attrs[] = { 1166 static struct configfs_attribute *uvcg_extension_attrs[] = { 1544 static struct configfs_attribute *uvcg_default_control_attrs[] = { 1882 static struct configfs_attribute *uvcg_streaming_header_attrs[] = { 2119 static struct configfs_attribute *uvcg_frame_attrs1[] = { [all …]
|
| /linux/drivers/usb/gadget/ |
| H A D | configfs.c | 366 static struct configfs_attribute *gadget_root_attrs[] = { 576 static struct configfs_attribute *gadget_config_attrs[] = { 678 static struct configfs_attribute *gadget_config_name_langid_attrs[] = { 783 static struct configfs_attribute *gadget_language_langid_attrs[] = { 842 static struct configfs_attribute *gadget_string_attrs[] = { 1107 static struct configfs_attribute *webusb_attrs[] = { 1214 static struct configfs_attribute *os_desc_attrs[] = { 1381 static struct configfs_attribute *ext_prop_attrs[] = { 1519 static struct configfs_attribute *interf_grp_attrs[] = {
|
| /linux/Documentation/filesystems/ |
| H A D | configfs.rst | 196 struct configfs_attribute **ct_attrs; 206 struct configfs_attribute 211 struct configfs_attribute { 220 configfs directory, it must define a configfs_attribute describing it. 223 attribute file will appear with the configfs_attribute->ca_name 224 filename. configfs_attribute->ca_mode specifies the file permissions. 237 struct configfs_attribute cb_attr;
|
| /linux/drivers/nvme/target/ |
| H A D | configfs.c | 825 static struct configfs_attribute *nvmet_ns_attrs[] = { 1024 static struct configfs_attribute *nvmet_passthru_attrs[] = { 1695 static struct configfs_attribute *nvmet_subsys_attrs[] = { 1810 static struct configfs_attribute *nvmet_referral_attrs[] = { 1922 static struct configfs_attribute *nvmet_ana_group_attrs[] = { 2014 static struct configfs_attribute *nvmet_port_attrs[] = { 2246 static struct configfs_attribute *nvmet_host_attrs[] = { 2351 static struct configfs_attribute *nvmet_root_attrs[] = {
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_configfs.c | 820 static struct configfs_attribute *xe_config_device_attrs[] = { 846 struct configfs_attribute *attr, int n) in xe_config_device_is_visible() 934 static struct configfs_attribute *xe_config_sriov_attrs[] = { 941 struct configfs_attribute *attr, int n) in xe_config_sriov_is_visible()
|
| /linux/drivers/virt/coco/guest/ |
| H A D | report.c | 348 static struct configfs_attribute *tsm_report_attrs[] = { 384 struct configfs_attribute *attr, int n) in tsm_report_is_visible()
|
| /linux/Documentation/usb/ |
| H A D | gadget_configfs.rst | 320 a config_item and an "sa" which contains a configfs_attribute. 334 which accepts a struct config_item and a struct configfs_attribute. 355 | | config_item | | | |configfs_attribute| |
|
| /linux/drivers/target/tcm_remote/ |
| H A D | tcm_remote.c | 228 static struct configfs_attribute *tcm_remote_wwn_attrs[] = {
|
| /linux/drivers/target/loopback/ |
| H A D | tcm_loop.c | 706 static struct configfs_attribute *tcm_loop_tpg_attrib_attrs[] = { 949 static struct configfs_attribute *tcm_loop_tpg_attrs[] = { 1118 static struct configfs_attribute *tcm_loop_wwn_attrs[] = {
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 524 attribute: Opaque<bindings::configfs_attribute>, 614 attribute: Opaque::new(bindings::configfs_attribute { in new()
|
| /linux/drivers/acpi/ |
| H A D | acpi_configfs.c | 190 static struct configfs_attribute *acpi_table_attrs[] = {
|
| /linux/fs/ocfs2/cluster/ |
| H A D | nodemanager.c | 391 static struct configfs_attribute *o2nm_node_attrs[] = { 574 static struct configfs_attribute *o2nm_cluster_attrs[] = {
|
| /linux/drivers/most/ |
| H A D | configfs.c | 363 static struct configfs_attribute *mdev_link_attrs[] = { 561 static struct configfs_attribute *most_snd_grp_attrs[] = {
|