Home
last modified time | relevance | path

Searched refs:ucsi_create (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/usb/typec/ucsi/
Ducsi_acpi.c156 ua->ucsi = ucsi_create(&pdev->dev, &ucsi_acpi_ops); in ucsi_acpi_probe()
Ducsi.h57 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops);
Ducsi.c1136 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops) in ucsi_create() function
1154 EXPORT_SYMBOL_GPL(ucsi_create);
Ducsi_ccg.c1363 uc->ucsi = ucsi_create(dev, &ucsi_ccg_ops); in ucsi_ccg_probe()