Searched refs:adapter_path (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/platform/x86/x86-android-tablets/ |
| H A D | lenovo.c | 126 .adapter_path = "\\_SB_.PCI0.I2C1", 135 .adapter_path = "\\_SB_.PCI0.I2C2", 153 .adapter_path = "\\_SB_.PCI0.I2C4", 170 .adapter_path = "\\_SB_.PCI0.I2C4", 179 .adapter_path = "\\_SB_.PCI0.I2C6", 282 .adapter_path = "\\_SB_.PCI0.I2C1", 339 .adapter_path = "\\_SB_.I2C5", 347 .adapter_path = "\\_SB_.I2C5", 357 .adapter_path = "\\_SB_.I2C1", 374 .adapter_path = "\\_SB_.I2C1", [all …]
|
| H A D | other.c | 100 .adapter_path = "\\_SB_.I2C4", 114 .adapter_path = "\\_SB_.I2C3", 265 .adapter_path = "\\_SB_.I2C3", 282 .adapter_path = "\\_SB_.I2C4", 333 .adapter_path = "\\_SB_.I2C3", 342 .adapter_path = "\\_SB_.I2C4", 398 .adapter_path = "\\_SB_.PCI0.I2C3", 407 .adapter_path = "\\_SB_.PCI0.I2C6", 502 .adapter_path = "\\_SB_.I2C2", 517 .adapter_path = "\\_SB_.I2C3", [all …]
|
| H A D | asus.c | 119 .adapter_path = "\\_SB_.I2C1", 134 .adapter_path = "\\_SB_.I2C1", 142 .adapter_path = "\\_SB_.I2C5", 151 .adapter_path = "\\_SB_.I2C5", 166 .adapter_path = "\\_SB_.I2C6", 257 .adapter_path = "\\_SB_.I2C1", 272 .adapter_path = "\\_SB_.I2C1", 280 .adapter_path = "\\_SB_.I2C5", 289 .adapter_path = "\\_SB_.I2C5", 298 .adapter_path = "\\_SB_.I2C6",
|
| H A D | acer.c | 52 .adapter_path = "\\_SB_.I2C1", 68 .adapter_path = "\\_SB_.I2C3", 83 .adapter_path = "\\_SB_.I2C4", 213 .adapter_path = "\\_SB_.I2C4", 229 .adapter_path = "\\_SB_.I2C3",
|
| H A D | core.c | 166 status = acpi_get_handle(NULL, client_info->adapter_path, &handle); in get_i2c_adap_by_handle() 168 pr_err("Error could not get %s handle\n", client_info->adapter_path); in get_i2c_adap_by_handle() 186 pdev = bus_find_device_by_name(&pci_bus_type, NULL, client_info->adapter_path); in get_i2c_adap_by_pci_parent() 188 pr_err("Error could not find %s PCI device\n", client_info->adapter_path); in get_i2c_adap_by_pci_parent() 221 pr_err("error could not get %s adapter\n", client_info->adapter_path); in x86_instantiate_i2c_client()
|
| H A D | x86-android-tablets.h | 53 char *adapter_path; member
|