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,
746 if (info->properties) { in chromeos_laptop_prepare_i2c_peripherals()
747 info->properties = in chromeos_laptop_prepare_i2c_peripherals()
748 property_entries_dup(info->properties); in chromeos_laptop_prepare_i2c_peripherals()
749 if (IS_ERR(info->properties)) { in chromeos_laptop_prepare_i2c_peripherals()
750 error = PTR_ERR(info->properties); in chromeos_laptop_prepare_i2c_peripherals()
765 if (info->properties) in chromeos_laptop_prepare_i2c_peripherals()
766 property_entries_free(info->properties); in chromeos_laptop_prepare_i2c_peripherals()
806 if (src_dev->properties) { in chromeos_laptop_prepare_acpi_peripherals()
807 acpi_dev->properties = in chromeos_laptop_prepare_acpi_peripherals()
808 property_entries_dup(src_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
809 if (IS_ERR(acpi_dev->properties)) { in chromeos_laptop_prepare_acpi_peripherals()
810 error = PTR_ERR(acpi_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
826 if (acpi_dev->properties) in chromeos_laptop_prepare_acpi_peripherals()
827 property_entries_free(acpi_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
846 property_entries_free(info->properties); in chromeos_laptop_destroy()
852 property_entries_free(acpi_dev->properties); in chromeos_laptop_destroy()