Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dtypec_mux.h10 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 *
/linux-5.19.10/drivers/usb/typec/
Dbus.h9 struct typec_mux;
14 struct typec_mux *mux;
Dmux.c252 struct typec_mux { struct
334 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()
Dclass.h9 struct typec_mux;
53 struct typec_mux *mux;
Dclass.c1956 struct typec_mux *mux; in typec_port_register_altmode()
/linux-5.19.10/drivers/usb/typec/mux/
Dintel_pmc_mux.c124 struct typec_mux_dev *typec_mux; member
544 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()
/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_typec.c55 struct typec_mux *mux;