Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Dintel_cht_int33fe.c254 data->max17047 = i2c_acpi_new_device(dev, 1, &board_info); in cht_int33fe_register_max17047()
345 data->fusb302 = i2c_acpi_new_device(dev, 2, &board_info); in cht_int33fe_probe()
362 data->pi3usb30532 = i2c_acpi_new_device(dev, 3, &board_info); in cht_int33fe_probe()
Di2c-multi-instantiate.c119 multi->clients[i] = i2c_acpi_new_device(dev, i, &board_info); in i2c_multi_inst_probe()
/Linux-v5.4/include/linux/
Di2c.h984 struct i2c_client *i2c_acpi_new_device(struct device *dev, int index,
997 static inline struct i2c_client *i2c_acpi_new_device(struct device *dev, in i2c_acpi_new_device() function
/Linux-v5.4/drivers/i2c/
Di2c-core-acpi.c459 struct i2c_client *i2c_acpi_new_device(struct device *dev, int index, in i2c_acpi_new_device() function
498 EXPORT_SYMBOL_GPL(i2c_acpi_new_device);