Lines Matching refs:param1

363 					phr->u.c.param1 =  in hpi_check_control_cache()
366 phr->u.c.param1 = 0; in hpi_check_control_cache()
370 phr->u.c.param1 = 0; in hpi_check_control_cache()
378 phr->u.c.param1 = pC->u.mux.source_node_type; in hpi_check_control_cache()
386 phr->u.c.param1 = pC->u.mode.mode; in hpi_check_control_cache()
399 phr->u.c.param1 = pC->u.tuner.freq_ink_hz; in hpi_check_control_cache()
401 phr->u.c.param1 = pC->u.tuner.band; in hpi_check_control_cache()
416 phr->u.c.param1 = pC->u.aes3rx.error_status; in hpi_check_control_cache()
418 phr->u.c.param1 = pC->u.aes3rx.format; in hpi_check_control_cache()
424 phr->u.c.param1 = pC->u.aes3tx.format; in hpi_check_control_cache()
430 phr->u.c.param1 = pC->u.tone.state; in hpi_check_control_cache()
436 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache()
442 phr->u.c.param1 = pC->u.microphone.phantom_state; in hpi_check_control_cache()
448 phr->u.c.param1 = pC->u.clk.source; in hpi_check_control_cache()
452 phr->u.c.param1 = 0; in hpi_check_control_cache()
456 phr->u.c.param1 = pC->u.clk.source_index; in hpi_check_control_cache()
458 phr->u.c.param1 = pC->u.clk.sample_rate; in hpi_check_control_cache()
475 phr->u.c.param1 = p_pad->pI; in hpi_check_control_cache()
477 phr->u.c.param1 = p_pad->pTY; in hpi_check_control_cache()
482 unsigned int offset = phm->u.c.param1; in hpi_check_control_cache()
571 if (phm->u.c.param1) in hpi_cmn_control_cache_sync_to_msg()
580 pC->u.mux.source_node_type = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg()
587 pC->u.mode.mode = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg()
597 pC->u.microphone.phantom_state = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg()
601 pC->u.aes3tx.format = phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg()
605 pC->u.aes3rx.format = phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg()
609 pC->u.clk.source = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg()
611 pC->u.clk.source_index = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg()
613 pC->u.clk.sample_rate = phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg()