Searched refs:adapter_path (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | lenovo.c | 83 .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", 299 .adapter_path = "\\_SB_.I2C5", 307 .adapter_path = "\\_SB_.I2C5", 317 .adapter_path = "\\_SB_.I2C1", 333 .adapter_path = "\\_SB_.I2C1", 342 .adapter_path = "\\_SB_.I2C6", [all …]
|
H A D | asus.c | 90 .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 D | other.c | 43 .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", 556 .adapter_path = "\\_SB_.I2C2", [all …]
|
H A D | core.c | 147 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 D | x86-android-tablets.h | 45 char *adapter_path; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/ |
H A D | fix-memory-leaks.patch | 138 + if (adapter_path) 141 - if (adapter_path) 144 - adapter = adapter_new(adapter_path); 147 + adapter = adapter_new(adapter_path); 155 - if (adapter_path) 161 + adapter_path = g_ptr_array_index(adapters_list, i); 163 adapter = adapter_new(adapter_path); 171 + adapter_path = NULL; 175 - adapter_path = g_ptr_array_index(adapters_list, i); 177 - adapter = adapter_new(adapter_path); [all …]
|