Searched refs:ci_type (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c12 /* create a default ci_type. */
15 struct config_item_type *ci_type; local
17 ci_type = devm_kzalloc(cscfg_device(), sizeof(*ci_type), GFP_KERNEL);
18 if (ci_type)
19 ci_type->ct_owner = THIS_MODULE;
21 return ci_type;
390 .ci_type = &cscfg_configs_type,
424 .ci_type = &cscfg_features_type,
454 struct config_item_type *ci_type; local
[all...]
/linux-master/drivers/iio/
H A Dindustrialio-configfs.c25 .ci_type = &iio_root_group_type,
/linux-master/fs/configfs/
H A Ditem.c87 item->ci_type = type;
96 group->cg_item.ci_type = type;
119 const struct config_item_type *t = item->ci_type;
H A Ddir.c582 const struct config_item_type *t = item->ci_type;
899 * caller has validated ci_type.
906 type = parent_item->ci_type;
918 * assumes the caller has validated ci_type.
925 type = parent_item->ci_type;
1293 type = parent_item->ci_type;
1309 if (!subsys->su_group.cg_item.ci_type) {
1313 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner;
1362 type = item->ci_type;
1457 if (!parent_item->ci_type) {
[all...]
H A Dsymlink.c159 type = parent_item->ci_type;
234 type = parent_item->ci_type;
H A Dfile.c331 if (!buffer->item->ci_type)
334 buffer->ops = buffer->item->ci_type->ct_item_ops;
/linux-master/samples/configfs/
H A Dconfigfs_sample.c104 .ci_type = &childless_type,
241 .ci_type = &simple_children_type,
309 .ci_type = &group_children_type,
/linux-master/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-master/drivers/hwtracing/stm/
H A Dpolicy.c230 if (group->cg_item.ci_type == &stp_policy_type) {
482 .ci_type = &stp_policy_root_type,
/linux-master/drivers/acpi/
H A Dacpi_configfs.c249 .ci_type = &acpi_root_group_type,
/linux-master/include/linux/
H A Dconfigfs.h45 const struct config_item_type *ci_type; member in struct:config_item
/linux-master/drivers/infiniband/core/
H A Dcma_configfs.c345 .ci_type = &cma_subsys_type,
/linux-master/drivers/target/
H A Dtarget_core_fabric_configfs.c78 if (!lun_ci->ci_type ||
79 lun_ci->ci_type->ct_item_ops != &target_fabric_port_item_ops) {
632 if (!se_dev_ci->ci_type ||
633 se_dev_ci->ci_type->ct_item_ops != &target_core_dev_item_ops) {
/linux-master/drivers/virt/coco/
H A Dtsm.c350 .ci_type = &tsm_root_group_type,
/linux-master/drivers/nvme/target/
H A Dconfigfs.c992 if (target->ci_type != &nvmet_subsys_type) {
1071 if (target->ci_type != &nvmet_host_type) {
2230 .ci_type = &nvmet_root_type,
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885.h218 int ci_type; /* for NetUP */ member in struct:cx23885_board
H A Dcx23885-core.c1088 if (cx23885_boards[dev->board].ci_type > 0)
1895 if (cx23885_boards[dev->board].ci_type == 1 &&
1899 if (cx23885_boards[dev->board].ci_type == 2 &&
H A Dcx23885-cards.c301 .ci_type = 1,
521 .ci_type = 2,
/linux-master/fs/ocfs2/cluster/
H A Dnodemanager.c758 .ci_type = &o2nm_cluster_group_type,
/linux-master/drivers/pci/endpoint/
H A Dpci-ep-cfs.c706 .ci_type = &pci_ep_type,
/linux-master/fs/dlm/
H A Dconfig.c593 .ci_type = &clusters_type,
/linux-master/drivers/net/
H A Dnetconsole.c932 .ci_type = &netconsole_subsys_type,
/linux-master/drivers/gpio/
H A Dgpio-sim.c1540 .ci_type = &gpio_sim_config_type,
/linux-master/drivers/block/null_blk/
H A Dmain.c699 .ci_type = &nullb_group_type,
/linux-master/drivers/usb/gadget/
H A Dconfigfs.c2065 .ci_type = &gadgets_type,

Completed in 244 milliseconds

12