Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 8 of 8) sorted by relevance

/sound/soc/intel/catpt/
Ddsp.c257 static int catpt_dsp_select_lpclock(struct catpt_dev *cdev, bool lp, bool waiti) in catpt_dsp_select_lpclock() argument
264 val = lp ? CATPT_CS_LPCS : 0; in catpt_dsp_select_lpclock()
282 if (lp) { in catpt_dsp_select_lpclock()
307 cdev->spec->pll_shutdown(cdev, lp); in catpt_dsp_select_lpclock()
/sound/soc/intel/avs/
Ddsp.c301 bool lp, u16 attributes, u8 *instance_id) in avs_dsp_create_pipeline() argument
310 ret = avs_ipc_create_pipeline(adev, req_size, priority, id, lp, attributes); in avs_dsp_create_pipeline()
Dtopology.h117 bool lp; member
Dmessages.c87 u8 instance_id, bool lp, u16 attributes) in avs_ipc_create_pipeline() argument
96 msg.ext.create_ppl.lp = lp; in avs_ipc_create_pipeline()
Dmessages.h87 u32 lp:1; /* low power flag */ member
297 u8 instance_id, bool lp, u16 attributes);
Davs.h278 bool lp, u16 attributes, u8 *instance_id);
Dpath.c676 cfg->lp, cfg->attributes, in avs_path_pipeline_create()
Dtopology.c940 .offset = offsetof(struct avs_tplg_pplcfg, lp),