Home
last modified time | relevance | path

Searched refs:adapter_path (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c126 .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 Dother.c100 .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 Dasus.c119 .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 Dacer.c52 .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 Dcore.c166 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 Dx86-android-tablets.h53 char *adapter_path; member