Home
last modified time | relevance | path

Searched refs:set_cc (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c71 static __inline int set_cc(struct bpf_sock_addr *ctx) in set_cc() function
192 if (ctx->type == SOCK_STREAM && set_cc(ctx)) in connect_v4_prog()
/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c848 tcpci->tcpc.set_cc = tcpci_set_cc; in tcpci_register_port()
H A Dfusb302.c1131 fusb302_tcpc_dev->set_cc = tcpm_set_cc; in init_tcpc_dev()
H A Dtcpm.c902 port->tcpc->set_cc(port->tcpc, cc); in tcpm_set_cc()
7811 !tcpc->get_vbus || !tcpc->set_cc || !tcpc->get_cc || in tcpm_register_port()