Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c208 ua->ucsi = ucsi_create(&pdev->dev, ops); in ucsi_acpi_probe()
H A Ducsi_yoga_c630.c270 uec->ucsi = ucsi_create(&adev->dev, &yoga_c630_ucsi_ops); in yoga_c630_ucsi_probe()
H A Ducsi.c2053 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops) in ucsi_create() function
2075 EXPORT_SYMBOL_GPL(ucsi_create);
H A Ducsi_ccg.c1473 uc->ucsi = ucsi_create(dev, &ucsi_ccg_ops); in ucsi_ccg_probe()