Lines Matching refs:properties
124 struct f01_basic_properties properties; member
260 return f01->properties.product_id; in rmi_f01_get_product_ID()
271 f01->properties.manufacturer_id); in rmi_driver_manufacturer_id_show()
283 return scnprintf(buf, PAGE_SIZE, "%s\n", f01->properties.dom); in rmi_driver_dom_show()
295 return scnprintf(buf, PAGE_SIZE, "%s\n", f01->properties.product_id); in rmi_driver_product_id_show()
307 return scnprintf(buf, PAGE_SIZE, "%d\n", f01->properties.firmware_id); in rmi_driver_firmware_id_show()
319 u32 package_id = f01->properties.package_id; in rmi_driver_package_id_show()
459 &f01->properties); in rmi_f01_probe()
466 f01->properties.manufacturer_id == 1 ? "Synaptics" : "unknown", in rmi_f01_probe()
467 f01->properties.product_id, f01->properties.firmware_id); in rmi_f01_probe()
474 if (f01->properties.has_adjustable_doze) { in rmi_f01_probe()
526 if (f01->properties.has_lts) in rmi_f01_probe()
529 if (f01->properties.has_adjustable_doze_holdoff) { in rmi_f01_probe()
598 if (f01->properties.has_adjustable_doze) { in rmi_f01_config()
619 if (f01->properties.has_adjustable_doze_holdoff) { in rmi_f01_config()