Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dtypec_mux.h38 struct typec_mux { struct
42 int (*set)(struct typec_mux *mux, int state); argument
50 struct typec_mux *typec_mux_get(struct device *dev, const char *name);
51 void typec_mux_put(struct typec_mux *mux);
52 int typec_mux_register(struct typec_mux *mux);
53 void typec_mux_unregister(struct typec_mux *mux);
Dtypec.h199 struct typec_mux *mux;
/Linux-v4.19/drivers/usb/typec/
Dmux.c115 struct typec_mux *mux; in typec_mux_match()
138 struct typec_mux *typec_mux_get(struct device *dev, const char *name) in typec_mux_get()
140 struct typec_mux *mux; in typec_mux_get()
160 void typec_mux_put(struct typec_mux *mux) in typec_mux_put()
178 int typec_mux_register(struct typec_mux *mux) in typec_mux_register()
194 void typec_mux_unregister(struct typec_mux *mux) in typec_mux_unregister()
Dbus.h14 struct typec_mux *mux;
Dclass.c52 struct typec_mux *mux;
1498 struct typec_mux *mux; in typec_port_register_altmode()
/Linux-v4.19/drivers/usb/typec/mux/
Dpi3usb30532.c27 struct typec_mux mux;
76 static int pi3usb30532_mux_set(struct typec_mux *mux, int state) in pi3usb30532_mux_set()