Home
last modified time | relevance | path

Searched refs:no_pm (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dipc4.c360 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc4_tx_msg() argument
368 if (!no_pm) { in sof_ipc4_tx_msg()
H A Dipc3.c356 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc3_tx_msg() argument
366 if (!no_pm) { in sof_ipc3_tx_msg()
H A Dsof-priv.h498 void *reply_data, size_t reply_bytes, bool no_pm);
/openbmc/linux/include/linux/
H A Ddevice.h965 return dev->power.no_pm; in device_pm_not_required()
970 dev->power.no_pm = true; in device_set_pm_not_required()
H A Dpm.h672 bool no_pm:1; member