Searched refs:taal_dcs_read_1 (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/video/omap2/displays/ |
D | panel-taal.c | 247 static int taal_dcs_read_1(struct taal_data *td, u8 dcs_cmd, u8 *data) in taal_dcs_read_1() function 318 r = taal_dcs_read_1(td, DCS_GET_ID1, id1); in taal_get_id() 321 r = taal_dcs_read_1(td, DCS_GET_ID2, id2); in taal_get_id() 324 r = taal_dcs_read_1(td, DCS_GET_ID3, id3); in taal_get_id() 337 r = taal_dcs_read_1(td, MIPI_DCS_GET_ADDRESS_MODE, &mode); in taal_set_addr_mode() 615 r = taal_dcs_read_1(td, DCS_READ_NUM_ERRORS, &errors); in taal_num_errors_show() 1666 r = taal_dcs_read_1(td, DCS_GET_ID1, &id1); in taal_run_test() 1669 r = taal_dcs_read_1(td, DCS_GET_ID2, &id2); in taal_run_test() 1672 r = taal_dcs_read_1(td, DCS_GET_ID3, &id3); in taal_run_test() 1813 r = taal_dcs_read_1(td, MIPI_DCS_GET_DIAGNOSTIC_RESULT, &state1); in taal_esd_work() [all …]
|