Searched refs:nvp6158_coax_str (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_coax_protocol.h | 137 } nvp6158_coax_str; typedef 167 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 176 void nvp6158_coax_rx_data_get( nvp6158_coax_str *coax_rx ); // Coax Rx : All Rx Buffer read 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 D | nvp6158_drv.c | 351 nvp6158_coax_str coax_val; in nvp6158_native_ioctl() 539 if(copy_from_user(&coax_val, argp, sizeof(nvp6158_coax_str))) in nvp6158_native_ioctl() 544 if(copy_from_user(&coax_val, argp, sizeof(nvp6158_coax_str))) in nvp6158_native_ioctl() 549 if(copy_from_user(&coax_val, argp, sizeof(nvp6158_coax_str))) in nvp6158_native_ioctl() 554 if(copy_from_user(&coax_val, argp, sizeof(nvp6158_coax_str))) in nvp6158_native_ioctl() 559 if(copy_from_user(&coax_val, argp, sizeof(nvp6158_coax_str))) in nvp6158_native_ioctl() 564 if(copy_from_user(&coax_val, argp, sizeof(nvp6158_coax_str))) in nvp6158_native_ioctl() 569 if(copy_from_user(&coax_val, argp, sizeof(nvp6158_coax_str))) in nvp6158_native_ioctl() 572 cpy2usr_ret = copy_to_user(argp, &coax_val, sizeof(nvp6158_coax_str)); in nvp6158_native_ioctl() 575 if(copy_from_user(&coax_val, argp, sizeof(nvp6158_coax_str))) in nvp6158_native_ioctl() [all …]
|
| H A D | nvp6158_coax_protocol.c | 160 void nvp6158_coax_tx_init(nvp6158_coax_str *ps_coax_str) in nvp6158_coax_tx_init() 227 int nvp6158_coax_tx_16bit_init( nvp6158_coax_str *ps_coax_str ) 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() 456 void nvp6158_coax_tx_16bit_cmd_send( nvp6158_coax_str *ps_coax_str ) in nvp6158_coax_tx_16bit_cmd_send() 511 void nvp6158_coax_tx_cvi_new_cmd_send( nvp6158_coax_str *ps_coax_str ) in nvp6158_coax_tx_cvi_new_cmd_send() 579 void nvp6158_coax_rx_init( nvp6158_coax_str *ps_coax_str ) in nvp6158_coax_rx_init() 620 void nvp6158_coax_rx_data_get( nvp6158_coax_str *coax_rx ) in nvp6158_coax_rx_data_get() 657 void nvp6158_coax_rx_buffer_clear( nvp6158_coax_str *ps_coax_str ) in nvp6158_coax_rx_buffer_clear() 679 void nvp6158_coax_rx_deinit( nvp6158_coax_str *ps_coax_str ) in nvp6158_coax_rx_deinit()
|
| H A D | nvp6158_video.c | 1004 nvp6158_coax_str s_coax_str; in nvp6158_set_chnmode() 1060 nvp6158_coax_str s_coax_str; in nvp6168_set_chnmode()
|