Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 52) sorted by relevance

123

/components/drivers/usb/cherryusb/common/
A Dusb_list.h36 static inline void usb_slist_init(usb_slist_t *l) in usb_slist_init()
41 static inline void usb_slist_add_head(usb_slist_t *l, usb_slist_t *n) in usb_slist_add_head()
47 static inline void usb_slist_add_tail(usb_slist_t *l, usb_slist_t *n) in usb_slist_add_tail()
93 static inline unsigned int usb_slist_len(const usb_slist_t *l) in usb_slist_len()
119 static inline usb_slist_t *usb_slist_head(usb_slist_t *l) in usb_slist_head()
124 static inline usb_slist_t *usb_slist_tail(usb_slist_t *l) in usb_slist_tail()
138 static inline int usb_slist_isempty(usb_slist_t *l) in usb_slist_isempty()
242 static inline void usb_dlist_init(usb_dlist_t *l) in usb_dlist_init()
293 static inline void usb_dlist_move_head(usb_dlist_t *l, usb_dlist_t *n) in usb_dlist_move_head()
313 static inline int usb_dlist_isempty(const usb_dlist_t *l) in usb_dlist_isempty()
[all …]
/components/drivers/pci/
A Daccess.c19 #define pci_lock_config(l) do { (void)(l); } while (0) argument
20 #define pci_unlock_config(l) do { (void)(l); } while (0) argument
22 #define pci_lock_config(l) l = rt_spin_lock_irqsave(&rt_pci_lock) argument
23 #define pci_unlock_config(l) rt_spin_unlock_irqrestore(&rt_pci_lock, l) argument
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_impl.h195 #define GETLONG(l, cp) { \ argument
201 #define PUTLONG(l, cp) { \ argument
212 #define BCMP(s0, s1, l) memcmp((u_char *)(s0), (u_char *)(s1), (l)) argument
213 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) argument
217 #define PRINTMSG(m, l) { m[l] = '\0'; LWIP_DEBUGF(LOG_INFO, ("Remote message: %s\n", m)); } argument
219 #define PRINTMSG(m, l) argument
A Dfsm.c382 fsm_input(fsm *f, u_char *inpacket, int l) in fsm_input()
A Dpap.c334 upap_input(int unit, u_char *inpacket, int l) in upap_input()
A Dppp.c1468 sifdefaultroute(int pd, u32_t l, u32_t g) in sifdefaultroute()
1492 cifdefaultroute(int pd, u32_t l, u32_t g) in cifdefaultroute()
1781 pppInProc(PPPControlRx *pcrx, u_char *s, int l) in pppInProc()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dmultilink.c125 int l, mtu; in mp_join_bundle() local
309 int l; in make_bundle_links() local
349 int l; in remove_bundle_link() local
548 int i, l; local
A Dpppos.c423 pppos_input_tcpip(ppp_pcb *ppp, u8_t *s, int l) in pppos_input_tcpip()
478 pppos_input(ppp_pcb *ppp, u8_t *s, int l) in pppos_input()
833 u32_t l = pppos->output_cb(pppos->ppp, (u8_t*)nb->payload, nb->len, pppos->ppp->ctx_cb); in pppos_output_append() local
872 u32_t l = pppos->output_cb(ppp, (u8_t*)nb->payload, nb->len, ppp->ctx_cb); in pppos_output_last() local
A Dfsm.c318 void fsm_input(fsm *f, u_char *inpacket, int l) { in fsm_input()
A Dupap.c305 static void upap_input(ppp_pcb *pcb, u_char *inpacket, int l) { in upap_input()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dmultilink.c125 int l, mtu; in mp_join_bundle() local
309 int l; in make_bundle_links() local
349 int l; in remove_bundle_link() local
548 int i, l; local
A Dpppos.c410 pppos_input_tcpip(ppp_pcb *ppp, u8_t *s, int l) in pppos_input_tcpip()
464 pppos_input(ppp_pcb *ppp, u8_t *s, int l) in pppos_input()
813 u32_t l = pppos->output_cb(pppos->ppp, (u8_t*)nb->payload, nb->len, pppos->ppp->ctx_cb); in pppos_output_append() local
852 u32_t l = pppos->output_cb(ppp, (u8_t*)nb->payload, nb->len, ppp->ctx_cb); in pppos_output_last() local
A Dfsm.c318 void fsm_input(fsm *f, u_char *inpacket, int l) { in fsm_input()
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Deui64.h89 #define eui64_set32(e, l) do { \ argument
93 #define eui64_setlo32(e, l) eui64_set32(e, l) argument
A Dppp_impl.h516 #define GETLONG(l, cp) { \ argument
522 #define PUTLONG(l, cp) { \ argument
540 #define BCMP(s1, s2, l) memcmp(s1, s2, l) argument
542 #define PRINTMSG(m, l) { ppp_info("Remote message: %0.*v", l, m); } argument
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Deui64.h85 #define eui64_set32(e, l) do { \ argument
89 #define eui64_setlo32(e, l) eui64_set32(e, l) argument
A Dppp_impl.h515 #define GETLONG(l, cp) { \ argument
521 #define PUTLONG(l, cp) { \ argument
539 #define BCMP(s1, s2, l) memcmp(s1, s2, l) argument
541 #define PRINTMSG(m, l) { ppp_info("Remote message: %0.*v", l, m); } argument
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr.c101 long l; in xdr_int() local
127 unsigned long l; in xdr_u_int() local
174 long l; in xdr_u_long() local
257 long l; in xdr_short() local
283 unsigned long l; in xdr_u_short() local
/components/drivers/include/drivers/
A Dmisc.h56 #define RT_GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (RT_BITS_PER_LONG - 1 - (h)))) argument
57 #define RT_GENMASK_ULL(h, l) (((~0ULL) << (l)) & (~0ULL >> (RT_BITS_PER_LONG_LONG - 1 - (h)))) argument
135 int l = 0; in rt_ilog2() local
/components/lwp/terminal/freebsd/
A Dtty_outq.c299 size_t l; in ttyoutq_write() local
/components/legacy/fdt/src/
A Ddtb_access.c425 size_t l; in dtb_node_property_match_string() local
465 int l = 0, i = 0; in dtb_node_property_read_string_helper() local
/components/drivers/sdio/
A Ddev_sdio.c799 rt_list_t *l; in sdio_register_card() local
1326 rt_list_t *l; in sdio_match_driver() local
1374 rt_list_t *l; in sdio_unregister_driver() local
/components/drivers/sdio/sdhci/include/
A Dsdhci.h563 #define readsb(p, d, l) ({ __raw_readsb(p,d,l); __iormb(); }) argument
564 #define readsw(p, d, l) ({ __raw_readsw(p,d,l); __iormb(); }) argument
565 #define readsl(p, d, l) ({ __raw_readsl(p,d,l); __iormb(); }) argument
570 #define writesb(p, d, l) ({ __iowmb(); __raw_writesb(p,d,l); }) argument
571 #define writesw(p, d, l) ({ __iowmb(); __raw_writesw(p,d,l); }) argument
572 #define writesl(p, d, l) ({ __iowmb(); __raw_writesl(p,d,l); }) argument
/components/legacy/usb/usbhost/core/
A Dusbhost_core.c267 rt_list_t * l; in rt_usbh_detach_instance() local
/components/drivers/ipc/
A Dringblk_buf.c141 rt_slist_t *l = &rbb->blk_list; in list_remove() local

Completed in 41 milliseconds

123