Searched refs:sourcing (Results 1 – 2 of 2) sorted by relevance
450 bool sourcing; in fusb307_tcpc_get_src_ctrl() local453 ret = tcpci_tcpm_get_src_ctrl(&cfg->bus, &sourcing); in fusb307_tcpc_get_src_ctrl()458 return sourcing; in fusb307_tcpc_get_src_ctrl()
739 int tcpci_tcpm_get_src_ctrl(const struct i2c_dt_spec *bus, bool *sourcing) in tcpci_tcpm_get_src_ctrl() argument746 *sourcing = reg & TCPC_REG_POWER_STATUS_SOURCING_VBUS; in tcpci_tcpm_get_src_ctrl()
Completed in 7 milliseconds