Searched refs:pps_active (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | tcpm.h | 156 bool pps_active, u32 requested_vbus_voltage);
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | tcpm.h | 160 bool pps_active, u32 requested_vbus_voltage);
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | tcpci.c | 375 bool pps_active, u32 requested_vbus_voltage_mv) in tcpci_set_auto_vbus_discharge_threshold() argument 396 if (pps_active) in tcpci_set_auto_vbus_discharge_threshold()
|
| H A D | tcpm.c | 2333 enum typec_pwr_opmode mode, bool pps_active, in tcpm_set_auto_vbus_discharge_threshold() argument 2341 ret = port->tcpc->set_auto_vbus_discharge_threshold(port->tcpc, mode, pps_active, in tcpm_set_auto_vbus_discharge_threshold() 2345 mode, pps_active ? 'y' : 'n', requested_vbus_voltage, ret); in tcpm_set_auto_vbus_discharge_threshold()
|