Home
last modified time | relevance | path

Searched refs:config_item_type (Results 1 – 25 of 54) sorted by relevance

123

/linux/drivers/target/
H A Dtarget_core_internal.h18 struct config_item_type tb_dev_cit;
19 struct config_item_type tb_dev_attrib_cit;
20 struct config_item_type tb_dev_action_cit;
21 struct config_item_type tb_dev_pr_cit;
22 struct config_item_type tb_dev_wwn_cit;
23 struct config_item_type tb_dev_alua_tg_pt_gps_cit;
24 struct config_item_type tb_dev_stat_cit;
34 struct config_item_type tf_discovery_cit;
35 struct config_item_type tf_wwn_cit;
36 struct config_item_type tf_wwn_fabric_stats_cit;
[all …]
H A Dtarget_core_stat.c83 static const struct config_item_type target_stat_scsi_dev_cit = {
180 static const struct config_item_type target_stat_scsi_tgt_dev_cit = {
387 static const struct config_item_type target_stat_scsi_lu_cit = {
513 static const struct config_item_type target_stat_scsi_port_cit = {
674 static const struct config_item_type target_stat_scsi_tgt_port_cit = {
794 static const struct config_item_type target_stat_scsi_transport_cit = {
1121 static const struct config_item_type target_stat_scsi_auth_intr_cit = {
1292 static const struct config_item_type target_stat_scsi_att_intr_port_cit = {
/linux/include/target/iscsi/
H A Discsi_target_stat.h12 extern const struct config_item_type iscsi_stat_instance_cit;
13 extern const struct config_item_type iscsi_stat_sess_err_cit;
14 extern const struct config_item_type iscsi_stat_tgt_attr_cit;
15 extern const struct config_item_type iscsi_stat_login_cit;
16 extern const struct config_item_type iscsi_stat_logout_cit;
21 extern const struct config_item_type iscsi_stat_sess_cit;
/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c13 static struct config_item_type *cscfg_create_ci_type(void) in cscfg_create_ci_type()
15 struct config_item_type *ci_type; in cscfg_create_ci_type()
163 static const struct config_item_type cscfg_config_view_type = {
173 static const struct config_item_type cscfg_config_preset_type = {
275 static const struct config_item_type cscfg_feature_view_type = {
312 static const struct config_item_type cscfg_param_view_type = {
347 struct config_item_type *params_group_type; in cscfg_create_feature_group()
383 static const struct config_item_type cscfg_configs_type = {
417 static const struct config_item_type cscfg_features_type = {
454 struct config_item_type *ci_type; in cscfg_configfs_init()
/linux/drivers/hwtracing/stm/
H A Dpolicy.c197 static const struct config_item_type stp_policy_type;
198 static const struct config_item_type stp_policy_node_type;
200 const struct config_item_type *
203 struct config_item_type *type; in get_policy_node_type()
225 const struct config_item_type *type = &stp_policy_node_type; in stp_policy_node_make()
278 static const struct config_item_type stp_policy_node_type = {
375 static const struct config_item_type stp_policy_type = {
385 const struct config_item_type *pdrv_node_type; in stp_policy_make()
473 static const struct config_item_type stp_policy_root_type = {
/linux/drivers/gpu/drm/vkms/
H A Dvkms_configfs.c196 static const struct config_item_type crtc_item_type = {
238 static const struct config_item_type crtc_group_type = {
284 static const struct config_item_type plane_possible_crtcs_group_type = {
352 static const struct config_item_type plane_item_type = {
400 static const struct config_item_type plane_group_type = {
446 static const struct config_item_type encoder_possible_crtcs_group_type = {
469 static const struct config_item_type encoder_item_type = {
517 static const struct config_item_type encoder_group_type = {
586 static const struct config_item_type connector_item_type = {
636 static const struct config_item_type connector_possible_encoders_group_type = {
[all …]
/linux/include/linux/
H A Dconfigfs.h45 const struct config_item_type *ci_type;
59 const struct config_item_type *type);
65 struct config_item_type { struct
88 const struct config_item_type *type); argument
252 const struct config_item_type *item_type);
/linux/samples/configfs/
H A Dconfigfs_sample.c94 static const struct config_item_type childless_type = {
165 static const struct config_item_type simple_child_type = {
230 static const struct config_item_type simple_children_type = {
299 static const struct config_item_type group_children_type = {
/linux/drivers/infiniband/core/
H A Dcma_configfs.c194 static const struct config_item_type cma_port_group_type = {
262 static const struct config_item_type cma_ports_group_type = {
271 static const struct config_item_type cma_device_group_type = {
335 static const struct config_item_type cma_subsys_type = {
/linux/fs/dlm/
H A Dconfig.c363 static const struct config_item_type clusters_type = {
368 static const struct config_item_type cluster_type = {
374 static const struct config_item_type spaces_type = {
379 static const struct config_item_type space_type = {
384 static const struct config_item_type comms_type = {
389 static const struct config_item_type comm_type = {
395 static const struct config_item_type nodes_type = {
400 static const struct config_item_type node_type = {
/linux/drivers/nvme/target/
H A Dconfigfs.c25 static const struct config_item_type nvmet_host_type;
26 static const struct config_item_type nvmet_subsys_type;
851 static const struct config_item_type nvmet_ns_type = {
892 static const struct config_item_type nvmet_namespaces_type = {
1033 static const struct config_item_type nvmet_passthru_type = {
1128 static const struct config_item_type nvmet_port_subsys_type = {
1203 static const struct config_item_type nvmet_allowed_hosts_type = {
1728 static const struct config_item_type nvmet_subsys_type = {
1773 static const struct config_item_type nvmet_subsystems_type = {
1841 static const struct config_item_type nvmet_referral_type = {
[all …]
/linux/drivers/acpi/
H A Dacpi_configfs.c202 static const struct config_item_type acpi_table_type = {
236 static const struct config_item_type acpi_tables_type = {
241 static const struct config_item_type acpi_root_group_type = {
/linux/drivers/usb/gadget/
H A Dconfigfs.c582 static const struct config_item_type gadget_config_type = {
588 static const struct config_item_type gadget_root_type = {
671 static const struct config_item_type functions_type = {
774 static const struct config_item_type config_desc_type = {
859 static const struct config_item_type gadget_string_type = {
909 static const struct config_item_type gadget_language_type = {
968 static const struct config_item_type gadget_language_strings_type = {
1115 static const struct config_item_type webusb_type = {
1274 static const struct config_item_type os_desc_type = {
1403 struct config_item_type *ext_prop_type; in ext_prop_make()
[all …]
/linux/drivers/target/iscsi/
H A Discsi_target_stat.c181 const struct config_item_type iscsi_stat_instance_cit = {
243 const struct config_item_type iscsi_stat_sess_err_cit = {
384 const struct config_item_type iscsi_stat_tgt_attr_cit = {
516 const struct config_item_type iscsi_stat_login_cit = {
573 const struct config_item_type iscsi_stat_logout_cit = {
795 const struct config_item_type iscsi_stat_sess_cit = {
/linux/kernel/
H A Dcrash_dump_dm_crypt.c240 static const struct config_item_type config_key_type = {
315 static const struct config_item_type config_keys_type = {
347 static const struct config_item_type kdump_config_keys_type = {
/linux/drivers/iio/
H A Dindustrialio-configfs.c17 static const struct config_item_type iio_root_group_type = {
/linux/fs/configfs/
H A Dsymlink.c142 const struct config_item_type *type; in configfs_symlink()
217 const struct config_item_type *type; in configfs_unlink()
/linux/include/linux/iio/
H A Dsw_trigger.h57 const struct config_item_type *type) in iio_swt_group_init_type_name()
H A Dsw_device.h57 const struct config_item_type *type) in iio_swd_group_init_type_name()
/linux/rust/kernel/
H A Dconfigfs.rs732 item_type: Opaque<bindings::config_item_type>,
755 item_type: Opaque::new(bindings::config_item_type {
772 item_type: Opaque::new(bindings::config_item_type {
790 fn as_ptr(&self) -> *const bindings::config_item_type {
791 as_ptr(&self) -> *const bindings::config_item_type as_ptr() argument
/linux/Documentation/filesystems/
H A Dconfigfs.rst150 struct config_item_type *ci_type;
157 struct config_item_type *type);
179 struct config_item_type
192 struct config_item_type {
200 The most basic function of a config_item_type is to define what
222 config_item_type->ct_attrs. When the item appears in configfs, the
245 config_item_type->ct_bin_attrs, and the item appears in configfs, the
278 struct config_item_type *type);
285 config_item_type::
/linux/drivers/virt/coco/guest/
H A Dreport.c414 static const struct config_item_type tsm_report_type = {
451 static const struct config_item_type tsm_reports_type = {
456 static const struct config_item_type tsm_root_group_type = {
/linux/fs/ocfs2/cluster/
H A Dnodemanager.c403 static const struct config_item_type o2nm_node_type = {
646 static const struct config_item_type o2nm_node_group_type = {
664 static const struct config_item_type o2nm_cluster_type = {
749 static const struct config_item_type o2nm_cluster_group_type = {
/linux/drivers/most/
H A Dconfigfs.c406 static const struct config_item_type mdev_link_type = {
474 static const struct config_item_type most_common_type = {
582 static const struct config_item_type most_snd_grp_type = {
633 static const struct config_item_type most_sound_type = {
/linux/drivers/iio/trigger/
H A Diio-trig-loop.c38 static const struct config_item_type iio_loop_type = {

123