Lines Matching refs:ch_node
502 const struct fwnode_handle *ch_node) in iqs269_parse_chan() argument
511 error = fwnode_property_read_u32(ch_node, "reg", ®); in iqs269_parse_chan()
522 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan()
525 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan()
528 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan()
531 if (fwnode_property_present(ch_node, "azoteq,slider1-select")) in iqs269_parse_chan()
542 error = iqs269_parse_mask(ch_node, "azoteq,rx-enable", in iqs269_parse_chan()
550 error = iqs269_parse_mask(ch_node, "azoteq,tx-enable", in iqs269_parse_chan()
562 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan()
566 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan()
571 if (!fwnode_property_read_u32(ch_node, "azoteq,local-cap-size", &val)) { in iqs269_parse_chan()
593 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan()
596 if (!fwnode_property_read_u32(ch_node, "azoteq,proj-bias", &val)) { in iqs269_parse_chan()
608 if (!fwnode_property_read_u32(ch_node, "azoteq,sense-mode", &val)) { in iqs269_parse_chan()
620 if (!fwnode_property_read_u32(ch_node, "azoteq,sense-freq", &val)) { in iqs269_parse_chan()
633 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
639 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs269_parse_chan()
648 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs269_parse_chan()
657 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs269_parse_chan()
667 error = iqs269_parse_mask(ch_node, "azoteq,assoc-select", in iqs269_parse_chan()
675 if (!fwnode_property_read_u32(ch_node, "azoteq,assoc-weight", &val)) { in iqs269_parse_chan()
687 ev_node = fwnode_get_named_child_node(ch_node, in iqs269_parse_chan()
754 struct fwnode_handle *ch_node; in iqs269_parse_prop() local
967 device_for_each_child_node(&client->dev, ch_node) { in iqs269_parse_prop()
968 error = iqs269_parse_chan(iqs269, ch_node); in iqs269_parse_prop()
970 fwnode_handle_put(ch_node); in iqs269_parse_prop()