Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/x86-android-tablets/
Dlenovo.c83 .adapter_path = "\\_SB_.PCI0.I2C1",
91 .adapter_path = "\\_SB_.PCI0.I2C2",
107 .adapter_path = "\\_SB_.PCI0.I2C4",
123 .adapter_path = "\\_SB_.PCI0.I2C4",
132 .adapter_path = "\\_SB_.PCI0.I2C6",
250 .adapter_path = "\\_SB_.PCI0.I2C1",
299 .adapter_path = "\\_SB_.I2C5",
307 .adapter_path = "\\_SB_.I2C5",
317 .adapter_path = "\\_SB_.I2C1",
333 .adapter_path = "\\_SB_.I2C1",
[all …]
Dother.c43 .adapter_path = "\\_SB_.I2C4",
58 .adapter_path = "\\_SB_.I2C3",
156 .adapter_path = "\\_SB_.I2C4",
170 .adapter_path = "\\_SB_.I2C3",
308 .adapter_path = "\\_SB_.I2C3",
324 .adapter_path = "\\_SB_.I2C4",
389 .adapter_path = "\\_SB_.I2C3",
398 .adapter_path = "\\_SB_.I2C4",
447 .adapter_path = "\\_SB_.PCI0.I2C3",
456 .adapter_path = "\\_SB_.PCI0.I2C6",
[all …]
Dasus.c90 .adapter_path = "\\_SB_.I2C1",
105 .adapter_path = "\\_SB_.I2C1",
113 .adapter_path = "\\_SB_.I2C5",
122 .adapter_path = "\\_SB_.I2C5",
136 .adapter_path = "\\_SB_.I2C6",
258 .adapter_path = "\\_SB_.I2C1",
273 .adapter_path = "\\_SB_.I2C1",
281 .adapter_path = "\\_SB_.I2C5",
290 .adapter_path = "\\_SB_.I2C5",
299 .adapter_path = "\\_SB_.I2C6",
Dcore.c145 status = acpi_get_handle(NULL, client_info->adapter_path, &handle); in x86_instantiate_i2c_client()
147 pr_err("Error could not get %s handle\n", client_info->adapter_path); in x86_instantiate_i2c_client()
153 pr_err("error could not get %s adapter\n", client_info->adapter_path); in x86_instantiate_i2c_client()
Dx86-android-tablets.h45 char *adapter_path; member