Searched refs:RET (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 165 RET(-ENOMEM); in bdx_fifo_init() 178 RET(0); in bdx_fifo_init() 194 RET(); in bdx_fifo_free() 271 RET(IRQ_HANDLED); in bdx_isr_napi() 287 RET(IRQ_HANDLED); in bdx_isr_napi() 358 RET(rc); in bdx_fw_load() 361 RET(0); in bdx_fw_load() 384 RET(); in bdx_restore_mac() 435 RET(0); in bdx_hw_start() 438 RET(rc); in bdx_hw_start() [all …]
|
D | tehuti.h | 543 #define RET(args...) \ macro 553 #define RET(args...) return args macro
|
/linux-4.1.27/sound/pci/riptide/ |
D | riptide.c | 241 #define RET(a) ((union cmdret *)(a)) macro 243 #define SEND_GETV(p,b) sendcmd(p,RESP,GETV,0,RET(b)) /* get version */ 244 #define SEND_GETC(p,b,c) sendcmd(p,PARM|RESP,GETC,c,RET(b)) 245 #define SEND_GUNS(p,b) sendcmd(p,RESP,GUNS,0,RET(b)) 246 #define SEND_SCID(p,b) sendcmd(p,RESP,SCID,0,RET(b)) 247 #define SEND_RMEM(p,b,c,d) sendcmd(p,PARM|RESP,RMEM|BYTE1(b),LONG0(c),RET(d)) /* memory acc… 248 #define SEND_SMEM(p,b,c) sendcmd(p,PARM,SMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… 249 #define SEND_WMEM(p,b,c) sendcmd(p,PARM,WMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… 250 #define SEND_SDTM(p,b,c) sendcmd(p,PARM|RESP,SDTM|TRINIB1(b),0,RET(c)) /* memory access f… 251 #define SEND_GOTO(p,b) sendcmd(p,PARM,GOTO,LONG0(b),RET(0)) /* memory access for firmwa… [all …]
|
/linux-4.1.27/arch/x86/lib/ |
D | atomic64_386_32.S | 38 #define RET \ macro 43 RET; \ 153 RET 175 RET
|
/linux-4.1.27/arch/sh/include/cpu-sh5/cpu/ |
D | registers.h | 51 #define RET r2 macro
|
/linux-4.1.27/arch/arm/probes/kprobes/ |
D | test-core.c | 239 #define RET(reg) "mov pc, "#reg macro 258 #define RET(reg) "bx "#reg macro 501 RET(lr)" \n\t" in benchmark_nop() 984 RET(r0)" \n\t" in __kprobes_test_case_start()
|
/linux-4.1.27/Documentation/mn10300/ |
D | ABI.txt | 40 word, but won't actually modify the stack pointer; similarly, the RET
|
/linux-4.1.27/Documentation/power/ |
D | swsusp.txt | 367 RET=$? 372 if [ $RET -ne 0 -a $IMG_SZ -ne 0 ]; then # try again with minimal image size 375 RET=$? 380 exit $RET
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sleep34xx.S | 422 cmp r2, #0x0 @ Check if target power state was OFF or RET
|
/linux-4.1.27/Documentation/input/ |
D | atarikbd.txt | 633 1C RET
|