Lines Matching full:azoteq

3  * Azoteq IQS269A Capacitive Touch Controller
569 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan()
572 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan()
575 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan()
578 if (fwnode_property_present(ch_node, "azoteq,slider1-select") && in iqs269_parse_chan()
584 error = iqs269_parse_mask(ch_node, "azoteq,rx-enable", in iqs269_parse_chan()
592 error = iqs269_parse_mask(ch_node, "azoteq,tx-enable", in iqs269_parse_chan()
604 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan()
608 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan()
613 if (!fwnode_property_read_u32(ch_node, "azoteq,local-cap-size", &val)) { in iqs269_parse_chan()
635 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan()
638 if (!fwnode_property_read_u32(ch_node, "azoteq,proj-bias", &val)) { in iqs269_parse_chan()
650 if (!fwnode_property_read_u32(ch_node, "azoteq,sense-mode", &val)) { in iqs269_parse_chan()
662 if (!fwnode_property_read_u32(ch_node, "azoteq,sense-freq", &val)) { in iqs269_parse_chan()
675 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
681 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs269_parse_chan()
690 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs269_parse_chan()
699 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs269_parse_chan()
709 error = iqs269_parse_mask(ch_node, "azoteq,assoc-select", in iqs269_parse_chan()
717 if (!fwnode_property_read_u32(ch_node, "azoteq,assoc-weight", &val)) { in iqs269_parse_chan()
735 if (!fwnode_property_read_u32(ev_node, "azoteq,thresh", &val)) { in iqs269_parse_chan()
746 if (!fwnode_property_read_u32(ev_node, "azoteq,hyst", &val)) { in iqs269_parse_chan()
809 "azoteq,hall-enable"); in iqs269_parse_prop()
816 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-lta", in iqs269_parse_prop()
828 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-cnt", in iqs269_parse_prop()
840 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-lta", in iqs269_parse_prop()
852 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-cnt", in iqs269_parse_prop()
864 if (!device_property_read_u32(&client->dev, "azoteq,rate-np-ms", in iqs269_parse_prop()
874 if (!device_property_read_u32(&client->dev, "azoteq,rate-lp-ms", in iqs269_parse_prop()
884 if (!device_property_read_u32(&client->dev, "azoteq,rate-ulp-ms", in iqs269_parse_prop()
894 if (!device_property_read_u32(&client->dev, "azoteq,timeout-pwr-ms", in iqs269_parse_prop()
904 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs269_parse_prop()
918 if (device_property_present(&client->dev, "azoteq,ati-band-disable")) in iqs269_parse_prop()
922 if (device_property_present(&client->dev, "azoteq,ati-lp-only")) in iqs269_parse_prop()
926 if (device_property_present(&client->dev, "azoteq,ati-band-tighten")) in iqs269_parse_prop()
930 if (device_property_present(&client->dev, "azoteq,filt-disable")) in iqs269_parse_prop()
933 if (!device_property_read_u32(&client->dev, "azoteq,gpio3-select", in iqs269_parse_prop()
946 if (device_property_present(&client->dev, "azoteq,dual-direction")) in iqs269_parse_prop()
949 if (!device_property_read_u32(&client->dev, "azoteq,tx-freq", &val)) { in iqs269_parse_prop()
961 if (device_property_present(&client->dev, "azoteq,global-cap-increase")) in iqs269_parse_prop()
964 if (!device_property_read_u32(&client->dev, "azoteq,reseed-select", in iqs269_parse_prop()
977 if (device_property_present(&client->dev, "azoteq,tracking-enable")) in iqs269_parse_prop()
980 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-slider", in iqs269_parse_prop()
1012 "azoteq,touch-hold-ms", &val)) { in iqs269_parse_prop()
1055 if (device_property_present(&client->dev, "azoteq,clk-div")) in iqs269_parse_prop()
1067 if (!device_property_read_u32(&client->dev, "azoteq,suspend-mode", in iqs269_parse_prop()
1078 if (!device_property_read_u32(&client->dev, "azoteq,ulp-update", in iqs269_parse_prop()
1112 "azoteq,gesture-swipe")) in iqs269_parse_prop()
1123 "azoteq,timeout-tap-ms", &val)) { in iqs269_parse_prop()
1134 "azoteq,timeout-swipe-ms", in iqs269_parse_prop()
1146 "azoteq,thresh-swipe", &val)) { in iqs269_parse_prop()
1160 if (device_property_present(&client->dev, "azoteq,reseed-offset")) in iqs269_parse_prop()
1948 .compatible = "azoteq,iqs269a",
1952 .compatible = "azoteq,iqs269a-00",
1956 .compatible = "azoteq,iqs269a-d0",
1975 MODULE_DESCRIPTION("Azoteq IQS269A Capacitive Touch Controller");