Lines Matching refs:node
799 static int at91_adc_probe_dt_ts(struct device_node *node,
805 ret = of_property_read_u32(node, "atmel,adc-ts-wires", &prop);
824 of_property_read_u32(node, "atmel,adc-ts-pressure-threshold", &prop);
999 struct device_node *node = pdev->dev.of_node;
1014 st->use_external = of_property_read_bool(node, "atmel,adc-use-external-triggers");
1016 if (of_property_read_u32(node, "atmel,adc-channels-used", &prop)) {
1022 st->sleep_mode = of_property_read_bool(node, "atmel,adc-sleep-mode");
1024 if (of_property_read_u32(node, "atmel,adc-startup-time", &prop)) {
1031 of_property_read_u32(node, "atmel,adc-sample-hold-time", &prop);
1034 if (of_property_read_u32(node, "atmel,adc-vref", &prop)) {
1042 !of_property_read_string(node, "atmel,adc-use-res", (const char **)&s)
1053 ret = at91_adc_probe_dt_ts(node, st, &idev->dev);