Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/typec/ucsi/
Ducsi_acpi.c260 ua->ucsi = ucsi_create(&pdev->dev, ops); in ucsi_acpi_probe()
Ducsi_glink.c321 ucsi->ucsi = ucsi_create(dev, &pmic_glink_ucsi_ops); in pmic_glink_ucsi_probe()
Ducsi.h60 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops);
Ducsi_stm32g0.c644 g0->ucsi = ucsi_create(dev, &ucsi_stm32g0_ops); in ucsi_stm32g0_probe()
Ducsi.c1510 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops) in ucsi_create() function
1529 EXPORT_SYMBOL_GPL(ucsi_create);
Ducsi_ccg.c1390 uc->ucsi = ucsi_create(dev, &ucsi_ccg_ops); in ucsi_ccg_probe()