Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c103 static const struct ucsi_operations ucsi_acpi_ops = {
126 static const struct ucsi_operations ucsi_zenbook_ops = {
169 static const struct ucsi_operations ucsi_dell_ops = {
216 const struct ucsi_operations *ops = &ucsi_acpi_ops; in ucsi_acpi_probe()
H A Ducsi.h60 struct ucsi_operations { struct
71 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops); argument
307 const struct ucsi_operations *ops;
H A Ducsi_glink.c189 static const struct ucsi_operations pmic_glink_ucsi_ops = {
H A Ducsi_stm32g0.c449 static const struct ucsi_operations ucsi_stm32g0_ops = {
H A Ducsi_ccg.c608 static const struct ucsi_operations ucsi_ccg_ops = {
H A Ducsi.c1558 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops) in ucsi_create()