Lines Matching refs:param1
351 phr->u.c.param1 = in hpi_check_control_cache_single()
354 phr->u.c.param1 = 0; in hpi_check_control_cache_single()
358 phr->u.c.param1 = 0; in hpi_check_control_cache_single()
366 phr->u.c.param1 = pC->u.mux.source_node_type; in hpi_check_control_cache_single()
374 phr->u.c.param1 = pC->u.mode.mode; in hpi_check_control_cache_single()
387 phr->u.c.param1 = pC->u.tuner.freq_ink_hz; in hpi_check_control_cache_single()
389 phr->u.c.param1 = pC->u.tuner.band; in hpi_check_control_cache_single()
404 phr->u.c.param1 = pC->u.aes3rx.error_status; in hpi_check_control_cache_single()
406 phr->u.c.param1 = pC->u.aes3rx.format; in hpi_check_control_cache_single()
412 phr->u.c.param1 = pC->u.aes3tx.format; in hpi_check_control_cache_single()
418 phr->u.c.param1 = pC->u.tone.state; in hpi_check_control_cache_single()
424 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache_single()
430 phr->u.c.param1 = pC->u.microphone.phantom_state; in hpi_check_control_cache_single()
436 phr->u.c.param1 = pC->u.clk.source; in hpi_check_control_cache_single()
440 phr->u.c.param1 = 0; in hpi_check_control_cache_single()
444 phr->u.c.param1 = pC->u.clk.source_index; in hpi_check_control_cache_single()
446 phr->u.c.param1 = pC->u.clk.sample_rate; in hpi_check_control_cache_single()
463 phr->u.c.param1 = p_pad->pI; in hpi_check_control_cache_single()
465 phr->u.c.param1 = p_pad->pTY; in hpi_check_control_cache_single()
470 unsigned int offset = phm->u.c.param1; in hpi_check_control_cache_single()
564 if (phm->u.c.param1) in hpi_cmn_control_cache_sync_to_msg_single()
573 pC->u.mux.source_node_type = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
580 pC->u.mode.mode = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
590 pC->u.microphone.phantom_state = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
594 pC->u.aes3tx.format = phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
598 pC->u.aes3rx.format = phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
602 pC->u.clk.source = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
604 pC->u.clk.source_index = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
606 pC->u.clk.sample_rate = phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()