Home
last modified time | relevance | path

Searched refs:vbus (Results 126 - 131 of 131) sorted by relevance

123456

/kernel/linux/linux-6.6/drivers/usb/mtu3/
H A Dmtu3_debugfs.c481 seq_printf(sf, "vbus state: %s\n(echo on/off)\n", in ssusb_vbus_show()
482 regulator_is_enabled(otg_sx->vbus) ? "on" : "off"); in ssusb_vbus_show()
527 debugfs_create_file("vbus", 0644, root, ssusb, &ssusb_vbus_fops); in ssusb_dr_debugfs_init()
/kernel/linux/linux-6.6/drivers/phy/ti/
H A Dphy-twl4030-usb.c155 /* for vbus reporting with irqs disabled */
576 static DEVICE_ATTR_RO(vbus);
619 sysfs_notify(&twl->dev->kobj, NULL, "vbus"); in twl4030_usb_irq()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Daachba.c1681 u32 vbus; in aac_send_safw_bmic_cmd() local
1710 vbus = (u32)le16_to_cpu( in aac_send_safw_bmic_cmd()
1716 srb->channel = cpu_to_le32(vbus); in aac_send_safw_bmic_cmd()
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H A Dtcpm.c2584 tcpm_log(port, "cc=%d cc1=%d cc2=%d vbus=%d vconn=%s polarity=%d", in tcpm_pd_build_request()
2690 tcpm_log(port, "cc=%d cc1=%d cc2=%d vbus=%d vconn=%s polarity=%d", in tcpm_pd_build_pps_request()
2734 tcpm_log(port, "vbus:=%d charge=%d", enable, port->vbus_charge); in tcpm_set_vbus()
2752 tcpm_log(port, "vbus=%d charge:=%d", port->vbus_source, charge); in tcpm_set_charge()
3110 * - Do not drive vconn or vbus in run_state_machine()
3242 /* XXX: regulator_set_voltage(vbus, ...) */ in run_state_machine()
3525 * If tcpc fails to notify vbus off, TCPM will wait for PD_T_SAFE_0V + in run_state_machine()
3526 * PD_T_SRC_RECOVER before turning vbus back on. in run_state_machine()
4138 * Ignore vbus changes here. in _tcpm_pd_vbus_on()
4183 /* Do nothing, as TCPM is still waiting for vbus t in _tcpm_pd_vbus_off()
4261 bool vbus; tcpm_pd_event_handler() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Daachba.c1668 u32 vbus; in aac_send_safw_bmic_cmd() local
1697 vbus = (u32)le16_to_cpu( in aac_send_safw_bmic_cmd()
1703 srb->channel = cpu_to_le32(vbus); in aac_send_safw_bmic_cmd()
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H A Dtcpm.c334 * Set to true when vbus is greater than VSAFE5V min.
335 * Set to false when vbus falls below vSinkDisconnect max threshold.
340 * Set to true when vbus is less than VSAFE0V max.
341 * Set to false when vbus is greater than VSAFE0V max.
479 /* Auto vbus discharge status */
807 tcpm_log_force(port, "%s vbus discharge ret:%d", enable ? "enable" : "disable", in tcpm_enable_auto_vbus_discharge()
2327 "set_auto_vbus_discharge_threshold mode:%d pps_active:%c vbus:%u ret:%d", in tcpm_set_auto_vbus_discharge_threshold()
3369 tcpm_log(port, "cc=%d cc1=%d cc2=%d vbus=%d vconn=%s polarity=%d", in tcpm_pd_build_request()
3465 tcpm_log(port, "cc=%d cc1=%d cc2=%d vbus=%d vconn=%s polarity=%d", in tcpm_pd_build_pps_request()
3512 tcpm_log(port, "vbus in tcpm_set_vbus()
5431 bool vbus; tcpm_pd_event_handler() local
[all...]

Completed in 21 milliseconds

123456