Lines Matching full:ati
620 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs626_parse_ati_target()
623 "Invalid %s channel ATI target: %u\n", in iqs626_parse_ati_target()
633 !fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs626_parse_ati_target()
653 "Invalid %s channel ATI base: %u\n", in iqs626_parse_ati_target()
786 if (!fwnode_property_read_u32(tc_node, "azoteq,ati-base", in iqs626_parse_trackpad()
791 "Invalid %s %s ATI base: %u\n", in iqs626_parse_trackpad()
924 if (!fwnode_property_present(ch_node, "azoteq,ati-exclude")) in iqs626_parse_channel()
978 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs626_parse_channel()
981 "Invalid %s channel ATI mode: %u\n", in iqs626_parse_channel()
1059 if (fwnode_property_present(ch_node, "azoteq,ati-band-tighten")) in iqs626_parse_channel()
1278 if (device_property_present(&client->dev, "azoteq,ati-band-disable")) in iqs626_parse_prop()
1282 if (device_property_present(&client->dev, "azoteq,ati-lp-only")) in iqs626_parse_prop()
1574 * The following completion signals that ATI has finished, any initial in iqs626_report()
1690 dev_err(&client->dev, "Failed to complete ATI\n"); in iqs626_probe()
1696 * until ATI is complete and the initial switch states are read. in iqs626_probe()