Home
last modified time | relevance | path

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

/linux/drivers/extcon/
H A Dextcon-ptn5150.c61 struct typec_switch *orient_sw; member
104 ret = typec_switch_set(info->orient_sw, orient); in ptn5150_check_state()
180 ret = typec_switch_set(info->orient_sw, in ptn5150_irq_work()
252 typec_switch_put(info->orient_sw); in ptn5150_work_sync_and_put()
348 info->orient_sw = fwnode_typec_switch_get(connector); in ptn5150_i2c_probe()
349 if (IS_ERR(info->orient_sw)) in ptn5150_i2c_probe()
350 return dev_err_probe(info->dev, PTR_ERR(info->orient_sw), in ptn5150_i2c_probe()