Home
last modified time | relevance | path

Searched refs:ci_type (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c15 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 Dconfigfs_sample.c104 .ci_type = &childless_type,
241 .ci_type = &simple_children_type,
309 .ci_type = &group_children_type,
/linux/drivers/iio/
H A Dindustrialio-configfs.c25 .ci_type = &iio_root_group_type,
/linux/kernel/
H A Dcrash_dump_dm_crypt.c361 .ci_type = &config_keys_type, in build_keys_header()
384 if (item->ci_type != &config_key_type) in build_keys_header()
461 config_keys_subsys.su_group.cg_item.ci_type = in configfs_dmcrypt_keys_init()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_configfs.c250 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 Dconfigfs.c485 .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/hwtracing/stm/
H A Dpolicy.c230 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 Dconfigfs.h45 const struct config_item_type *ci_type; member
/linux/drivers/acpi/
H A Dacpi_configfs.c249 .ci_type = &acpi_root_group_type,
/linux/drivers/virt/coco/guest/
H A Dreport.c464 .ci_type = &tsm_root_group_type,
/linux/drivers/nvme/target/
H A Dconfigfs.c1064 if (target->ci_type != &nvmet_subsys_type) { in nvmet_port_subsys_allow_link()
1143 if (target->ci_type != &nvmet_host_type) { in nvmet_allowed_hosts_allow_link()
2360 .ci_type = &nvmet_root_type,
/linux/fs/dlm/
H A Dconfig.c633 .ci_type = &clusters_type,
/linux/drivers/gpio/
H A Dgpio-aggregator.c1359 .ci_type = &gpio_aggregator_type,
H A Dgpio-sim.c1603 .ci_type = &gpio_sim_config_type,
H A Dgpio-virtuser.c1756 .ci_type = &gpio_virtuser_config_type,
/linux/Documentation/filesystems/
H A Dconfigfs.rst150 struct config_item_type *ci_type;
/linux/drivers/net/
H A Dnetconsole.c1843 .ci_type = &netconsole_subsys_type,
/linux/drivers/block/null_blk/
H A Dmain.c776 .ci_type = &nullb_group_type,