Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/chrome/
Dcros_ec_typec.c54 struct typec_switch *ori_sw; member
144 port->ori_sw = fwnode_typec_switch_get(fwnode); in cros_typec_get_switch_handles()
145 if (IS_ERR(port->ori_sw)) { in cros_typec_get_switch_handles()
161 typec_switch_put(port->ori_sw); in cros_typec_get_switch_handles()
214 typec_switch_set(port->ori_sw, TYPEC_ORIENTATION_NONE); in cros_typec_usb_disconnect_state()
267 typec_switch_put(typec->ports[i]->ori_sw); in cros_unregister_ports()
564 ret = typec_switch_set(port->ori_sw, orientation); in cros_typec_configure_mux()