Searched refs:adc_node (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | spl_adc_key.c | 36 int adc_node, offset; in key_read() local 49 adc_node = fdt_node_offset_by_compatible(fdt_blob, 0, "adc-keys"); in key_read() 50 if (adc_node < 0) { in key_read() 51 debug("No 'adc-keys' node, ret=%d\n", adc_node); in key_read() 55 ret = fdtdec_get_int_array(fdt_blob, adc_node, "io-channels", in key_read() 62 up_threshold = fdtdec_get_int(fdt_blob, adc_node, in key_read() 70 for (offset = fdt_first_subnode(fdt_blob, adc_node); in key_read() 93 for (offset = fdt_first_subnode(fdt_blob, adc_node); in key_read()
|