Searched refs:ps_coax_str (Results 1 – 2 of 2) sorted by relevance
167 void nvp6158_coax_tx_init( nvp6158_coax_str *ps_coax_str ); // Coax Tx : Initialize168 void nvp6158_coax_tx_cmd_send( nvp6158_coax_str *ps_coax_str ); // Coax Tx : Command Send170 int nvp6158_coax_tx_16bit_init( nvp6158_coax_str *ps_coax_str );171 void nvp6158_coax_tx_16bit_cmd_send( nvp6158_coax_str *ps_coax_str );172 void nvp6158_coax_tx_cvi_new_cmd_send( nvp6158_coax_str *ps_coax_str );175 void nvp6158_coax_rx_init( nvp6158_coax_str *ps_coax_str ); // Coax Rx : Initialize177 void nvp6158_coax_rx_buffer_clear( nvp6158_coax_str *ps_coax_str ); // Coax Rx : Rx Buffer Clear178 void nvp6158_coax_rx_deinit( nvp6158_coax_str *ps_coax_str ); // Coax Rx : 3x63 Set[ 1 -> 0…
160 void nvp6158_coax_tx_init(nvp6158_coax_str *ps_coax_str) in nvp6158_coax_tx_init() argument162 unsigned char ch = ps_coax_str->ch % 4; in nvp6158_coax_tx_init()163 unsigned char devnum = ps_coax_str->ch / 4; in nvp6158_coax_tx_init()165 NC_VD_COAX_Init_STR *CoaxVal = __NC_VD_COAX_InitFormat_Get( ps_coax_str->fmt_def); in nvp6158_coax_tx_init()227 int nvp6158_coax_tx_16bit_init( nvp6158_coax_str *ps_coax_str ) in nvp6158_coax_tx_16bit_init() argument232 unsigned char ch = ps_coax_str->ch % 4; in nvp6158_coax_tx_16bit_init()233 unsigned char devnum = ps_coax_str->ch / 4; in nvp6158_coax_tx_16bit_init()234 NC_VIVO_CH_FORMATDEF fmt_def = ps_coax_str->fmt_def; in nvp6158_coax_tx_16bit_init()312 void nvp6158_coax_tx_cmd_send( nvp6158_coax_str *ps_coax_str ) in nvp6158_coax_tx_cmd_send() argument318 unsigned char ch = ps_coax_str->ch % 4; in nvp6158_coax_tx_cmd_send()[all …]