max17047           42 drivers/platform/x86/intel_cht_int33fe.c 	struct i2c_client *max17047;
max17047           83 drivers/platform/x86/intel_cht_int33fe.c 	struct i2c_client **max17047 = data;
max17047           97 drivers/platform/x86/intel_cht_int33fe.c 	*max17047 = to_i2c_client(dev);
max17047          229 drivers/platform/x86/intel_cht_int33fe.c 	struct i2c_client *max17047 = NULL;
max17047          238 drivers/platform/x86/intel_cht_int33fe.c 	i2c_for_each_dev(&max17047, cht_int33fe_check_for_max17047);
max17047          239 drivers/platform/x86/intel_cht_int33fe.c 	if (max17047) {
max17047          242 drivers/platform/x86/intel_cht_int33fe.c 		max17047->dev.fwnode->secondary = fwnode;
max17047          244 drivers/platform/x86/intel_cht_int33fe.c 		ret = device_reprobe(&max17047->dev);
max17047          254 drivers/platform/x86/intel_cht_int33fe.c 	data->max17047 = i2c_acpi_new_device(dev, 1, &board_info);
max17047          256 drivers/platform/x86/intel_cht_int33fe.c 	return PTR_ERR_OR_ZERO(data->max17047);
max17047          376 drivers/platform/x86/intel_cht_int33fe.c 	i2c_unregister_device(data->max17047);
max17047          390 drivers/platform/x86/intel_cht_int33fe.c 	i2c_unregister_device(data->max17047);