Home
last modified time | relevance | path

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

123

/linux/drivers/target/
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;
24 struct config_item_type tb_dev_stat_cit;
35 struct config_item_type tf_wwn_cit;
38 struct config_item_type tf_tpg_cit;
39 struct config_item_type tf_tpg_base_cit;
40 struct config_item_type tf_tpg_lun_cit;
[all …]
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 = {
383 static const struct config_item_type target_stat_scsi_lu_cit = {
509 static const struct config_item_type target_stat_scsi_port_cit = {
693 static const struct config_item_type target_stat_scsi_tgt_port_cit = {
813 static const struct config_item_type target_stat_scsi_transport_cit = {
1175 static const struct config_item_type target_stat_scsi_auth_intr_cit = {
1347 static const struct config_item_type target_stat_scsi_att_intr_port_cit = {
/linux/include/target/iscsi/
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/
A Dcoresight-syscfg-configfs.c12 static inline struct config_item_type *cscfg_create_ci_type(void) in cscfg_create_ci_type()
14 struct config_item_type *ci_type; in cscfg_create_ci_type()
96 static struct config_item_type cscfg_config_view_type = {
106 static struct config_item_type cscfg_config_preset_type = {
208 static struct config_item_type cscfg_feature_view_type = {
245 static struct config_item_type cscfg_param_view_type = {
280 struct config_item_type *params_group_type; in cscfg_create_feature_group()
316 static struct config_item_type cscfg_configs_type = {
340 static struct config_item_type cscfg_features_type = {
367 struct config_item_type *ci_type; in cscfg_configfs_init()
/linux/drivers/hwtracing/stm/
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 = {
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/
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
248 const struct config_item_type *item_type);
/linux/samples/configfs/
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/nvme/target/
A Dconfigfs.c17 static const struct config_item_type nvmet_host_type;
18 static const struct config_item_type nvmet_subsys_type;
621 static const struct config_item_type nvmet_ns_type = {
783 static const struct config_item_type nvmet_passthru_type = {
1325 static const struct config_item_type nvmet_subsys_type = {
1433 static const struct config_item_type nvmet_referral_type = {
1620 static const struct config_item_type nvmet_port_type = {
1693 static const struct config_item_type nvmet_ports_type = {
1712 static const struct config_item_type nvmet_host_type = {
1735 static const struct config_item_type nvmet_hosts_type = {
[all …]
/linux/drivers/pci/endpoint/
A Dpci-ep-cfs.c90 static const struct config_item_type pci_secondary_epc_type = {
151 static const struct config_item_type pci_primary_epc_type = {
253 static const struct config_item_type pci_epc_type = {
526 static const struct config_item_type pci_epf_type = {
625 static const struct config_item_type pci_epf_group_type = {
653 static const struct config_item_type pci_functions_type = {
657 static const struct config_item_type pci_controllers_type = {
661 static const struct config_item_type pci_ep_type = {
/linux/drivers/iio/
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 = {
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 = {
156 static const struct config_item_type iio_trigger_type_group_type = {
A Dindustrialio-configfs.c17 static const struct config_item_type iio_root_group_type = {
/linux/fs/configfs/
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()
A Dsymlink.c148 const struct config_item_type *type; in configfs_symlink()
224 const struct config_item_type *type; in configfs_unlink()
/linux/drivers/infiniband/core/
A Dcma_configfs.c195 static const struct config_item_type cma_port_group_type = {
264 static const struct config_item_type cma_ports_group_type = {
273 static const struct config_item_type cma_device_group_type = {
337 static const struct config_item_type cma_subsys_type = {
/linux/fs/dlm/
A Dconfig.c343 static const struct config_item_type clusters_type = {
348 static const struct config_item_type cluster_type = {
354 static const struct config_item_type spaces_type = {
359 static const struct config_item_type space_type = {
364 static const struct config_item_type comms_type = {
369 static const struct config_item_type comm_type = {
375 static const struct config_item_type nodes_type = {
380 static const struct config_item_type node_type = {
/linux/drivers/acpi/
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/include/linux/usb/
A Dgadget_configfs.h40 static struct config_item_type struct_in##_langid_type = { \
97 static struct config_item_type struct_in##_strings_type = { \
/linux/drivers/target/iscsi/
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/
A Dconfigfs.c566 static const struct config_item_type gadget_config_type = {
572 static const struct config_item_type gadget_root_type = {
654 static const struct config_item_type functions_type = {
755 static const struct config_item_type config_desc_type = {
951 static struct config_item_type os_desc_type = {
1082 struct config_item_type *ext_prop_type; in ext_prop_make()
1088 vla_item(data_chunk, struct config_item_type, ext_prop_type, 1); in ext_prop_make()
1212 struct config_item_type *os_desc_type, *interface_type; in usb_os_desc_prepare_interf_dir()
1216 vla_item(data_chunk, struct config_item_type, os_desc_type, 1); in usb_os_desc_prepare_interf_dir()
1217 vla_item(data_chunk, struct config_item_type, interface_type, 1); in usb_os_desc_prepare_interf_dir()
[all …]
/linux/include/linux/iio/
A Dsw_trigger.h60 const struct config_item_type *type) in iio_swt_group_init_type_name()
A Dsw_device.h60 const struct config_item_type *type) in iio_swd_group_init_type_name()
/linux/fs/ocfs2/cluster/
A Dnodemanager.c402 static const struct config_item_type o2nm_node_type = {
645 static const struct config_item_type o2nm_node_group_type = {
663 static const struct config_item_type o2nm_cluster_type = {
748 static const struct config_item_type o2nm_cluster_group_type = {
/linux/drivers/most/
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 = {

Completed in 567 milliseconds

123