Home
last modified time | relevance | path

Searched refs:NC_VD_COAX_Init_STR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_coax_protocol.c72 static NC_VD_COAX_Init_STR *__NC_VD_COAX_InitFormat_Get( NC_VIVO_CH_FORMATDEF def ) in __NC_VD_COAX_InitFormat_Get()
74 NC_VD_COAX_Init_STR *pRet = &coax_init_lists[def]; in __NC_VD_COAX_InitFormat_Get()
82 static NC_VD_COAX_Init_STR *__NC_VD_COAX_16bit_InitFormat_Get( NC_VIVO_CH_FORMATDEF def ) in __NC_VD_COAX_16bit_InitFormat_Get()
84 NC_VD_COAX_Init_STR *pRet = &coax_acp_16bit_init_lists[def]; in __NC_VD_COAX_16bit_InitFormat_Get()
177 NC_VD_COAX_Init_STR *CoaxVal = __NC_VD_COAX_InitFormat_Get( coax_tx->vivo_fmt ); in coax_tx_init()
293 NC_VD_COAX_Init_STR *CoaxVal; in coax_tx_16bit_init()
417NC_VD_COAX_Init_STR *CoaxVal = __NC_VD_COAX_InitFormat_Get(vivofmt); // Get from Coax_Tx_Init T… in coax_tx_cmd_send()
536NC_VD_COAX_Init_STR *CoaxVal = __NC_VD_COAX_InitFormat_Get(vivofmt); // Get from Coax_Tx_Init T… in coax_tx_16bit_cmd_send()
594NC_VD_COAX_Init_STR *CoaxVal = __NC_VD_COAX_InitFormat_Get(vivofmt); // Get from Coax_Tx_Init T… in coax_tx_cvi_new_cmd_send()
652 NC_VD_COAX_Init_STR *coax_rx_val = __NC_VD_COAX_InitFormat_Get(vivofmt); in coax_rx_init()
H A Djaguar1_coax_table.h29 typedef struct NC_VD_COAX_Init_STR{ struct
61 }NC_VD_COAX_Init_STR; argument
79 NC_VD_COAX_Init_STR coax_acp_16bit_init_lists[]=
423 NC_VD_COAX_Init_STR coax_init_lists[]=
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_coax_protocol.c68 static NC_VD_COAX_Init_STR *__NC_VD_COAX_InitFormat_Get(NC_VIVO_CH_FORMATDEF def) in __NC_VD_COAX_InitFormat_Get()
70 NC_VD_COAX_Init_STR *pRet = &nvp6158_coax_init_lists[def]; in __NC_VD_COAX_InitFormat_Get()
77 static NC_VD_COAX_Init_STR *__NC_VD_COAX_16bit_InitFormat_Get(NC_VIVO_CH_FORMATDEF def) in __NC_VD_COAX_16bit_InitFormat_Get()
79 NC_VD_COAX_Init_STR *pRet = &nvp6158_coax_acp_16bit_init_lists[def]; in __NC_VD_COAX_16bit_InitFormat_Get()
165 NC_VD_COAX_Init_STR *CoaxVal = __NC_VD_COAX_InitFormat_Get( ps_coax_str->fmt_def); in nvp6158_coax_tx_init()
230 NC_VD_COAX_Init_STR *CoaxVal; in nvp6158_coax_tx_16bit_init()
332NC_VD_COAX_Init_STR *CoaxVal = __NC_VD_COAX_InitFormat_Get(vivofmt); // Get from Coax_Tx_Init T… in nvp6158_coax_tx_cmd_send()
473NC_VD_COAX_Init_STR *CoaxVal = __NC_VD_COAX_InitFormat_Get(vivofmt); // Get from Coax_Tx_Init T… in nvp6158_coax_tx_16bit_cmd_send()
528NC_VD_COAX_Init_STR *CoaxVal = __NC_VD_COAX_InitFormat_Get(vivofmt); // Get from Coax_Tx_Init T… in nvp6158_coax_tx_cvi_new_cmd_send()
586 NC_VD_COAX_Init_STR *coax_rx_val = __NC_VD_COAX_InitFormat_Get(ps_coax_str->fmt_def); in nvp6158_coax_rx_init()
H A Dnvp6158_coax_table.h29 typedef struct NC_VD_COAX_Init_STR{ struct
61 }NC_VD_COAX_Init_STR; argument
80 static NC_VD_COAX_Init_STR nvp6158_coax_acp_16bit_init_lists[]=
457 static NC_VD_COAX_Init_STR nvp6158_coax_init_lists[]=