Searched refs:tcpci_data (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/usb/ |
| H A D | tcpci.h | 211 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 D | tcpci_maxim_core.c | 55 static struct max_tcpci_chip *tdata_to_max_tcpci(struct tcpci_data *tdata) in tdata_to_max_tcpci() 224 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus() 271 static void max_tcpci_frs_sourcing_vbus(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_frs_sourcing_vbus() 296 static void max_tcpci_set_partner_usb_comm_capable(struct tcpci *tcpci, struct tcpci_data *data, in max_tcpci_set_partner_usb_comm_capable() 445 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling() 455 static int tcpci_init(struct tcpci *tcpci, struct tcpci_data *data) in tcpci_init() 464 static void max_tcpci_check_contaminant(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_check_contaminant() 473 static bool max_tcpci_attempt_vconn_swap_discovery(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_attempt_vconn_swap_discovery()
|