Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi_yoga_c630.c123 uec->ucsi = ucsi_create(&adev->dev, &yoga_c630_ucsi_ops); in yoga_c630_ucsi_probe()
H A Ducsi_acpi.c261 ua->ucsi = ucsi_create(&pdev->dev, ops); in ucsi_acpi_probe()
H A Ducsi_glink.c342 ucsi->ucsi = ucsi_create(dev, &pmic_glink_ucsi_ops); in pmic_glink_ucsi_probe()
H A Ducsi.h86 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops);
H A Ducsi_stm32g0.c631 g0->ucsi = ucsi_create(dev, &ucsi_stm32g0_ops); in ucsi_stm32g0_probe()
H A Ducsi.c1909 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops) in ucsi_create() function
1931 EXPORT_SYMBOL_GPL(ucsi_create);
H A Ducsi_ccg.c1451 uc->ucsi = ucsi_create(dev, &ucsi_ccg_ops); in ucsi_ccg_probe()