| /components/drivers/pci/endpoint/ |
| A D | SConscript | 11 src = ['endpoint.c', 'mem.c']
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | lcp.h | 111 struct epdisc endpoint; /* endpoint discriminator */ member
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | lcp.h | 157 struct epdisc endpoint; /* endpoint discriminator */ member
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | lcp.h | 153 struct epdisc endpoint; /* endpoint discriminator */ member
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | lcp.c | 342 if (str_to_epdisc(&lcp_wantoptions[0].endpoint, *argv)) { 827 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0)); in lcp_cilen() 929 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class_, in lcp_addci() 930 go->endpoint.value, go->endpoint.length); in lcp_addci() 1103 ACKCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class_, in lcp_ackci() 1104 go->endpoint.value, go->endpoint.length); in lcp_ackci() 1789 REJCIENDP(CI_EPDISC, neg_endpoint, go->endpoint.class_, in lcp_rejci() 1790 go->endpoint.value, go->endpoint.length); in lcp_rejci() 2221 ho->endpoint.class_ = cichar; in lcp_reqci() 2222 ho->endpoint.length = cilen; in lcp_reqci() [all …]
|
| A D | multilink.c | 110 wo->neg_endpoint = get_default_epdisc(&wo->endpoint); in mp_check_options() 170 l += 3 * ho->endpoint.length + 8; in mp_join_bundle() 183 epdisc_to_str(&ho->endpoint)); in mp_join_bundle()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | lcp.c | 342 if (str_to_epdisc(&lcp_wantoptions[0].endpoint, *argv)) { 827 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0)); in lcp_cilen() 929 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class_, in lcp_addci() 930 go->endpoint.value, go->endpoint.length); in lcp_addci() 1103 ACKCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class_, in lcp_ackci() 1104 go->endpoint.value, go->endpoint.length); in lcp_ackci() 1789 REJCIENDP(CI_EPDISC, neg_endpoint, go->endpoint.class_, in lcp_rejci() 1790 go->endpoint.value, go->endpoint.length); in lcp_rejci() 2221 ho->endpoint.class_ = cichar; in lcp_reqci() 2222 ho->endpoint.length = cilen; in lcp_reqci() [all …]
|
| A D | multilink.c | 110 wo->neg_endpoint = get_default_epdisc(&wo->endpoint); in mp_check_options() 170 l += 3 * ho->endpoint.length + 8; in mp_join_bundle() 183 epdisc_to_str(&ho->endpoint)); in mp_join_bundle()
|
| /components/legacy/fdt/inc/ |
| A D | dtb_fwnode.h | 82 struct fwnode_endpoint *endpoint);
|
| /components/drivers/pci/host/dw/ |
| A D | pcie-dw_platfrom.c | 142 struct dw_pcie_ep *ep = &pci->endpoint; in dw_platform_add_pcie_ep()
|
| A D | pcie-dw.h | 271 struct dw_pcie_ep endpoint; member 289 #define to_dw_pcie_from_endpoint(ptr) rt_container_of((ptr), struct dw_pcie, endpoint)
|
| A D | pcie-dw_ep.c | 49 struct dw_pcie_ep *ep = &pci->endpoint; in __dw_pcie_ep_reset_bar() 70 rt_uint8_t func_no, funcs = pci->endpoint.epc->max_functions; in dw_pcie_ep_reset_bar()
|
| /components/legacy/usb/usbhost/core/ |
| A D | usbhost_core.c | 450 rt_err_t rt_usbh_clear_feature(uinst_t device, int endpoint, int feature) in rt_usbh_clear_feature() argument 461 setup.wIndex = endpoint; in rt_usbh_clear_feature()
|
| /components/drivers/include/drivers/ |
| A D | usb_host.h | 179 rt_err_t rt_usbh_clear_feature(struct uinstance* device, int endpoint, int feature);
|
| /components/drivers/usb/cherryusb/ |
| A D | README.md | 64 - Support endpoint irq callback register by users, let users do whatever they wants in endpoint irq…
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 439 SOF_REUSEADDR set, allow binding to endpoint in TIME_WAIT
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 1395 SOF_REUSEADDR set, allow binding to endpoint in TIME_WAIT
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 1648 SOF_REUSEADDR set, allow binding to endpoint in TIME_WAIT
|