Searched refs:typec_switch (Results 1 – 5 of 5) sorted by relevance
21 struct typec_switch { struct25 int (*set)(struct typec_switch *sw, enum typec_orientation orientation); argument45 struct typec_switch *typec_switch_get(struct device *dev);46 void typec_switch_put(struct typec_switch *sw);47 int typec_switch_register(struct typec_switch *sw);48 void typec_switch_unregister(struct typec_switch *sw);
198 struct typec_switch *sw;
24 struct typec_switch *sw; in typec_switch_match()46 struct typec_switch *typec_switch_get(struct device *dev) in typec_switch_get()48 struct typec_switch *sw; in typec_switch_get()69 void typec_switch_put(struct typec_switch *sw) in typec_switch_put()87 int typec_switch_register(struct typec_switch *sw) in typec_switch_register()103 void typec_switch_unregister(struct typec_switch *sw) in typec_switch_unregister()
51 struct typec_switch *sw;
26 struct typec_switch sw;48 static int pi3usb30532_sw_set(struct typec_switch *sw, in pi3usb30532_sw_set()