Searched defs:typec_mux (Results 1 – 3 of 3) sorted by relevance
38 struct typec_mux { struct42 int (*set)(struct typec_mux *mux, int state); argument
43 struct typec_mux { struct45 typec_mux_set_fn_t set; argument49 #define to_typec_mux(_dev_) container_of(_dev_, struct typec_mux, dev) argument
126 struct typec_mux *typec_mux; member