Lines Matching full:azoteq
3 * Azoteq IQS269A Capacitive Touch Controller
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()
683 if (!fwnode_property_read_u32(ev_node, "azoteq,thresh", &val)) { in iqs269_parse_chan()
695 if (!fwnode_property_read_u32(ev_node, "azoteq,hyst", &val)) { in iqs269_parse_chan()
761 "azoteq,hall-enable"); in iqs269_parse_prop()
768 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-lta", in iqs269_parse_prop()
780 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-cnt", in iqs269_parse_prop()
792 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-lta", in iqs269_parse_prop()
804 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-cnt", in iqs269_parse_prop()
816 if (!device_property_read_u32(&client->dev, "azoteq,rate-np-ms", in iqs269_parse_prop()
826 if (!device_property_read_u32(&client->dev, "azoteq,rate-lp-ms", in iqs269_parse_prop()
836 if (!device_property_read_u32(&client->dev, "azoteq,rate-ulp-ms", in iqs269_parse_prop()
846 if (!device_property_read_u32(&client->dev, "azoteq,timeout-pwr-ms", in iqs269_parse_prop()
856 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs269_parse_prop()
870 if (device_property_present(&client->dev, "azoteq,ati-band-disable")) in iqs269_parse_prop()
874 if (device_property_present(&client->dev, "azoteq,ati-lp-only")) in iqs269_parse_prop()
878 if (device_property_present(&client->dev, "azoteq,ati-band-tighten")) in iqs269_parse_prop()
882 if (device_property_present(&client->dev, "azoteq,filt-disable")) in iqs269_parse_prop()
885 if (!device_property_read_u32(&client->dev, "azoteq,gpio3-select", in iqs269_parse_prop()
898 if (device_property_present(&client->dev, "azoteq,dual-direction")) in iqs269_parse_prop()
901 if (!device_property_read_u32(&client->dev, "azoteq,tx-freq", &val)) { in iqs269_parse_prop()
913 if (device_property_present(&client->dev, "azoteq,global-cap-increase")) in iqs269_parse_prop()
916 if (!device_property_read_u32(&client->dev, "azoteq,reseed-select", in iqs269_parse_prop()
929 if (device_property_present(&client->dev, "azoteq,tracking-enable")) in iqs269_parse_prop()
932 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-slider", in iqs269_parse_prop()
973 if (device_property_present(&client->dev, "azoteq,clk-div")) in iqs269_parse_prop()
985 if (!device_property_read_u32(&client->dev, "azoteq,suspend-mode", in iqs269_parse_prop()
996 if (!device_property_read_u32(&client->dev, "azoteq,ulp-update", in iqs269_parse_prop()
1008 if (device_property_present(&client->dev, "azoteq,reseed-offset")) in iqs269_parse_prop()
1738 { .compatible = "azoteq,iqs269a" },
1754 MODULE_DESCRIPTION("Azoteq IQS269A Capacitive Touch Controller");