Searched refs:lp (Results 1 – 8 of 8) sorted by relevance
/sound/soc/intel/catpt/ |
D | dsp.c | 257 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/ |
D | dsp.c | 301 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()
|
D | topology.h | 117 bool lp; member
|
D | messages.c | 87 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()
|
D | messages.h | 87 u32 lp:1; /* low power flag */ member 297 u8 instance_id, bool lp, u16 attributes);
|
D | avs.h | 278 bool lp, u16 attributes, u8 *instance_id);
|
D | path.c | 676 cfg->lp, cfg->attributes, in avs_path_pipeline_create()
|
D | topology.c | 940 .offset = offsetof(struct avs_tplg_pplcfg, lp),
|