Lines Matching refs:ch_node

499 			     const struct fwnode_handle *ch_node)  in iqs269_parse_chan()  argument
508 error = fwnode_property_read_u32(ch_node, "reg", &reg); in iqs269_parse_chan()
519 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan()
522 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan()
525 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan()
528 if (fwnode_property_present(ch_node, "azoteq,slider1-select")) in iqs269_parse_chan()
533 error = iqs269_parse_mask(ch_node, "azoteq,rx-enable", in iqs269_parse_chan()
541 error = iqs269_parse_mask(ch_node, "azoteq,tx-enable", in iqs269_parse_chan()
553 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan()
557 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan()
562 if (!fwnode_property_read_u32(ch_node, "azoteq,local-cap-size", &val)) { in iqs269_parse_chan()
584 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan()
587 if (!fwnode_property_read_u32(ch_node, "azoteq,proj-bias", &val)) { in iqs269_parse_chan()
599 if (!fwnode_property_read_u32(ch_node, "azoteq,sense-mode", &val)) { in iqs269_parse_chan()
611 if (!fwnode_property_read_u32(ch_node, "azoteq,sense-freq", &val)) { in iqs269_parse_chan()
624 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
630 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs269_parse_chan()
639 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs269_parse_chan()
648 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs269_parse_chan()
658 error = iqs269_parse_mask(ch_node, "azoteq,assoc-select", in iqs269_parse_chan()
666 if (!fwnode_property_read_u32(ch_node, "azoteq,assoc-weight", &val)) { in iqs269_parse_chan()
678 ev_node = fwnode_get_named_child_node(ch_node, in iqs269_parse_chan()
755 struct fwnode_handle *ch_node; in iqs269_parse_prop() local
957 device_for_each_child_node(&client->dev, ch_node) { in iqs269_parse_prop()
958 error = iqs269_parse_chan(iqs269, ch_node); in iqs269_parse_prop()
960 fwnode_handle_put(ch_node); in iqs269_parse_prop()