Searched refs:subsystems (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | maintainers_include.py | 53 subsystems = False 74 if maintainers and not subsystems: 76 subsystems = True 102 elif subsystems:
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | maintainers_include.py | 53 subsystems = False 72 if maintainers and not subsystems: 74 subsystems = True 100 elif subsystems:
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | qcom_stats.c | 33 static const struct subsystem_data subsystems[] = { variable 178 for (i = 0; i < ARRAY_SIZE(subsystems); i++) in qcom_create_subsystem_stat_files() 179 debugfs_create_file(subsystems[i].name, 0400, root, (void *)&subsystems[i], in qcom_create_subsystem_stat_files()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | discovery.c | 75 list_for_each_entry(s, &port->subsystems, entry) { in nvmet_subsys_disc_changed() 150 list_for_each_entry(p, &req->port->subsystems, entry) { in discovery_log_entries() 207 list_for_each_entry(p, &req->port->subsystems, entry) { in nvmet_execute_disc_get_log_page()
|
H A D | configfs.c | 775 pr_err("can only link subsystems into the subsystems dir.!\n"); in nvmet_port_subsys_allow_link() 786 list_for_each_entry(p, &port->subsystems, entry) { in nvmet_port_subsys_allow_link() 791 if (list_empty(&port->subsystems)) { in nvmet_port_subsys_allow_link() 797 list_add_tail(&link->entry, &port->subsystems); in nvmet_port_subsys_allow_link() 817 list_for_each_entry(p, &port->subsystems, entry) { in nvmet_port_subsys_drop_link() 829 if (list_empty(&port->subsystems)) in nvmet_port_subsys_drop_link() 979 /* passthru subsystems use the underlying controller's version */ in nvmet_subsys_attr_version_store() 1527 INIT_LIST_HEAD(&port->subsystems); in nvmet_ports_make() 1537 "subsystems", in nvmet_ports_make() [all...] |
H A D | nvmet.h | 138 struct list_head subsystems; member
|
H A D | core.c | 28 * - subsystems list 273 list_for_each_entry(p, &port->subsystems, entry) in nvmet_port_send_ana_event() 1478 list_for_each_entry(p, &port->subsystems, entry) { in nvmet_find_get_subsys()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | discovery.c | 76 list_for_each_entry(s, &port->subsystems, entry) { in nvmet_subsys_disc_changed() 151 list_for_each_entry(p, &req->port->subsystems, entry) { in discovery_log_entries() 216 list_for_each_entry(p, &req->port->subsystems, entry) { in nvmet_execute_disc_get_log_page()
|
H A D | configfs.c | 842 pr_err("can only link subsystems into the subsystems dir.!\n"); in nvmet_port_subsys_allow_link() 853 list_for_each_entry(p, &port->subsystems, entry) { in nvmet_port_subsys_allow_link() 858 if (list_empty(&port->subsystems)) { in nvmet_port_subsys_allow_link() 864 list_add_tail(&link->entry, &port->subsystems); in nvmet_port_subsys_allow_link() 884 list_for_each_entry(p, &port->subsystems, entry) { in nvmet_port_subsys_drop_link() 896 if (list_empty(&port->subsystems)) in nvmet_port_subsys_drop_link() 1059 /* passthru subsystems use the underlying controller's version */ in nvmet_subsys_attr_version_store_locked() 1795 INIT_LIST_HEAD(&port->subsystems); in nvmet_ports_make() 1805 "subsystems", in nvmet_ports_make() [all...] |
H A D | nvmet.h | 154 struct list_head subsystems; member
|
H A D | core.c | 35 * - subsystems list 279 list_for_each_entry(p, &port->subsystems, entry) in nvmet_port_send_ana_event() 1533 list_for_each_entry(p, &port->subsystems, entry) { in nvmet_find_get_subsys()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_common.c | 75 * @subsystems : Array of subsystems toc 81 struct minidump_subsystem subsystems[MAX_NUM_OF_SS]; member 163 subsystem = &toc->subsystems[minidump_id]; in qcom_minidump()
|
Completed in 15 milliseconds