Home
last modified time | relevance | path

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

/drivers/usb/typec/
Dmux.c258 struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode, in fwnode_typec_mux_get()
261 struct typec_mux *mux; in fwnode_typec_mux_get()
278 void typec_mux_put(struct typec_mux *mux) in typec_mux_put()
287 int typec_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in typec_mux_set()
316 struct typec_mux *
319 struct typec_mux *mux; in typec_mux_register()
360 void typec_mux_unregister(struct typec_mux *mux) in typec_mux_unregister()
367 void typec_mux_set_drvdata(struct typec_mux *mux, void *data) in typec_mux_set_drvdata()
373 void *typec_mux_get_drvdata(struct typec_mux *mux) in typec_mux_get_drvdata()
Dbus.h14 struct typec_mux *mux;
43 struct typec_mux { struct
49 #define to_typec_mux(_dev_) container_of(_dev_, struct typec_mux, dev) argument
Dclass.c63 struct typec_mux *mux;
1974 struct typec_mux *mux; in typec_port_register_altmode()
/drivers/usb/typec/mux/
Dintel_pmc_mux.c124 struct typec_mux *typec_mux; member
430 pmc_usb_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in pmc_usb_mux_set()
538 port->typec_mux = typec_mux_register(pmc->dev, &mux_desc); in pmc_usb_register_port()
539 if (IS_ERR(port->typec_mux)) { in pmc_usb_register_port()
540 ret = PTR_ERR(port->typec_mux); in pmc_usb_register_port()
558 typec_mux_unregister(port->typec_mux); in pmc_usb_register_port()
691 typec_mux_unregister(pmc->port[i].typec_mux); in pmc_usb_probe()
707 typec_mux_unregister(pmc->port[i].typec_mux); in pmc_usb_remove()
Dpi3usb30532.c27 struct typec_mux *mux;
77 pi3usb30532_mux_set(struct typec_mux *mux, struct typec_mux_state *state) in pi3usb30532_mux_set()
/drivers/platform/chrome/
Dcros_ec_typec.c42 struct typec_mux *mux;