Home
last modified time | relevance | path

Searched refs:config_item_type (Results 1 – 25 of 61) 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_ci
[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 = {
404 static const struct config_item_type target_stat_scsi_lu_cit = {
530 static const struct config_item_type target_stat_scsi_port_cit = {
714 static const struct config_item_type target_stat_scsi_tgt_port_cit = {
834 static const struct config_item_type target_stat_scsi_transport_cit = {
1219 static const struct config_item_type target_stat_scsi_auth_intr_cit = {
1390 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_typ in cscfg_configfs_init()
[all...]
/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 = {
H A Dstm.h42 const struct config_item_type *pdrv_node_type;
60 const struct config_item_type *
111 const struct config_item_type **type);
/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/iio/
H A Dindustrialio-sw-trigger.c19 static const struct config_item_type iio_trigger_type_group_type;
21 static const struct config_item_type iio_triggers_group_type = {
160 static const struct config_item_type iio_trigger_type_group_type = {
H A Dindustrialio-sw-device.c19 static const struct config_item_type iio_device_type_group_type;
21 static const struct config_item_type iio_devices_group_type = {
156 static const struct config_item_type iio_device_type_group_type = {
H A Dindustrialio-configfs.c17 static const struct config_item_type iio_root_group_type = {
/linux/fs/configfs/
H A Ditem.c84 const struct config_item_type *type) in config_item_init_type_name()
93 const struct config_item_type *type) in config_group_init_type_name()
119 const struct config_item_type *t = item->ci_type; in config_item_cleanup()
H A Dsymlink.c148 const struct config_item_type *type; in configfs_symlink()
224 const struct config_item_type *type; in configfs_unlink()
/linux/drivers/pci/endpoint/
H A Dpci-ep-cfs.c93 static const struct config_item_type pci_secondary_epc_type = {
157 static const struct config_item_type pci_primary_epc_type = {
265 static const struct config_item_type pci_epc_type = {
517 static const struct config_item_type pci_epf_type = {
670 static const struct config_item_type pci_epf_group_type = {
699 static const struct config_item_type pci_functions_type = {
703 static const struct config_item_type pci_controllers_type = {
707 static const struct config_item_type pci_ep_type = {
/linux/fs/dlm/
H A Dconfig.c351 static const struct config_item_type clusters_type = {
356 static const struct config_item_type cluster_type = {
362 static const struct config_item_type spaces_type = {
367 static const struct config_item_type space_type = {
372 static const struct config_item_type comms_type = {
377 static const struct config_item_type comm_type = {
383 static const struct config_item_type nodes_type = {
388 static const struct config_item_type node_type = {
/linux/include/linux/usb/
H A Dgadget_configfs.h37 static const struct config_item_type struct_in##_langid_type = { \
94 static const struct config_item_type struct_in##_strings_type = { \
/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/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;
826 static const struct config_item_type nvmet_ns_type = {
867 static const struct config_item_type nvmet_namespaces_type = {
1008 static const struct config_item_type nvmet_passthru_type = {
1103 static const struct config_item_type nvmet_port_subsys_type = {
1178 static const struct config_item_type nvmet_allowed_hosts_type = {
1703 static const struct config_item_type nvmet_subsys_type = {
1748 static const struct config_item_type nvmet_subsystems_type = {
1816 static const struct config_item_type nvmet_referral_typ
[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/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_typ in ext_prop_make()
[all...]
/linux/kernel/
H A Dcrash_dump_dm_crypt.c230 static const struct config_item_type config_key_type = {
305 static const struct config_item_type config_keys_type = {
337 static const struct config_item_type kdump_config_keys_type = {
/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.rs733 item_type: Opaque<bindings::config_item_type>,
756 item_type: Opaque::new(bindings::config_item_type {
773 item_type: Opaque::new(bindings::config_item_type {
791 fn as_ptr(&self) -> *const bindings::config_item_type { in as_ptr() argument
/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c250 static const struct config_item_type xe_config_device_type = {
291 static const struct config_item_type xe_configfs_type = {

123