vbus_present 107 drivers/usb/typec/tcpm/fusb302.c bool vbus_present; vbus_present 414 drivers/usb/typec/tcpm/fusb302.c chip->vbus_present = !!(data & FUSB_REG_STATUS0_VBUSOK); vbus_present 430 drivers/usb/typec/tcpm/fusb302.c ret = chip->vbus_present ? 1 : 0; vbus_present 1493 drivers/usb/typec/tcpm/fusb302.c bool vbus_present; vbus_present 1523 drivers/usb/typec/tcpm/fusb302.c vbus_present = !!(status0 & FUSB_REG_STATUS0_VBUSOK); vbus_present 1525 drivers/usb/typec/tcpm/fusb302.c vbus_present ? "On" : "Off"); vbus_present 1526 drivers/usb/typec/tcpm/fusb302.c if (vbus_present != chip->vbus_present) { vbus_present 1527 drivers/usb/typec/tcpm/fusb302.c chip->vbus_present = vbus_present; vbus_present 224 drivers/usb/typec/tcpm/tcpm.c bool vbus_present; vbus_present 1724 drivers/usb/typec/tcpm/tcpm.c if (port->vbus_present) { vbus_present 2918 drivers/usb/typec/tcpm/tcpm.c if (port->vbus_present && tcpm_port_is_sink(port)) { vbus_present 3092 drivers/usb/typec/tcpm/tcpm.c else if (port->vbus_present) vbus_present 3135 drivers/usb/typec/tcpm/tcpm.c if (port->vbus_present && tcpm_port_is_sink(port)) { vbus_present 3164 drivers/usb/typec/tcpm/tcpm.c if (port->vbus_present) { vbus_present 3572 drivers/usb/typec/tcpm/tcpm.c port->vbus_present ? PD_T_PS_SOURCE_OFF : 0); vbus_present 3684 drivers/usb/typec/tcpm/tcpm.c else if (port->vbus_present) vbus_present 3729 drivers/usb/typec/tcpm/tcpm.c if (!port->vbus_present && tcpm_port_is_source(port)) vbus_present 3733 drivers/usb/typec/tcpm/tcpm.c if (port->vbus_present || !tcpm_port_is_source(port)) vbus_present 3789 drivers/usb/typec/tcpm/tcpm.c port->vbus_present = true; vbus_present 3857 drivers/usb/typec/tcpm/tcpm.c port->vbus_present = false; vbus_present 4344 drivers/usb/typec/tcpm/tcpm.c port->vbus_present = port->tcpc->get_vbus(port->tcpc); vbus_present 4345 drivers/usb/typec/tcpm/tcpm.c if (port->vbus_present)