| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-syscfg-configfs.c | 15 struct config_item_type *ci_type; in cscfg_create_ci_type() local 17 ci_type = devm_kzalloc(cscfg_device(), sizeof(*ci_type), GFP_KERNEL); in cscfg_create_ci_type() 18 if (ci_type) in cscfg_create_ci_type() 19 ci_type->ct_owner = THIS_MODULE; in cscfg_create_ci_type() 21 return ci_type; in cscfg_create_ci_type() 390 .ci_type = &cscfg_configs_type, 424 .ci_type = &cscfg_features_type, 454 struct config_item_type *ci_type; in cscfg_configfs_init() local 459 ci_type = cscfg_create_ci_type(); in cscfg_configfs_init() 460 if (!ci_type) in cscfg_configfs_init() [all …]
|
| /linux/samples/configfs/ |
| H A D | configfs_sample.c | 104 .ci_type = &childless_type, 241 .ci_type = &simple_children_type, 309 .ci_type = &group_children_type,
|
| /linux/fs/configfs/ |
| H A D | dir.c | 606 const struct config_item_type *t = item->ci_type; in populate_attrs() 940 type = parent_item->ci_type; in client_disconnect_notify() 959 type = parent_item->ci_type; in client_drop_item() 1327 type = parent_item->ci_type; in configfs_mkdir() 1343 if (!subsys->su_group.cg_item.ci_type) { in configfs_mkdir() 1347 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_mkdir() 1396 type = item->ci_type; in configfs_mkdir() 1491 if (!parent_item->ci_type) { in configfs_rmdir() 1497 BUG_ON(!subsys->su_group.cg_item.ci_type); in configfs_rmdir() 1498 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_rmdir() [all …]
|
| H A D | symlink.c | 153 type = parent_item->ci_type; in configfs_symlink() 227 type = parent_item->ci_type; in configfs_unlink()
|
| H A D | file.c | 331 if (!buffer->item->ci_type) in __configfs_open_file() 334 buffer->ops = buffer->item->ci_type->ct_item_ops; in __configfs_open_file()
|
| /linux/kernel/ |
| H A D | crash_dump_dm_crypt.c | 355 .ci_type = &config_keys_type, 378 if (item->ci_type != &config_key_type) in build_keys_header() 452 config_keys_subsys.su_group.cg_item.ci_type = in configfs_dmcrypt_keys_init()
|
| /linux/drivers/iio/ |
| H A D | industrialio-configfs.c | 25 .ci_type = &iio_root_group_type,
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_configfs.c | 250 if (target->ci_type != &crtc_item_type) in plane_possible_crtcs_allow_link() 412 if (target->ci_type != &crtc_item_type) in encoder_possible_crtcs_allow_link() 599 if (target->ci_type != &encoder_item_type) in connector_possible_encoders_allow_link() 818 .ci_type = &device_group_type,
|
| /linux/drivers/most/ |
| H A D | configfs.c | 485 .ci_type = &most_common_type, 496 .ci_type = &most_common_type, 507 .ci_type = &most_common_type, 643 .ci_type = &most_sound_type,
|
| /linux/drivers/target/ |
| H A D | target_core_fabric_configfs.c | 78 if (!lun_ci->ci_type || in target_fabric_mappedlun_link() 79 lun_ci->ci_type->ct_item_ops != &target_fabric_port_item_ops) { in target_fabric_mappedlun_link() 632 if (!se_dev_ci->ci_type || in target_fabric_port_link() 633 se_dev_ci->ci_type->ct_item_ops != &target_core_dev_item_ops) { in target_fabric_port_link()
|
| /linux/drivers/hwtracing/stm/ |
| H A D | policy.c | 230 if (group->cg_item.ci_type == &stp_policy_type) { in stp_policy_node_make() 482 .ci_type = &stp_policy_root_type,
|
| /linux/include/linux/ |
| H A D | configfs.h | 45 const struct config_item_type *ci_type; member
|
| /linux/drivers/acpi/ |
| H A D | acpi_configfs.c | 249 .ci_type = &acpi_root_group_type,
|
| /linux/drivers/infiniband/core/ |
| H A D | cma_configfs.c | 344 .ci_type = &cma_subsys_type,
|
| /linux/drivers/virt/coco/guest/ |
| H A D | report.c | 464 .ci_type = &tsm_root_group_type,
|
| /linux/drivers/media/pci/cx23885/ |
| H A D | cx23885-core.c | 1088 if (cx23885_boards[dev->board].ci_type > 0) in cx23885_dev_setup() 1895 if (cx23885_boards[dev->board].ci_type == 1 && in cx23885_irq() 1899 if (cx23885_boards[dev->board].ci_type == 2 && in cx23885_irq()
|
| /linux/drivers/nvme/target/ |
| H A D | configfs.c | 1038 if (target->ci_type != &nvmet_subsys_type) { in nvmet_port_subsys_allow_link() 1117 if (target->ci_type != &nvmet_host_type) { in nvmet_allowed_hosts_allow_link() 2341 .ci_type = &nvmet_root_type,
|
| /linux/drivers/pci/endpoint/ |
| H A D | pci-ep-cfs.c | 710 .ci_type = &pci_ep_type,
|
| /linux/fs/ocfs2/cluster/ |
| H A D | nodemanager.c | 759 .ci_type = &o2nm_cluster_group_type,
|
| /linux/fs/dlm/ |
| H A D | config.c | 633 .ci_type = &clusters_type,
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_configfs.c | 1035 .ci_type = &xe_configfs_type,
|
| /linux/drivers/gpio/ |
| H A D | gpio-sim.c | 1604 .ci_type = &gpio_sim_config_type,
|
| H A D | gpio-aggregator.c | 1343 .ci_type = &gpio_aggregator_type,
|
| H A D | gpio-virtuser.c | 1744 .ci_type = &gpio_virtuser_config_type,
|
| /linux/Documentation/filesystems/ |
| H A D | configfs.rst | 150 struct config_item_type *ci_type;
|