Lines Matching full:azoteq

3  * Azoteq IQS269A Capacitive Touch Controller
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()
692 if (!fwnode_property_read_u32(ev_node, "azoteq,thresh", &val)) { in iqs269_parse_chan()
703 if (!fwnode_property_read_u32(ev_node, "azoteq,hyst", &val)) { in iqs269_parse_chan()
760 "azoteq,hall-enable"); in iqs269_parse_prop()
762 if (!device_property_read_u32(&client->dev, "azoteq,suspend-mode", in iqs269_parse_prop()
778 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-lta", in iqs269_parse_prop()
790 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-lp-cnt", in iqs269_parse_prop()
802 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-lta", in iqs269_parse_prop()
814 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-np-cnt", in iqs269_parse_prop()
826 if (!device_property_read_u32(&client->dev, "azoteq,rate-np-ms", in iqs269_parse_prop()
836 if (!device_property_read_u32(&client->dev, "azoteq,rate-lp-ms", in iqs269_parse_prop()
846 if (!device_property_read_u32(&client->dev, "azoteq,rate-ulp-ms", in iqs269_parse_prop()
856 if (!device_property_read_u32(&client->dev, "azoteq,timeout-pwr-ms", in iqs269_parse_prop()
866 if (!device_property_read_u32(&client->dev, "azoteq,timeout-lta-ms", in iqs269_parse_prop()
880 if (device_property_present(&client->dev, "azoteq,ati-band-disable")) in iqs269_parse_prop()
884 if (device_property_present(&client->dev, "azoteq,ati-lp-only")) in iqs269_parse_prop()
888 if (device_property_present(&client->dev, "azoteq,ati-band-tighten")) in iqs269_parse_prop()
892 if (device_property_present(&client->dev, "azoteq,filt-disable")) in iqs269_parse_prop()
895 if (!device_property_read_u32(&client->dev, "azoteq,gpio3-select", in iqs269_parse_prop()
908 if (device_property_present(&client->dev, "azoteq,dual-direction")) in iqs269_parse_prop()
911 if (!device_property_read_u32(&client->dev, "azoteq,tx-freq", &val)) { in iqs269_parse_prop()
923 if (device_property_present(&client->dev, "azoteq,global-cap-increase")) in iqs269_parse_prop()
926 if (!device_property_read_u32(&client->dev, "azoteq,reseed-select", in iqs269_parse_prop()
939 if (device_property_present(&client->dev, "azoteq,tracking-enable")) in iqs269_parse_prop()
942 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-slider", in iqs269_parse_prop()
983 if (device_property_present(&client->dev, "azoteq,clk-div")) { in iqs269_parse_prop()
1000 if (!device_property_read_u32(&client->dev, "azoteq,ulp-update", in iqs269_parse_prop()
1012 if (device_property_present(&client->dev, "azoteq,reseed-offset")) in iqs269_parse_prop()
1809 { .compatible = "azoteq,iqs269a" },
1825 MODULE_DESCRIPTION("Azoteq IQS269A Capacitive Touch Controller");