Searched refs:TCPC_POWER_STATUS (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/linux/usb/ |
D | tcpci.h | 96 #define TCPC_POWER_STATUS 0x1e macro
|
/Linux-v6.1/drivers/usb/typec/tcpm/ |
D | tcpci_maxim.c | 243 ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &pwr_status); in process_power_status() 461 ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &power_status); in max_tcpci_probe()
|
D | tcpci.c | 77 ret = regmap_read(tcpci->regmap, TCPC_POWER_STATUS, ®); in tcpci_set_cc() 454 ret = regmap_read(tcpci->regmap, TCPC_POWER_STATUS, ®); in tcpci_get_vbus() 586 ret = regmap_read(tcpci->regmap, TCPC_POWER_STATUS, ®); in tcpci_init()
|