Searched refs:mei_hbm_pg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | hbm.h | 50 int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd);
|
H A D | hw-me.c | 705 ret = mei_hbm_pg(dev, MEI_PG_ISOLATION_ENTRY_REQ_CMD); in mei_me_pg_legacy_enter_sync() 759 ret = mei_hbm_pg(dev, MEI_PG_ISOLATION_EXIT_RES_CMD); in mei_me_pg_legacy_exit_sync() 896 ret = mei_hbm_pg(dev, MEI_PG_ISOLATION_ENTRY_REQ_CMD); in mei_me_d0i3_enter_sync()
|
H A D | hbm.c | 640 * mei_hbm_pg - sends pg command 648 int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd) in mei_hbm_pg() function 667 EXPORT_SYMBOL_GPL(mei_hbm_pg); variable
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | hbm.h | 51 int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd);
|
H A D | hw-me.c | 744 ret = mei_hbm_pg(dev, MEI_PG_ISOLATION_ENTRY_REQ_CMD); in mei_me_pg_legacy_enter_sync() 799 ret = mei_hbm_pg(dev, MEI_PG_ISOLATION_EXIT_RES_CMD); in mei_me_pg_legacy_exit_sync() 935 ret = mei_hbm_pg(dev, MEI_PG_ISOLATION_ENTRY_REQ_CMD); in mei_me_d0i3_enter_sync()
|
H A D | hbm.c | 765 * mei_hbm_pg - sends pg command 773 int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd) in mei_hbm_pg() function 792 EXPORT_SYMBOL_GPL(mei_hbm_pg); variable
|
Completed in 8 milliseconds