Home
last modified time | relevance | path

Searched refs:max17047 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel_cht_int33fe_typec.c33 * the max17047 both through the INT33FE ACPI device (it is right there
37 * for the max17047 has already been registered.
41 struct i2c_client **max17047 = data; in cht_int33fe_check_for_max17047() local
52 *max17047 = to_i2c_client(dev); in cht_int33fe_check_for_max17047()
64 .name = "max17047",
227 struct i2c_client *max17047 = NULL; in cht_int33fe_register_max17047() local
236 i2c_for_each_dev(&max17047, cht_int33fe_check_for_max17047); in cht_int33fe_register_max17047()
237 if (max17047) { in cht_int33fe_register_max17047()
238 /* Pre-existing I²C client for the max17047, add device properties */ in cht_int33fe_register_max17047()
239 set_secondary_fwnode(&max17047 in cht_int33fe_register_max17047()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c39 * the max17047 both through the INT33FE ACPI device (it is right there
43 * for the max17047 has already been registered.
47 struct i2c_client **max17047 = data; in cht_int33fe_check_for_max17047() local
58 *max17047 = to_i2c_client(dev); in cht_int33fe_check_for_max17047()
70 .name = "max17047",
252 struct i2c_client *max17047 = NULL; in cht_int33fe_register_max17047() local
261 i2c_for_each_dev(&max17047, cht_int33fe_check_for_max17047); in cht_int33fe_register_max17047()
262 if (max17047) { in cht_int33fe_register_max17047()
263 /* Pre-existing I²C client for the max17047, add device properties */ in cht_int33fe_register_max17047()
264 set_secondary_fwnode(&max17047 in cht_int33fe_register_max17047()
[all...]

Completed in 2 milliseconds