Searched refs:typec_mux (Results 1 – 7 of 7) sorted by relevance
10 struct typec_mux;63 struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode,65 void typec_mux_put(struct typec_mux *mux);66 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state);77 static inline struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode, in fwnode_typec_mux_get()83 static inline void typec_mux_put(struct typec_mux *mux) {} in typec_mux_put()85 static inline int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set()105 static inline struct typec_mux *
9 struct typec_mux;14 struct typec_mux *mux;
252 struct typec_mux { struct334 struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode, in fwnode_typec_mux_get()338 struct typec_mux *mux; in fwnode_typec_mux_get()390 void typec_mux_put(struct typec_mux *mux) in typec_mux_put()407 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set()
9 struct typec_mux;53 struct typec_mux *mux;
1956 struct typec_mux *mux; in typec_port_register_altmode()
124 struct typec_mux_dev *typec_mux; member544 port->typec_mux = typec_mux_register(pmc->dev, &mux_desc); in pmc_usb_register_port()545 if (IS_ERR(port->typec_mux)) { in pmc_usb_register_port()546 ret = PTR_ERR(port->typec_mux); in pmc_usb_register_port()564 typec_mux_unregister(port->typec_mux); in pmc_usb_register_port()697 typec_mux_unregister(pmc->port[i].typec_mux); in pmc_usb_probe()713 typec_mux_unregister(pmc->port[i].typec_mux); in pmc_usb_remove()
55 struct typec_mux *mux;