Searched refs:typec_mux (Results 1 – 7 of 7) sorted by relevance
10 struct typec_mux;15 struct typec_mux *mux;
252 struct typec_mux { struct338 struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode, in fwnode_typec_mux_get()342 struct typec_mux *mux; in fwnode_typec_mux_get()394 void typec_mux_put(struct typec_mux *mux) in typec_mux_put()411 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set()
10 struct typec_mux;61 struct typec_mux *mux;
248 struct typec_mux_dev *typec_mux; member1077 ctx->typec.typec_mux = typec_mux_register(dev, &mux_desc); in anx7411_register_mux()1078 if (IS_ERR(ctx->typec.typec_mux)) { in anx7411_register_mux()1080 return PTR_ERR(ctx->typec.typec_mux); in anx7411_register_mux()1088 if (ctx->typec.typec_mux) { in anx7411_unregister_mux()1089 typec_mux_unregister(ctx->typec.typec_mux); in anx7411_unregister_mux()1090 ctx->typec.typec_mux = NULL; in anx7411_unregister_mux()
2098 struct typec_mux *mux; in typec_port_register_altmode()
124 struct typec_mux_dev *typec_mux; member555 port->typec_mux = typec_mux_register(pmc->dev, &mux_desc); in pmc_usb_register_port()556 if (IS_ERR(port->typec_mux)) { in pmc_usb_register_port()557 ret = PTR_ERR(port->typec_mux); in pmc_usb_register_port()575 typec_mux_unregister(port->typec_mux); in pmc_usb_register_port()701 typec_mux_unregister(pmc->port[i].typec_mux); in pmc_usb_probe()717 typec_mux_unregister(pmc->port[i].typec_mux); in pmc_usb_remove()
59 struct typec_mux *mux;