Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/typec/ucsi/
H A Ducsi_yoga_c630.c124 uec->ucsi = ucsi_create(&adev->dev, &yoga_c630_ucsi_ops); in yoga_c630_ucsi_probe()
H A Ducsi_acpi.c208 ua->ucsi = ucsi_create(&pdev->dev, ops); in ucsi_acpi_probe()
H A Dcros_ec_ucsi.c257 udata->ucsi = ucsi_create(dev, &cros_ucsi_ops); in cros_ucsi_probe()
H A Ducsi_glink.c347 ucsi->ucsi = ucsi_create(dev, &pmic_glink_ucsi_ops); in pmic_glink_ucsi_probe()
H A Ducsi.h91 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops);
H A Ducsi_stm32g0.c632 g0->ucsi = ucsi_create(dev, &ucsi_stm32g0_ops); in ucsi_stm32g0_probe()
H A Ducsi.c1964 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops) in ucsi_create() function
1986 EXPORT_SYMBOL_GPL(ucsi_create);
H A Ducsi_ccg.c1468 uc->ucsi = ucsi_create(dev, &ucsi_ccg_ops); in ucsi_ccg_probe()