Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/renesas/
H A Drzv2h-cpg.h131 bool no_pm; member
144 .no_pm = (_no_pm), \
H A Drzv2h-cpg.c119 bool no_pm; member
607 clock->no_pm = mod->no_pm; in rzv2h_cpg_register_mod_clk()
790 return !clock->no_pm; in rzv2h_cpg_is_pm_clk()
/linux-6.15/include/linux/
H A Ddevice.h886 return dev->power.no_pm; in device_pm_not_required()
891 dev->power.no_pm = true; in device_set_pm_not_required()
H A Dpm.h670 bool no_pm:1; member
/linux-6.15/sound/soc/sof/
H A Dipc4.c369 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc4_tx_msg() argument
377 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.h515 void *reply_data, size_t reply_bytes, bool no_pm);