Home
last modified time | relevance | path

Searched refs:tcpci_data (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/usb/
H A Dtcpci.h211 struct tcpci_data { struct
219 int (*init)(struct tcpci *tcpci, struct tcpci_data *data); argument
220 int (*set_vconn)(struct tcpci *tcpci, struct tcpci_data *data, argument
222 int (*start_drp_toggling)(struct tcpci *tcpci, struct tcpci_data *data, argument
224 int (*set_vbus)(struct tcpci *tcpci, struct tcpci_data *data, bool source, bool sink); argument
225 void (*frs_sourcing_vbus)(struct tcpci *tcpci, struct tcpci_data *data); argument
226 void (*set_partner_usb_comm_capable)(struct tcpci *tcpci, struct tcpci_data *data, argument
228 void (*check_contaminant)(struct tcpci *tcpci, struct tcpci_data *data); argument
229 bool (*attempt_vconn_swap_discovery)(struct tcpci *tcpci, struct tcpci_data *data); argument
232 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data);
/linux/drivers/usb/typec/tcpm/
H A Dtcpci_maxim_core.c60 static struct max_tcpci_chip *tdata_to_max_tcpci(struct tcpci_data *tdata) in tdata_to_max_tcpci()
204 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus()
249 static void max_tcpci_frs_sourcing_vbus(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_frs_sourcing_vbus()
274 static void max_tcpci_set_partner_usb_comm_capable(struct tcpci *tcpci, struct tcpci_data *data, in max_tcpci_set_partner_usb_comm_capable()
438 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling()
448 static int tcpci_init(struct tcpci *tcpci, struct tcpci_data *data) in tcpci_init()
457 static void max_tcpci_check_contaminant(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_check_contaminant()
466 static bool max_tcpci_attempt_vconn_swap_discovery(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_attempt_vconn_swap_discovery()
H A Dtcpci_rt1711h.c63 struct tcpci_data data;
98 static struct rt1711h_chip *tdata_to_rt1711h(struct tcpci_data *tdata) in tdata_to_rt1711h()
103 static int rt1711h_init(struct tcpci *tcpci, struct tcpci_data *tdata) in rt1711h_init()
154 static int rt1711h_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vbus()
173 static int rt1711h_set_vconn(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vconn()
225 struct tcpci_data *tdata, in rt1711h_start_drp_toggling()
H A Dtcpci_maxim.h55 struct tcpci_data data;
H A Dtcpci.c42 struct tcpci_data *data;
47 struct tcpci_data data;
826 struct tcpci *tcpci_register_port(struct device *dev, struct tcpci_data *data) in tcpci_register_port()