Lines Matching full:ati
644 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs626_parse_ati_target()
647 "Invalid %s channel ATI target: %u\n", in iqs626_parse_ati_target()
657 !fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs626_parse_ati_target()
677 "Invalid %s channel ATI base: %u\n", in iqs626_parse_ati_target()
688 if (!fwnode_property_present(ch_node, "azoteq,ati-base")) in iqs626_parse_ati_target()
691 error = fwnode_property_read_u32_array(ch_node, "azoteq,ati-base", in iqs626_parse_ati_target()
695 "Failed to read %s channel ATI bases: %d\n", in iqs626_parse_ati_target()
704 "Invalid %s channel ATI base: %u\n", in iqs626_parse_ati_target()
972 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs626_parse_channel()
975 "Invalid %s channel ATI mode: %u\n", in iqs626_parse_channel()
1053 if (fwnode_property_present(ch_node, "azoteq,ati-band-tighten")) in iqs626_parse_channel()
1272 if (device_property_present(&client->dev, "azoteq,ati-band-disable")) in iqs626_parse_prop()
1276 if (device_property_present(&client->dev, "azoteq,ati-lp-only")) in iqs626_parse_prop()
1389 if (!fwnode_property_present(ch_node, "azoteq,ati-exclude")) in iqs626_parse_prop()
1581 * The following completion signals that ATI has finished, any initial in iqs626_report()
1697 dev_err(&client->dev, "Failed to complete ATI\n"); in iqs626_probe()
1703 * until ATI is complete and the initial switch states are read. in iqs626_probe()