Searched refs:TCPC_ALERT_MASK (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpci.c | 924 err = regmap_raw_write(chip->data.regmap, TCPC_ALERT_MASK, &val, in tcpci_probe() 948 err = tcpci_write16(chip->tcpci, TCPC_ALERT_MASK, chip->tcpci->alert_mask); in tcpci_probe() 967 err = tcpci_write16(chip->tcpci, TCPC_ALERT_MASK, 0); in tcpci_remove() 983 ret = tcpci_write16(chip->tcpci, TCPC_ALERT_MASK, 0); in tcpci_suspend() 997 ret = tcpci_write16(chip->tcpci, TCPC_ALERT_MASK, chip->tcpci->alert_mask); in tcpci_resume()
|
| H A D | tcpci_rt1711h.c | 368 ret = rt1711h_write16(chip, TCPC_ALERT_MASK, 0); in rt1711h_probe() 392 ret = rt1711h_write16(chip, TCPC_ALERT_MASK, alert_mask); in rt1711h_probe()
|
| H A D | tcpci_mt6360.c | 65 ret = mt6360_tcpc_write16(regmap, TCPC_ALERT_MASK, 0); in mt6360_tcpc_init()
|
| H A D | tcpci_maxim_core.c | 108 ret = max_tcpci_write16(chip, TCPC_ALERT_MASK, alert_mask); in max_tcpci_init_regs()
|
| /linux/include/linux/usb/ |
| H A D | tcpci.h | 37 #define TCPC_ALERT_MASK 0x12 macro
|