Lines Matching full:azoteq

3  * Azoteq IQS269A Capacitive Touch Controller
577 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan()
580 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan()
583 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan()
586 if (fwnode_property_present(ch_node, "azoteq,slider1-select") && in iqs269_parse_chan()
592 error = iqs269_parse_mask(ch_node, "azoteq,rx-enable", in iqs269_parse_chan()
600 error = iqs269_parse_mask(ch_node, "azoteq,tx-enable", in iqs269_parse_chan()
612 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan()
616 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan()
621 if (!fwnode_property_read_u32(ch_node, "azoteq,local-cap-size", &val)) { in iqs269_parse_chan()
643 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan()
646 if (!fwnode_property_read_u32(ch_node, "azoteq,proj-bias", &val)) { in iqs269_parse_chan()
658 if (!fwnode_property_read_u32(ch_node, "azoteq,sense-mode", &val)) { in iqs269_parse_chan()
670 if (!fwnode_property_read_u32(ch_node, "azoteq,sense-freq", &val)) { in iqs269_parse_chan()
683 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan()
689 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs269_parse_chan()
698 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs269_parse_chan()
707 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs269_parse_chan()
717 error = iqs269_parse_mask(ch_node, "azoteq,assoc-select", in iqs269_parse_chan()
725 if (!fwnode_property_read_u32(ch_node, "azoteq,assoc-weight", &val)) { in iqs269_parse_chan()
742 if (!fwnode_property_read_u32(ev_node, "azoteq,thresh", &val)) { in iqs269_parse_chan()
754 if (!fwnode_property_read_u32(ev_node, "azoteq,hyst", &val)) { in iqs269_parse_chan()
819 "azoteq,hall-enable"); in iqs269_parse_prop()
826 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-lta", in iqs269_parse_prop()
838 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-cnt", in iqs269_parse_prop()
850 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-lta", in iqs269_parse_prop()
862 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-cnt", in iqs269_parse_prop()
874 if (!device_property_read_u32(&client->dev, "azoteq,rate-np-ms", in iqs269_parse_prop()
884 if (!device_property_read_u32(&client->dev, "azoteq,rate-lp-ms", in iqs269_parse_prop()
894 if (!device_property_read_u32(&client->dev, "azoteq,rate-ulp-ms", in iqs269_parse_prop()
904 if (!device_property_read_u32(&client->dev, "azoteq,timeout-pwr-ms", in iqs269_parse_prop()
914 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs269_parse_prop()
928 if (device_property_present(&client->dev, "azoteq,ati-band-disable")) in iqs269_parse_prop()
932 if (device_property_present(&client->dev, "azoteq,ati-lp-only")) in iqs269_parse_prop()
936 if (device_property_present(&client->dev, "azoteq,ati-band-tighten")) in iqs269_parse_prop()
940 if (device_property_present(&client->dev, "azoteq,filt-disable")) in iqs269_parse_prop()
943 if (!device_property_read_u32(&client->dev, "azoteq,gpio3-select", in iqs269_parse_prop()
956 if (device_property_present(&client->dev, "azoteq,dual-direction")) in iqs269_parse_prop()
959 if (!device_property_read_u32(&client->dev, "azoteq,tx-freq", &val)) { in iqs269_parse_prop()
971 if (device_property_present(&client->dev, "azoteq,global-cap-increase")) in iqs269_parse_prop()
974 if (!device_property_read_u32(&client->dev, "azoteq,reseed-select", in iqs269_parse_prop()
987 if (device_property_present(&client->dev, "azoteq,tracking-enable")) in iqs269_parse_prop()
990 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-slider", in iqs269_parse_prop()
1022 "azoteq,touch-hold-ms", &val)) { in iqs269_parse_prop()
1065 if (device_property_present(&client->dev, "azoteq,clk-div")) in iqs269_parse_prop()
1077 if (!device_property_read_u32(&client->dev, "azoteq,suspend-mode", in iqs269_parse_prop()
1088 if (!device_property_read_u32(&client->dev, "azoteq,ulp-update", in iqs269_parse_prop()
1122 "azoteq,gesture-swipe")) in iqs269_parse_prop()
1133 "azoteq,timeout-tap-ms", &val)) { in iqs269_parse_prop()
1144 "azoteq,timeout-swipe-ms", in iqs269_parse_prop()
1156 "azoteq,thresh-swipe", &val)) { in iqs269_parse_prop()
1170 if (device_property_present(&client->dev, "azoteq,reseed-offset")) in iqs269_parse_prop()
1965 .compatible = "azoteq,iqs269a",
1969 .compatible = "azoteq,iqs269a-00",
1973 .compatible = "azoteq,iqs269a-d0",
1992 MODULE_DESCRIPTION("Azoteq IQS269A Capacitive Touch Controller");