Searched refs:fusb302 (Results 1 – 2 of 2) sorted by relevance
32 struct i2c_client *fusb302; member369 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()413 i2c_unregister_device(data->fusb302); in cht_int33fe_typec_remove()
3 obj-$(CONFIG_TYPEC_FUSB302) += fusb302.o
Completed in 5 milliseconds