Searched refs:tpl (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/core/
H A Dsdio_cis.c113 const struct cis_tpl *tpl, int tpl_count,
120 for (i = 0; i < tpl_count; i++, tpl++) {
121 if (tpl->code == code)
125 if (size >= tpl->min_size) {
126 if (tpl->parse)
127 ret = tpl->parse(card, func, buf, size);
111 cis_tpl_parse(struct mmc_card *card, struct sdio_func *func, const char *tpl_descr, const struct cis_tpl *tpl, int tpl_count, unsigned char code, const unsigned char *buf, unsigned size) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/core/
H A Dsdio_cis.c113 const struct cis_tpl *tpl, int tpl_count,
120 for (i = 0; i < tpl_count; i++, tpl++) {
121 if (tpl->code == code)
125 if (size >= tpl->min_size) {
126 if (tpl->parse)
127 ret = tpl->parse(card, func, buf, size);
111 cis_tpl_parse(struct mmc_card *card, struct sdio_func *func, const char *tpl_descr, const struct cis_tpl *tpl, int tpl_count, unsigned char code, const unsigned char *buf, unsigned size) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/tokenring/
H A Dtms380tr.c181 static void tms380tr_write_tpl_status(TPL *tpl, unsigned int Status);
560 TPL *tpl; local
604 tpl = tp->TplFree; /* Get the "free" TPL */
605 tpl->BusyFlag = 1; /* Mark TPL as busy */
606 tp->TplFree = tpl->NextTPLPtr;
609 tpl->Skb = skb;
610 tpl->DMABuff = dmabuf;
611 tpl->FragList[0].DataCount = cpu_to_be16((unsigned short)length);
612 tpl->FragList[0].DataAddr = htonl(newbuf);
615 tpl
638 tms380tr_write_tpl_status(TPL *tpl, unsigned int Status) argument
1902 TPL *tpl; local
1937 TPL *tpl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/tokenring/
H A Dtms380tr.c181 static void tms380tr_write_tpl_status(TPL *tpl, unsigned int Status);
560 TPL *tpl; local
604 tpl = tp->TplFree; /* Get the "free" TPL */
605 tpl->BusyFlag = 1; /* Mark TPL as busy */
606 tp->TplFree = tpl->NextTPLPtr;
609 tpl->Skb = skb;
610 tpl->DMABuff = dmabuf;
611 tpl->FragList[0].DataCount = cpu_to_be16((unsigned short)length);
612 tpl->FragList[0].DataAddr = htonl(newbuf);
615 tpl
638 tms380tr_write_tpl_status(TPL *tpl, unsigned int Status) argument
1902 TPL *tpl; local
1937 TPL *tpl; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/card/
H A Dsdio_uart.c1092 struct sdio_func_tuple *tpl; local
1093 for (tpl = func->tuples; tpl; tpl = tpl->next) {
1094 if (tpl->code != 0x91)
1096 if (tpl->size < 10)
1098 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */
1101 if (!tpl) {
1109 sdio_func_id(func), tpl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c1092 struct sdio_func_tuple *tpl; local
1093 for (tpl = func->tuples; tpl; tpl = tpl->next) {
1094 if (tpl->code != 0x91)
1096 if (tpl->size < 10)
1098 if (tpl->data[1] == 0) /* SUBTPL_SIOREG */
1101 if (!tpl) {
1109 sdio_func_id(func), tpl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/p5064/src/
H A Dp5064_commands.c301 uint8_t tpl,len; local
303 tpl = *ptr;
308 (((uint32_t) (intptr_t) ptr) & 0xFFFF) >> 1,tpl,len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dm68360_quicc.h267 volatile unsigned short tpl:3; member in struct:quicc::scc_regs::__anon13468::__anon13469
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dm68360_quicc.h267 volatile unsigned short tpl:3; member in struct:quicc::scc_regs::__anon25161::__anon25162
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dfsck.c533 const char *tpl; local
538 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s");
541 s = xasprintf(tpl, s, type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dfsck.c533 const char *tpl; local
538 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s");
541 s = xasprintf(tpl, s, type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dfsck.c533 const char *tpl; local
538 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s");
541 s = xasprintf(tpl, s, type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/
H A DMakefile.def2 AutoGen definitions Makefile.tpl;
4 // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
H A DMakefile.tpl5 # Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
1610 $(srcdir)/Makefile.in: @MAINT@ $(srcdir)/Makefile.tpl $(srcdir)/Makefile.def
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/
H A DMakefile.def2 AutoGen definitions Makefile.tpl;
4 // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
H A DMakefile.tpl5 # Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
1610 $(srcdir)/Makefile.in: @MAINT@ $(srcdir)/Makefile.tpl $(srcdir)/Makefile.def
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/
H A DMakefile.def2 AutoGen definitions Makefile.tpl;
4 // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
H A DMakefile.tpl5 # Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
1610 $(srcdir)/Makefile.in: @MAINT@ $(srcdir)/Makefile.tpl $(srcdir)/Makefile.def
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A DMakefile.in445 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A DMakefile.in445 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A DMakefile.in445 -rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/
H A Dconfigure8871 char tpl[20]="/tmp/test.XXXXXX";
8872 int fd = mkstemp(tpl);
8874 unlink(tpl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/
H A Dconfigure8871 char tpl[20]="/tmp/test.XXXXXX";
8872 int fd = mkstemp(tpl);
8874 unlink(tpl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/
H A Dconfigure8871 char tpl[20]="/tmp/test.XXXXXX";
8872 int fd = mkstemp(tpl);
8874 unlink(tpl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/
H A Dconfigure15050 char tpl[20]="/tmp/test.XXXXXX";
15051 int fd = mkstemp(tpl);
15053 unlink(tpl);
[all...]

Completed in 260 milliseconds

12