Lines Matching full:ati
615 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs626_parse_ati_target()
618 "Invalid %s channel ATI target: %u\n", in iqs626_parse_ati_target()
628 !fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs626_parse_ati_target()
648 "Invalid %s channel ATI base: %u\n", in iqs626_parse_ati_target()
781 if (!fwnode_property_read_u32(tc_node, "azoteq,ati-base", in iqs626_parse_trackpad()
786 "Invalid %s %s ATI base: %u\n", in iqs626_parse_trackpad()
915 if (!fwnode_property_present(ch_node, "azoteq,ati-exclude")) in iqs626_parse_channel()
969 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs626_parse_channel()
972 "Invalid %s channel ATI mode: %u\n", in iqs626_parse_channel()
1050 if (fwnode_property_present(ch_node, "azoteq,ati-band-tighten")) in iqs626_parse_channel()
1268 if (device_property_present(&client->dev, "azoteq,ati-band-disable")) in iqs626_parse_prop()
1272 if (device_property_present(&client->dev, "azoteq,ati-lp-only")) in iqs626_parse_prop()
1564 * The following completion signals that ATI has finished, any initial in iqs626_report()
1680 dev_err(&client->dev, "Failed to complete ATI\n"); in iqs626_probe()
1686 * until ATI is complete and the initial switch states are read. in iqs626_probe()