Home
last modified time | relevance | path

Searched defs:subsys (Results 1 – 25 of 60) sorted by relevance

123

/linux/drivers/nvme/target/
H A Dconfigfs.c507 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_path_store() local
588 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_uuid_store() local
616 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_nguid_store() local
835 struct nvmet_subsys *subsys = namespaces_to_subsys(&group->cg_item); in nvmet_ns_make() local
877 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_show() local
885 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_device_path_store() local
918 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_show() local
926 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_enable_store() local
951 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_admin_timeout_store() local
970 struct nvmet_subsys *subsys = to_subsys(item->ci_parent); in nvmet_passthru_io_timeout_store() local
[all …]
H A Dcore.c117 static u32 nvmet_max_nsid(struct nvmet_subsys *subsys) in nvmet_max_nsid()
235 void nvmet_ns_changed(struct nvmet_subsys *subsys, u32 nsid) in nvmet_ns_changed()
251 void nvmet_send_ana_event(struct nvmet_subsys *subsys, in nvmet_send_ana_event()
301 void nvmet_port_del_ctrls(struct nvmet_port *port, struct nvmet_subsys *subsys) in nvmet_port_del_ctrls()
437 struct nvmet_subsys *subsys = nvmet_req_subsys(req); in nvmet_req_find_ns() local
568 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_enable() local
625 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_disable() local
665 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_free() local
686 struct nvmet_ns *nvmet_ns_alloc(struct nvmet_subsys *subsys, u32 nsid) in nvmet_ns_alloc()
1463 struct nvmet_subsys *subsys; in nvmet_ctrl_find_get() local
[all …]
H A Ddebugfs.h21 static inline int nvmet_debugfs_subsys_setup(struct nvmet_subsys *subsys) in nvmet_debugfs_subsys_setup()
25 static inline void nvmet_debugfs_subsys_free(struct nvmet_subsys *subsys){} in nvmet_debugfs_subsys_free()
H A Dpassthru.c577 int nvmet_passthru_ctrl_enable(struct nvmet_subsys *subsys) in nvmet_passthru_ctrl_enable()
639 static void __nvmet_passthru_ctrl_disable(struct nvmet_subsys *subsys) in __nvmet_passthru_ctrl_disable()
650 void nvmet_passthru_ctrl_disable(struct nvmet_subsys *subsys) in nvmet_passthru_ctrl_disable()
657 void nvmet_passthru_subsys_free(struct nvmet_subsys *subsys) in nvmet_passthru_subsys_free()
H A Ddiscovery.c29 struct nvmet_subsys *subsys) in nvmet_port_disc_changed()
51 struct nvmet_subsys *subsys, in __nvmet_subsys_disc_changed()
66 void nvmet_subsys_disc_changed(struct nvmet_subsys *subsys, in nvmet_subsys_disc_changed()
H A Ddebugfs.c195 int nvmet_debugfs_subsys_setup(struct nvmet_subsys *subsys) in nvmet_debugfs_subsys_setup()
208 void nvmet_debugfs_subsys_free(struct nvmet_subsys *subsys) in nvmet_debugfs_subsys_free()
H A Dadmin-cmd.c652 struct nvmet_subsys *subsys = ctrl->subsys; in nvmet_execute_identify_ctrl() local
1196 struct nvmet_subsys *subsys = nvmet_req_subsys(req); in nvmet_set_feat_write_protect() local
1341 struct nvmet_subsys *subsys = nvmet_req_subsys(req); in nvmet_execute_set_features() local
1397 struct nvmet_subsys *subsys = nvmet_req_subsys(req); in nvmet_get_feat_write_protect() local
1500 struct nvmet_subsys *subsys = nvmet_req_subsys(req); in nvmet_execute_get_features() local
H A Dpr.c159 struct nvmet_subsys *subsys = ns->subsys; in nvmet_pr_resv_released() local
183 struct nvmet_subsys *subsys = ns->subsys; in nvmet_pr_send_event_to_host() local
1042 struct nvmet_subsys *subsys = ctrl->subsys; in nvmet_ctrl_init_pr() local
1102 struct nvmet_subsys *subsys = ns->subsys; in nvmet_pr_init_ns() local
H A Dnvmet.h115 struct nvmet_subsys *subsys; member
251 struct nvmet_subsys *subsys; member
406 struct nvmet_subsys *subsys; member
751 static inline bool nvmet_is_disc_subsys(struct nvmet_subsys *subsys) in nvmet_is_disc_subsys()
767 static inline bool nvmet_is_passthru_subsys(struct nvmet_subsys *subsys) in nvmet_is_passthru_subsys()
772 static inline void nvmet_passthru_subsys_free(struct nvmet_subsys *subsys) in nvmet_passthru_subsys_free()
775 static inline void nvmet_passthru_ctrl_disable(struct nvmet_subsys *subsys) in nvmet_passthru_ctrl_disable()
786 static inline bool nvmet_is_passthru_subsys(struct nvmet_subsys *subsys) in nvmet_is_passthru_subsys()
/linux/drivers/soc/samsung/
H A Dexynos5422-asv.c391 struct exynos_asv_subsys *subsys; in exynos5422_asv_offset_voltage_setup() local
419 static int exynos5422_asv_opp_get_voltage(const struct exynos_asv_subsys *subsys, in exynos5422_asv_opp_get_voltage()
455 struct exynos_asv_subsys *subsys; in exynos5422_asv_init() local
H A Dexynos-asv.h40 struct exynos_asv_subsys subsys[2]; member
59 static inline u32 exynos_asv_opp_get_voltage(const struct exynos_asv_subsys *subsys, in exynos_asv_opp_get_voltage()
65 static inline u32 exynos_asv_opp_get_frequency(const struct exynos_asv_subsys *subsys, in exynos_asv_opp_get_frequency()
H A Dexynos-asv.c30 struct exynos_asv_subsys *subsys = NULL; in exynos_asv_update_cpu_opps() local
/linux/tools/lib/api/fs/
H A Dcgroup.c12 char subsys[32]; member
19 int cgroupfs_find_mountpoint(char *buf, size_t maxlen, const char *subsys) in cgroupfs_find_mountpoint()
/linux/include/linux/soc/mediatek/
H A Dmtk-cmdq.h54 u8 subsys; member
416 static inline int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write()
421 static inline int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask()
472 static inline int cmdq_pkt_poll(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_poll()
478 static inline int cmdq_pkt_poll_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_poll_mask()
/linux/fs/configfs/
H A Ddir.c808 struct configfs_subsystem *subsys = NULL; /* gcc is a turd */ in link_group() local
1136 int configfs_depend_item(struct configfs_subsystem *subsys, in configfs_depend_item()
1290 struct configfs_subsystem *subsys; in configfs_mkdir() local
1470 struct configfs_subsystem *subsys; in configfs_rmdir() local
1751 struct configfs_subsystem *subsys = parent_group->cg_subsys; in configfs_register_group() local
1795 struct configfs_subsystem *subsys = group->cg_subsys; in configfs_unregister_group() local
1869 int configfs_register_subsystem(struct configfs_subsystem *subsys) in configfs_register_subsystem()
1932 void configfs_unregister_subsystem(struct configfs_subsystem *subsys) in configfs_unregister_subsystem()
/linux/drivers/soc/mediatek/
H A Dmtk-cmdq-helper.c38 u8 subsys; member
192 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write()
204 int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask()
388 int cmdq_pkt_poll(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_poll()
401 int cmdq_pkt_poll_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_poll_mask()
/linux/drivers/nvme/host/
H A Dmultipath.c102 void nvme_mpath_default_iopolicy(struct nvme_subsystem *subsys) in nvme_mpath_default_iopolicy()
107 void nvme_mpath_unfreeze(struct nvme_subsystem *subsys) in nvme_mpath_unfreeze()
117 void nvme_mpath_wait_freeze(struct nvme_subsystem *subsys) in nvme_mpath_wait_freeze()
127 void nvme_mpath_start_freeze(struct nvme_subsystem *subsys) in nvme_mpath_start_freeze()
1024 struct nvme_subsystem *subsys = in nvme_subsys_iopolicy_show() local
1031 static void nvme_subsys_iopolicy_update(struct nvme_subsystem *subsys, in nvme_subsys_iopolicy_update()
1057 struct nvme_subsystem *subsys = in nvme_subsys_iopolicy_store() local
H A Dnvme.h309 struct nvme_subsystem *subsys; member
472 struct nvme_subsystem *subsys; member
638 struct nvme_subsystem *subsys = ctrl->subsys; in nvme_print_device_info() local
1073 static inline void nvme_mpath_unfreeze(struct nvme_subsystem *subsys) in nvme_mpath_unfreeze()
1076 static inline void nvme_mpath_wait_freeze(struct nvme_subsystem *subsys) in nvme_mpath_wait_freeze()
1079 static inline void nvme_mpath_start_freeze(struct nvme_subsystem *subsys) in nvme_mpath_start_freeze()
1082 static inline void nvme_mpath_default_iopolicy(struct nvme_subsystem *subsys) in nvme_mpath_default_iopolicy()
/linux/include/linux/netfilter/
H A Dnfnetlink.h62 static inline u16 nfnl_msg_type(u8 subsys, u8 msg_type) in nfnl_msg_type()
105 #define MODULE_ALIAS_NFNL_SUBSYS(subsys) \ argument
/linux/samples/configfs/
H A Dconfigfs_sample.c32 struct configfs_subsystem subsys; member
332 struct configfs_subsystem *subsys; in configfs_example_init() local
/linux/include/uapi/linux/
H A Dkcov.h56 static inline __u64 kcov_remote_handle(__u64 subsys, __u64 inst) in kcov_remote_handle()
/linux/tools/testing/selftests/turbostat/
H A Dadded_perf_counters.py9 def __init__(self, subsys, event): argument
/linux/drivers/most/
H A Dconfigfs.c415 struct configfs_subsystem subsys; member
418 static struct most_common *to_most_common(struct configfs_subsystem *subsys) in to_most_common()
590 struct configfs_subsystem subsys; member
/linux/drivers/input/misc/
H A Dwistron_btns.c192 static u16 bios_get_default_setting(u8 subsys) in bios_get_default_setting()
204 static void bios_set_state(u8 subsys, int enable) in bios_set_state()
/linux/drivers/staging/media/ipu7/
H A Dipu7-bus.h37 enum ipu7_subsys subsys; member

123