Home
last modified time | relevance | path

Searched refs:ci_parent (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c199 opts_item = ch->item.ci_parent->ci_parent->ci_parent; \
223 opts_item = ch->item.ci_parent->ci_parent->ci_parent; \
318 opts_item = group->cg_item.ci_parent->ci_parent->ci_parent; \
353 opts_item = group->cg_item.ci_parent->ci_parent->ci_parent; in uvcg_default_processing_bm_controls_store()
410 opts_item = group->cg_item.ci_parent->ci_parent->ci_parent; in uvcg_default_processing_bm_controls_show()
479 opts_item = group->cg_item.ci_parent->ci_parent->ci_parent-> \
480 ci_parent; \
522 opts_item = group->cg_item.ci_parent->ci_parent->ci_parent-> in uvcg_default_camera_bm_controls_store()
523 ci_parent; in uvcg_default_camera_bm_controls_store()
580 opts_item = group->cg_item.ci_parent->ci_parent->ci_parent-> in uvcg_default_camera_bm_controls_show()
[all …]
/linux/drivers/nvme/target/
H A Dconfigfs.c904 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_show()
912 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_store()
945 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_show()
953 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_store()
972 return sprintf(page, "%u\n", to_subsys(item->ci_parent)->admin_timeout); in nvmet_passthru_admin_timeout_show()
978 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_admin_timeout_store()
991 return sprintf(page, "%u\n", to_subsys(item->ci_parent)->io_timeout); in nvmet_passthru_io_timeout_show()
997 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_io_timeout_store()
1010 return sprintf(page, "%u\n", to_subsys(item->ci_parent)->clear_ids); in nvmet_passthru_clear_ids_show()
1016 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_clear_ids_store()
[all …]
/linux/drivers/net/
H A Dnetconsole.c918 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_cpu_nr_enabled_show()
932 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_taskname_enabled_show()
945 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_release_enabled_show()
985 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_msgid_enabled_show()
1333 netconsole_group = to_config_group(ud->group.cg_item.ci_parent); in userdata_to_target()
1433 ud = to_userdata(item->ci_parent); in userdatum_value_store()
1462 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_msgid_enabled_store()
1491 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_release_enabled_store()
1520 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_taskname_enabled_store()
1550 struct netconsole_target *nt = to_target(item->ci_parent); in sysdata_cpu_nr_enabled_store()
/linux/include/linux/
H A Dconfigfs.h43 struct config_item *ci_parent; member
/linux/Documentation/filesystems/
H A Dconfigfs.rst148 struct config_item *ci_parent;
383 and config_item->ci_parent structure members.
385 A subsystem can navigate the cg_children list and the ci_parent pointer
395 yet been unlinked. This means that an item's ci_parent pointer will
398 a subsystem to trust ci_parent and cg_children while they hold the
/linux/fs/dlm/
H A Dconfig.c570 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in make_node()
601 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in drop_node()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_configfs.c109 device_item_to_vkms_configfs_device((&(group)->cg_item)->ci_parent)