Lines Matching refs:properties
60 const struct property_entry *properties; member
179 acpi_dev->properties); in chromeos_laptop_adjust_client()
305 .properties =
319 .properties =
417 .properties =
501 .properties = samus_trackpad_props,
506 .properties = chromebook_atmel_touchscreen_props,
515 .properties = chromebook_pixel_trackpad_props,
520 .properties = chromebook_atmel_touchscreen_props,
747 if (info->properties) { in chromeos_laptop_prepare_i2c_peripherals()
748 info->properties = in chromeos_laptop_prepare_i2c_peripherals()
749 property_entries_dup(info->properties); in chromeos_laptop_prepare_i2c_peripherals()
750 if (IS_ERR(info->properties)) { in chromeos_laptop_prepare_i2c_peripherals()
751 error = PTR_ERR(info->properties); in chromeos_laptop_prepare_i2c_peripherals()
763 if (info->properties) in chromeos_laptop_prepare_i2c_peripherals()
764 property_entries_free(info->properties); in chromeos_laptop_prepare_i2c_peripherals()
804 if (src_dev->properties) { in chromeos_laptop_prepare_acpi_peripherals()
805 acpi_dev->properties = in chromeos_laptop_prepare_acpi_peripherals()
806 property_entries_dup(src_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
807 if (IS_ERR(acpi_dev->properties)) { in chromeos_laptop_prepare_acpi_peripherals()
808 error = PTR_ERR(acpi_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
824 if (acpi_dev->properties) in chromeos_laptop_prepare_acpi_peripherals()
825 property_entries_free(acpi_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
844 property_entries_free(info->properties); in chromeos_laptop_destroy()
850 property_entries_free(acpi_dev->properties); in chromeos_laptop_destroy()