sys/dev/fdt/tcpci.c
183
void tcpci_cc_change(struct tcpci_softc *);
sys/dev/fdt/tcpci.c
184
void tcpci_power_change(struct tcpci_softc *);
sys/dev/fdt/tcpci.c
185
void tcpci_set_polarity(struct tcpci_softc *, int);
sys/dev/fdt/tcpci.c
186
void tcpci_set_vbus(struct tcpci_softc *, int, int);
sys/dev/fdt/tcpci.c
187
void tcpci_set_roles(struct tcpci_softc *, enum typec_data_role,
sys/dev/fdt/tcpci.c
190
void tcpci_write_reg16(struct tcpci_softc *, uint8_t, uint16_t);
sys/dev/fdt/tcpci.c
191
uint16_t tcpci_read_reg16(struct tcpci_softc *, uint8_t);
sys/dev/fdt/tcpci.c
192
void tcpci_write_reg8(struct tcpci_softc *, uint8_t, uint8_t);
sys/dev/fdt/tcpci.c
193
uint8_t tcpci_read_reg8(struct tcpci_softc *, uint8_t);
sys/dev/fdt/tcpci.c
196
sizeof(struct tcpci_softc),
sys/dev/fdt/tcpci.c
220
struct tcpci_softc *sc = (struct tcpci_softc *)self;
sys/dev/fdt/tcpci.c
283
struct tcpci_softc *sc = args;
sys/dev/fdt/tcpci.c
292
struct tcpci_softc *sc = args;
sys/dev/fdt/tcpci.c
395
tcpci_cc_change(struct tcpci_softc *sc)
sys/dev/fdt/tcpci.c
470
tcpci_power_change(struct tcpci_softc *sc)
sys/dev/fdt/tcpci.c
487
tcpci_set_roles(struct tcpci_softc *sc, enum typec_data_role data,
sys/dev/fdt/tcpci.c
509
tcpci_set_polarity(struct tcpci_softc *sc, int cc)
sys/dev/fdt/tcpci.c
525
tcpci_set_vbus(struct tcpci_softc *sc, int source, int sink)
sys/dev/fdt/tcpci.c
551
tcpci_read_reg8(struct tcpci_softc *sc, uint8_t reg)
sys/dev/fdt/tcpci.c
567
tcpci_write_reg8(struct tcpci_softc *sc, uint8_t reg, uint8_t val)
sys/dev/fdt/tcpci.c
579
tcpci_read_reg16(struct tcpci_softc *sc, uint8_t reg)
sys/dev/fdt/tcpci.c
595
tcpci_write_reg16(struct tcpci_softc *sc, uint8_t reg, uint16_t val)