Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc_dbg.c103 static const char * const drv_odt_msg[] = { variable
512 for (i = 0; i < ARRAY_SIZE(drv_odt_msg); i++) { in drvodt_proc_show()
517 i, drv_odt_msg[i], in drvodt_proc_show()
525 i, drv_odt_msg[i], *(p_uint + (i * 3)), in drvodt_proc_show()
529 else if (i < (ARRAY_SIZE(drv_odt_msg) - 2)) in drvodt_proc_show()
533 i, drv_odt_msg[i], *(p_uint + (i * 3)), in drvodt_proc_show()
542 i, drv_odt_msg[i], *(p_uint + (i * 3)), in drvodt_proc_show()
635 if (offset >= ARRAY_SIZE(drv_odt_msg)) { in drvodt_proc_write()
640 offset = array_index_nospec(offset, ARRAY_SIZE(drv_odt_msg) * 3); in drvodt_proc_write()