Home
last modified time | relevance | path

Searched refs:fusb302 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel_cht_int33fe_typec.c84 .name = "fusb302",
268 * 1) The bq24292i allows charging with up to 12V, setting the fusb302's in cht_int33fe_typec_probe()
270 * 2) For the fusb302 driver to get the bq24292i vbus regulator, the in cht_int33fe_typec_probe()
272 * must be registered before the fusb302 is instantiated, otherwise in cht_int33fe_typec_probe()
311 board_info.dev_name = "fusb302"; in cht_int33fe_typec_probe()
315 data->fusb302 = i2c_acpi_new_device(dev, 2, &board_info); in cht_int33fe_typec_probe()
316 if (IS_ERR(data->fusb302)) { in cht_int33fe_typec_probe()
317 ret = PTR_ERR(data->fusb302); in cht_int33fe_typec_probe()
341 i2c_unregister_device(data->fusb302); in cht_int33fe_typec_probe()
355 i2c_unregister_device(data->fusb302); in cht_int33fe_typec_remove()
[all...]
H A Dintel_cht_int33fe_common.h30 struct i2c_client *fusb302; member
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c32 struct i2c_client *fusb302; member
90 .name = "fusb302",
322 * 1) The bq24292i allows charging with up to 12V, setting the fusb302's in cht_int33fe_typec_probe()
324 * 2) For the fusb302 driver to get the bq24292i vbus regulator, the in cht_int33fe_typec_probe()
326 * must be registered before the fusb302 is instantiated, otherwise in cht_int33fe_typec_probe()
365 board_info.dev_name = "fusb302"; in cht_int33fe_typec_probe()
369 data->fusb302 = i2c_acpi_new_device(dev, 2, &board_info); in cht_int33fe_typec_probe()
370 if (IS_ERR(data->fusb302)) { in cht_int33fe_typec_probe()
371 ret = PTR_ERR(data->fusb302); in cht_int33fe_typec_probe()
397 i2c_unregister_device(data->fusb302); in cht_int33fe_typec_probe()
[all...]
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H A DMakefile3 obj-$(CONFIG_TYPEC_FUSB302) += fusb302.o
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H A DMakefile3 obj-$(CONFIG_TYPEC_FUSB302) += fusb302.o

Completed in 3 milliseconds