Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dfcs,fusb302.txt4 - compatible : "fcs,fusb302"
15 fusb302: typec-portc@54 {
16 compatible = "fcs,fusb302";
/Linux-v4.19/drivers/platform/x86/
Dintel_cht_int33fe.c34 struct i2c_client *fusb302; member
197 data->fusb302 = i2c_acpi_new_device(dev, 2, &board_info); in cht_int33fe_probe()
198 if (!data->fusb302) in cht_int33fe_probe()
214 i2c_unregister_device(data->fusb302); in cht_int33fe_probe()
232 i2c_unregister_device(data->fusb302); in cht_int33fe_remove()
/Linux-v4.19/drivers/usb/typec/fusb302/
DMakefile2 obj-$(CONFIG_TYPEC_FUSB302) += fusb302.o
/Linux-v4.19/drivers/usb/typec/
DMakefile6 obj-y += fusb302/
DKconfig75 source "drivers/usb/typec/fusb302/Kconfig"