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

/linux-master/drivers/platform/chrome/
H A Dcros_ec_typec.h58 struct typec_switch *ori_sw; member in struct:cros_typec_port
H A Dcros_ec_typec.c113 port->ori_sw = fwnode_typec_switch_get(fwnode);
114 if (IS_ERR(port->ori_sw)) {
115 ret = PTR_ERR(port->ori_sw);
130 typec_switch_put(port->ori_sw);
131 port->ori_sw = NULL;
203 typec_switch_set(port->ori_sw, TYPEC_ORIENTATION_NONE);
274 typec_switch_put(typec->ports[i]->ori_sw);
648 ret = typec_switch_set(port->ori_sw, orientation);

Completed in 224 milliseconds