Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A 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 …]
H A 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 …]
H A 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",
H A Dcore.c147 status = acpi_get_handle(NULL, client_info->adapter_path, &handle); in x86_instantiate_i2c_client()
149 pr_err("Error could not get %s handle\n", client_info->adapter_path); in x86_instantiate_i2c_client()
155 pr_err("error could not get %s adapter\n", client_info->adapter_path); in x86_instantiate_i2c_client()
H A Dx86-android-tablets.h45 char *adapter_path; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/
H A Dfix-memory-leaks.patch135 + adapter_path = (gchar *) manager_find_adapter(manager, name, error);
138 + if (adapter_path)
140 - adapter_path = (gchar *) manager_default_adapter(manager, error);
141 - if (adapter_path)
143 - // adapter = g_object_new(ADAPTER_TYPE, "DBusObjectPath", adapter_path, NULL);
144 - adapter = adapter_new(adapter_path);
146 + // adapter = g_object_new(ADAPTER_TYPE, "DBusObjectPath", adapter_path, NULL);
147 + adapter = adapter_new(adapter_path);
152 - adapter_path = (gchar *) manager_find_adapter(manager, name, error);
155 - if (adapter_path)
[all …]