Searched refs:ucsi_create (Results 1 – 8 of 8) sorted by relevance
208 ua->ucsi = ucsi_create(&pdev->dev, ops); in ucsi_acpi_probe()
258 udata->ucsi = ucsi_create(dev, &cros_ucsi_ops); in cros_ucsi_probe()
270 uec->ucsi = ucsi_create(&adev->dev, &yoga_c630_ucsi_ops); in yoga_c630_ucsi_probe()
407 ucsi->ucsi = ucsi_create(dev, &pmic_glink_ucsi_ops); in pmic_glink_ucsi_probe()
489 uec->ucsi = ucsi_create(dev, &gaokun_ucsi_ops); in gaokun_ucsi_probe()
93 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops);
2017 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops) in ucsi_create() function2039 EXPORT_SYMBOL_GPL(ucsi_create);
1472 uc->ucsi = ucsi_create(dev, &ucsi_ccg_ops); in ucsi_ccg_probe()