Home
last modified time | relevance | path

Searched refs:i2c_acpi_new_device (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Dintel_cht_int33fe.c172 data->max17047 = i2c_acpi_new_device(dev, 1, &board_info); in cht_int33fe_probe()
197 data->fusb302 = i2c_acpi_new_device(dev, 2, &board_info); in cht_int33fe_probe()
205 data->pi3usb30532 = i2c_acpi_new_device(dev, 3, &board_info); in cht_int33fe_probe()
Di2c-multi-instantiate.c74 multi->clients[i] = i2c_acpi_new_device(dev, i, &board_info); in i2c_multi_inst_probe()
/Linux-v4.19/include/linux/
Di2c.h938 struct i2c_client *i2c_acpi_new_device(struct device *dev, int index,
945 static inline struct i2c_client *i2c_acpi_new_device(struct device *dev, in i2c_acpi_new_device() function
/Linux-v4.19/drivers/i2c/
Di2c-core-acpi.c391 struct i2c_client *i2c_acpi_new_device(struct device *dev, int index, in i2c_acpi_new_device() function
422 EXPORT_SYMBOL_GPL(i2c_acpi_new_device);