Home
last modified time | relevance | path

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 Djaguar1_coax_protocol.h76 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 Djaguar1_drv.c422 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 Djaguar1_coax_protocol.c1412 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 Dnvp6158_coax_protocol.h67 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 Dnvp6158_coax_protocol.c1340 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()