Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/typec/tcpm/
A Dwcove.c220 unsigned int cc1ctrl; in wcove_get_vbus() local
223 ret = regmap_read(wcove->regmap, USBC_CC1_CTRL, &cc1ctrl); in wcove_get_vbus()
227 wcove->vbus = !!(cc1ctrl & USBC_CC_CTRL_VBUSOK); in wcove_get_vbus()
474 unsigned int cc1ctrl; in wcove_typec_irq() local
488 ret = regmap_read(wcove->regmap, USBC_CC1_CTRL, &cc1ctrl); in wcove_typec_irq()
508 if (wcove->vbus != !!(cc1ctrl & USBC_CC_CTRL_VBUSOK)) in wcove_typec_irq()

Completed in 4 milliseconds