Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/target/
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 …]
Dtarget_core_stat.c86 static const struct config_item_type target_stat_scsi_dev_cit = {
183 static const struct config_item_type target_stat_scsi_tgt_dev_cit = {
386 static const struct config_item_type target_stat_scsi_lu_cit = {
512 static const struct config_item_type target_stat_scsi_port_cit = {
696 static const struct config_item_type target_stat_scsi_tgt_port_cit = {
816 static const struct config_item_type target_stat_scsi_transport_cit = {
1178 static const struct config_item_type target_stat_scsi_auth_intr_cit = {
1350 static const struct config_item_type target_stat_scsi_att_intr_port_cit = {
/kernel/linux/linux-5.10/include/target/iscsi/
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;
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
Dpolicy.c202 static const struct config_item_type stp_policy_type;
203 static const struct config_item_type stp_policy_node_type;
205 const struct config_item_type *
208 struct config_item_type *type; in get_policy_node_type()
230 const struct config_item_type *type = &stp_policy_node_type; in stp_policy_node_make()
283 static const struct config_item_type stp_policy_node_type = {
380 static const struct config_item_type stp_policy_type = {
390 const struct config_item_type *pdrv_node_type; in stp_policy_make()
478 static const struct config_item_type stp_policy_root_type = {
Dstm.h42 const struct config_item_type *pdrv_node_type;
60 const struct config_item_type *
111 const struct config_item_type **type);
/kernel/linux/linux-5.10/include/linux/
Dconfigfs.h47 const struct config_item_type *ci_type;
61 const struct config_item_type *type);
67 struct config_item_type { struct
90 const struct config_item_type *type); argument
250 const struct config_item_type *item_type);
/kernel/linux/linux-5.10/samples/configfs/
Dconfigfs_sample.c96 static const struct config_item_type childless_type = {
167 static const struct config_item_type simple_child_type = {
232 static const struct config_item_type simple_children_type = {
301 static const struct config_item_type group_children_type = {
/kernel/linux/linux-5.10/fs/configfs/
Ditem.c86 const struct config_item_type *type) in config_item_init_type_name()
95 const struct config_item_type *type) in config_group_init_type_name()
121 const struct config_item_type *t = item->ci_type; in config_item_cleanup()
Dsymlink.c149 const struct config_item_type *type; in configfs_symlink()
224 const struct config_item_type *type; in configfs_unlink()
/kernel/linux/linux-5.10/drivers/iio/
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 = {
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 = {
Dindustrialio-configfs.c17 static const struct config_item_type iio_root_group_type = {
/kernel/linux/linux-5.10/drivers/nvme/target/
Dconfigfs.c17 static const struct config_item_type nvmet_host_type;
18 static const struct config_item_type nvmet_subsys_type;
623 static const struct config_item_type nvmet_ns_type = {
664 static const struct config_item_type nvmet_namespaces_type = {
745 static const struct config_item_type nvmet_passthru_type = {
840 static const struct config_item_type nvmet_port_subsys_type = {
915 static const struct config_item_type nvmet_allowed_hosts_type = {
1195 static const struct config_item_type nvmet_subsys_type = {
1235 static const struct config_item_type nvmet_subsystems_type = {
1303 static const struct config_item_type nvmet_referral_type = {
[all …]
/kernel/linux/linux-5.10/drivers/pci/endpoint/
Dpci-ep-cfs.c131 static const struct config_item_type pci_epc_type = {
369 static const struct config_item_type pci_epf_type = {
443 static const struct config_item_type pci_epf_group_type = {
471 static const struct config_item_type pci_functions_type = {
475 static const struct config_item_type pci_controllers_type = {
479 static const struct config_item_type pci_ep_type = {
/kernel/linux/linux-5.10/drivers/infiniband/core/
Dcma_configfs.c195 static const struct config_item_type cma_port_group_type = {
272 static const struct config_item_type cma_ports_group_type = {
281 static const struct config_item_type cma_device_group_type = {
345 static const struct config_item_type cma_subsys_type = {
/kernel/linux/linux-5.10/drivers/acpi/
Dacpi_configfs.c205 static const struct config_item_type acpi_table_type = {
239 static const struct config_item_type acpi_tables_type = {
244 static const struct config_item_type acpi_root_group_type = {
/kernel/linux/linux-5.10/include/linux/usb/
Dgadget_configfs.h40 static struct config_item_type struct_in##_langid_type = { \
97 static struct config_item_type struct_in##_strings_type = { \
/kernel/linux/linux-5.10/fs/dlm/
Dconfig.c312 static const struct config_item_type clusters_type = {
317 static const struct config_item_type cluster_type = {
323 static const struct config_item_type spaces_type = {
328 static const struct config_item_type space_type = {
333 static const struct config_item_type comms_type = {
338 static const struct config_item_type comm_type = {
344 static const struct config_item_type nodes_type = {
349 static const struct config_item_type node_type = {
/kernel/linux/linux-5.10/drivers/target/iscsi/
Discsi_target_stat.c182 const struct config_item_type iscsi_stat_instance_cit = {
244 const struct config_item_type iscsi_stat_sess_err_cit = {
385 const struct config_item_type iscsi_stat_tgt_attr_cit = {
517 const struct config_item_type iscsi_stat_login_cit = {
574 const struct config_item_type iscsi_stat_logout_cit = {
796 const struct config_item_type iscsi_stat_sess_cit = {
/kernel/linux/linux-5.10/drivers/usb/gadget/
Dconfigfs.c558 static const struct config_item_type gadget_config_type = {
564 static const struct config_item_type gadget_root_type = {
646 static const struct config_item_type functions_type = {
747 static const struct config_item_type config_desc_type = {
943 static struct config_item_type os_desc_type = {
1074 struct config_item_type *ext_prop_type; in ext_prop_make()
1080 vla_item(data_chunk, struct config_item_type, ext_prop_type, 1); in ext_prop_make()
1204 struct config_item_type *os_desc_type, *interface_type; in usb_os_desc_prepare_interf_dir()
1208 vla_item(data_chunk, struct config_item_type, os_desc_type, 1); in usb_os_desc_prepare_interf_dir()
1209 vla_item(data_chunk, struct config_item_type, interface_type, 1); in usb_os_desc_prepare_interf_dir()
[all …]
/kernel/linux/linux-5.10/include/linux/iio/
Dsw_device.h60 const struct config_item_type *type) in iio_swd_group_init_type_name()
Dsw_trigger.h60 const struct config_item_type *type) in iio_swt_group_init_type_name()
/kernel/linux/linux-5.10/drivers/most/
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 = {
/kernel/linux/linux-5.10/fs/ocfs2/cluster/
Dnodemanager.c404 static const struct config_item_type o2nm_node_type = {
647 static const struct config_item_type o2nm_node_group_type = {
665 static const struct config_item_type o2nm_cluster_type = {
750 static const struct config_item_type o2nm_cluster_group_type = {
/kernel/linux/linux-5.10/drivers/iio/trigger/
Diio-trig-loop.c38 static const struct config_item_type iio_loop_type = {

123