Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dnvme.h42 int nvme_get_features(struct nvme_dev *dev, unsigned fid, unsigned nsid,
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dhwmon.c29 ret = nvme_get_features(ctrl, NVME_FEAT_TEMP_THRESH, threshold, NULL, 0, in nvme_get_temp_thresh()
H A Dnvme.h700 int nvme_get_features(struct nvme_ctrl *dev, unsigned int fid,
H A Dcore.c1462 int nvme_get_features(struct nvme_ctrl *dev, unsigned int fid, in nvme_get_features() function
1469 EXPORT_SYMBOL_GPL(nvme_get_features);
H A Dpci.c3032 return nvme_get_features(ctrl, NVME_FEAT_POWER_MGMT, 0, NULL, 0, ps); in nvme_get_power_state()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dpassthru.c309 ret = nvme_get_features(ctrl, NVME_FEAT_HOST_BEHAVIOR, 0, in nvmet_passthru_set_host_behaviour()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c484 int nvme_get_features(struct nvme_dev *dev, unsigned fid, unsigned nsid, in nvme_get_features() function