Home
last modified time | relevance | path

Searched refs:ps_coax_str (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_coax_protocol.h167 void nvp6158_coax_tx_init( nvp6158_coax_str *ps_coax_str ); // Coax Tx : Initialize
168 void nvp6158_coax_tx_cmd_send( nvp6158_coax_str *ps_coax_str ); // Coax Tx : Command Send
170 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 : Initialize
177 void nvp6158_coax_rx_buffer_clear( nvp6158_coax_str *ps_coax_str ); // Coax Rx : Rx Buffer Clear
178 void nvp6158_coax_rx_deinit( nvp6158_coax_str *ps_coax_str ); // Coax Rx : 3x63 Set[ 1 -> 0…
H A Dnvp6158_coax_protocol.c160 void nvp6158_coax_tx_init(nvp6158_coax_str *ps_coax_str) in nvp6158_coax_tx_init() argument
162 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() argument
232 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() argument
318 unsigned char ch = ps_coax_str->ch % 4; in nvp6158_coax_tx_cmd_send()
[all …]