Searched refs:NC_VD_COAX_TEST_STR (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/ |
| H A D | jaguar1_coax_protocol.h | 76 typedef struct NC_VD_COAX_TEST_STR{ struct 98 }NC_VD_COAX_TEST_STR; argument 191 void coax_test_tx_init_read(NC_VD_COAX_TEST_STR *coax_tx_mode); // Coax Test : Tx Init Read 192 void coax_test_data_set(NC_VD_COAX_TEST_STR *coax_data); // Coax Test : 1byte Data write 193 void coax_test_data_get(NC_VD_COAX_TEST_STR *coax_data); // Coax Test : 1byte Data read
|
| H A D | jaguar1_drv.c | 422 NC_VD_COAX_TEST_STR coax_test_val; in jaguar1_ioctl() 625 if(copy_from_user(&coax_test_val, argp, sizeof(NC_VD_COAX_TEST_STR))) in jaguar1_ioctl() 628 cpy2usr_ret = copy_to_user(argp, &coax_test_val, sizeof(NC_VD_COAX_TEST_STR)); in jaguar1_ioctl() 631 if(copy_from_user(&coax_test_val, argp, sizeof(NC_VD_COAX_TEST_STR))) in jaguar1_ioctl() 636 if(copy_from_user(&coax_test_val, argp, sizeof(NC_VD_COAX_TEST_STR))) in jaguar1_ioctl() 639 cpy2usr_ret = copy_to_user(argp, &coax_test_val, sizeof(NC_VD_COAX_TEST_STR)); in jaguar1_ioctl()
|
| H A D | jaguar1_coax_protocol.c | 1412 void coax_test_tx_init_read(NC_VD_COAX_TEST_STR *coax_tx_mode) in coax_test_tx_init_read() 1469 void coax_test_data_set(NC_VD_COAX_TEST_STR *coax_data) in coax_test_data_set() 1486 void coax_test_data_get(NC_VD_COAX_TEST_STR *coax_data) in coax_test_data_get()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_coax_protocol.h | 67 typedef struct NC_VD_COAX_TEST_STR{ struct 89 } NC_VD_COAX_TEST_STR; argument 195 void nvp6158_coax_test_tx_init_read(NC_VD_COAX_TEST_STR *coax_tx_mode); // Coax Test : Tx Init R… 196 void nvp6158_coax_test_data_set(NC_VD_COAX_TEST_STR *coax_data); // Coax Test : 1byte Dat… 197 void nvp6158_coax_test_data_get(NC_VD_COAX_TEST_STR *coax_data); // Coax Test : 1byte Dat…
|
| H A D | nvp6158_coax_protocol.c | 1340 void nvp6158_coax_test_tx_init_read(NC_VD_COAX_TEST_STR *coax_tx_mode) in nvp6158_coax_test_tx_init_read() 1378 void nvp6158_coax_test_data_set(NC_VD_COAX_TEST_STR *coax_data) in nvp6158_coax_test_data_set() 1412 void nvp6158_coax_test_data_get(NC_VD_COAX_TEST_STR *coax_data) in nvp6158_coax_test_data_get()
|