Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c99 static const struct ucsi_operations ucsi_acpi_ops = {
137 static const struct ucsi_operations ucsi_gram_ops = {
174 const struct ucsi_operations *ops = &ucsi_acpi_ops; in ucsi_acpi_probe()
H A Ducsi.h63 * struct ucsi_operations - UCSI I/O operations
78 struct ucsi_operations { struct
93 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops); argument
450 const struct ucsi_operations *ops;
H A Dcros_ec_ucsi.c137 static const struct ucsi_operations cros_ucsi_ops = {
H A Ducsi_yoga_c630.c168 static const struct ucsi_operations yoga_c630_ucsi_ops = {
H A Ducsi_glink.c206 static const struct ucsi_operations pmic_glink_ucsi_ops = {
H A Ducsi_huawei_gaokun.c196 const struct ucsi_operations gaokun_ucsi_ops = {
H A Ducsi_stm32g0.c424 static const struct ucsi_operations ucsi_stm32g0_ops = {
H A Ducsi_ccg.c665 static const struct ucsi_operations ucsi_ccg_ops = {
H A Ducsi.c1964 struct ucsi *ucsi_create(struct device *dev, const struct ucsi_operations *ops) in ucsi_create()