Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzv2h-cpg.h276 bool no_pm; member
291 .no_pm = (_no_pm), \
H A Drzv2h-cpg.c161 bool no_pm; member
1269 clock->no_pm = mod->no_pm; in rzv2h_cpg_register_mod_clk()
1456 return !clock->no_pm; in rzv2h_cpg_is_pm_clk()
/linux/sound/soc/sof/
H A Dipc4.c478 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc4_set_get_data()
486 if (!no_pm) { in sof_ipc4_set_get_data()
394 sof_ipc4_tx_msg(struct snd_sof_dev * sdev,void * msg_data,size_t msg_bytes,void * reply_data,size_t reply_bytes,bool no_pm) sof_ipc4_tx_msg() argument
/linux/include/linux/
H A Ddevice.h1038 return dev->power.no_pm; in device_pm_not_required()
1043 dev->power.no_pm = true; in device_set_pm_not_required()
/linux/drivers/base/power/
H A Dmain.c260 if (dev->power.no_pm) in dpm_wait()