Home
last modified time | relevance | path

Searched refs:ucsi_create (Results 1 – 8 of 8) 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 Dcros_ec_ucsi.c258 udata->ucsi = ucsi_create(dev, &cros_ucsi_ops); in cros_ucsi_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_glink.c407 ucsi->ucsi = ucsi_create(dev, &pmic_glink_ucsi_ops); in pmic_glink_ucsi_probe()
H A Ducsi_huawei_gaokun.c489 uec->ucsi = ucsi_create(dev, &gaokun_ucsi_ops); in gaokun_ucsi_probe()
H A Ducsi.h93 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops);
H A Ducsi.c2017 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops) in ucsi_create() function
2039 EXPORT_SYMBOL_GPL(ucsi_create);
H A Ducsi_ccg.c1472 uc->ucsi = ucsi_create(dev, &ucsi_ccg_ops); in ucsi_ccg_probe()