Lines Matching full:ati
689 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs269_parse_chan()
693 "Invalid channel %u ATI mode: %u\n", reg, val); in iqs269_parse_chan()
698 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs269_parse_chan()
702 "Invalid channel %u ATI base: %u\n", reg, val); in iqs269_parse_chan()
707 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs269_parse_chan()
711 "Invalid channel %u ATI target: %u\n", reg, in iqs269_parse_chan()
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()
1058 * Volunteer all active channels to participate in ATI when REDO-ATI is in iqs269_parse_prop()
1466 * The following completion signals that ATI has finished, any initial in iqs269_report()
1890 dev_err(&client->dev, "Failed to complete ATI\n"); in iqs269_probe()
1896 * until ATI is complete and the initial switch states are read. in iqs269_probe()