Searched refs:NVME_FEAT_POWER_MGMT (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme.h | 334 NVME_FEAT_POWER_MGMT = 0x02, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | passthru.c | 369 case NVME_FEAT_POWER_MGMT: in nvmet_passthru_get_set_features()
|
| H A D | admin-cmd.c | 850 case NVME_FEAT_POWER_MGMT: in nvmet_execute_get_features()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nvme.h | 1030 NVME_FEAT_POWER_MGMT = 0x02, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | pci.c | 3032 return nvme_get_features(ctrl, NVME_FEAT_POWER_MGMT, 0, NULL, 0, ps); in nvme_get_power_state() 3037 return nvme_set_features(ctrl, NVME_FEAT_POWER_MGMT, ps, NULL, 0, NULL); in nvme_set_power_state()
|