Searched refs:TCPC_POWER_STATUS (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/typec/tcpm/ |
H A D | tcpci_maxim_core.c | 237 ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &pwr_status); in process_power_status() 502 ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &power_status); in max_tcpci_probe()
|
H A D | tcpci.c | 91 ret = regmap_read(tcpci->regmap, TCPC_POWER_STATUS, ®); in tcpci_set_cc() 495 ret = regmap_read(tcpci->regmap, TCPC_POWER_STATUS, ®); in tcpci_get_vbus() 647 ret = regmap_read(tcpci->regmap, TCPC_POWER_STATUS, ®); in tcpci_init()
|
/linux/include/linux/usb/ |
H A D | tcpci.h | 96 #define TCPC_POWER_STATUS 0x1e macro
|