Lines Matching refs:param1

360 					phr->u.c.param1 =  in hpi_check_control_cache_single()
363 phr->u.c.param1 = 0; in hpi_check_control_cache_single()
367 phr->u.c.param1 = 0; in hpi_check_control_cache_single()
375 phr->u.c.param1 = pC->u.mux.source_node_type; in hpi_check_control_cache_single()
383 phr->u.c.param1 = pC->u.mode.mode; in hpi_check_control_cache_single()
396 phr->u.c.param1 = pC->u.tuner.freq_ink_hz; in hpi_check_control_cache_single()
398 phr->u.c.param1 = pC->u.tuner.band; in hpi_check_control_cache_single()
413 phr->u.c.param1 = pC->u.aes3rx.error_status; in hpi_check_control_cache_single()
415 phr->u.c.param1 = pC->u.aes3rx.format; in hpi_check_control_cache_single()
421 phr->u.c.param1 = pC->u.aes3tx.format; in hpi_check_control_cache_single()
427 phr->u.c.param1 = pC->u.tone.state; in hpi_check_control_cache_single()
433 phr->u.c.param1 = pC->u.silence.state; in hpi_check_control_cache_single()
439 phr->u.c.param1 = pC->u.microphone.phantom_state; in hpi_check_control_cache_single()
445 phr->u.c.param1 = pC->u.clk.source; in hpi_check_control_cache_single()
449 phr->u.c.param1 = 0; in hpi_check_control_cache_single()
453 phr->u.c.param1 = pC->u.clk.source_index; in hpi_check_control_cache_single()
455 phr->u.c.param1 = pC->u.clk.sample_rate; in hpi_check_control_cache_single()
472 phr->u.c.param1 = p_pad->pI; in hpi_check_control_cache_single()
474 phr->u.c.param1 = p_pad->pTY; in hpi_check_control_cache_single()
479 unsigned int offset = phm->u.c.param1; in hpi_check_control_cache_single()
573 if (phm->u.c.param1) in hpi_cmn_control_cache_sync_to_msg_single()
582 pC->u.mux.source_node_type = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
589 pC->u.mode.mode = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
599 pC->u.microphone.phantom_state = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
603 pC->u.aes3tx.format = phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
607 pC->u.aes3rx.format = phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
611 pC->u.clk.source = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
613 pC->u.clk.source_index = (u16)phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()
615 pC->u.clk.sample_rate = phm->u.c.param1; in hpi_cmn_control_cache_sync_to_msg_single()