Lines Matching full:ati
681 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs269_parse_chan()
685 "Invalid channel %u ATI mode: %u\n", reg, val); in iqs269_parse_chan()
690 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs269_parse_chan()
694 "Invalid channel %u ATI base: %u\n", reg, val); in iqs269_parse_chan()
699 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs269_parse_chan()
703 "Invalid channel %u ATI target: %u\n", reg, in iqs269_parse_chan()
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()
1048 * Volunteer all active channels to participate in ATI when REDO-ATI is in iqs269_parse_prop()
1453 * The following completion signals that ATI has finished, any initial in iqs269_report()
1873 dev_err(&client->dev, "Failed to complete ATI\n"); in iqs269_probe()
1879 * until ATI is complete and the initial switch states are read. in iqs269_probe()