Searched refs:RETURN (Results 1 – 25 of 51) sorted by relevance
123
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/ |
D | osdep_service.c | 59 goto RETURN; in rtw_alloc_etherdev_with_old_priv() 65 RETURN: in rtw_alloc_etherdev_with_old_priv() 76 goto RETURN; in rtw_alloc_etherdev() 84 goto RETURN; in rtw_alloc_etherdev() 88 RETURN: in rtw_alloc_etherdev() 97 goto RETURN; in rtw_free_netdev() 102 goto RETURN; in rtw_free_netdev() 107 RETURN: in rtw_free_netdev()
|
/linux-6.1.9/lib/ |
D | lru_cache.c | 34 #define RETURN(x...) do { \ macro 319 RETURN(); in lc_del() 369 RETURN(NULL); in __lc_get() 384 RETURN(NULL); in __lc_get() 389 RETURN(e); in __lc_get() 396 RETURN(e); in __lc_get() 402 RETURN(NULL); in __lc_get() 413 RETURN(NULL); in __lc_get() 421 RETURN(NULL); in __lc_get() 428 RETURN(NULL); in __lc_get() [all …]
|
/linux-6.1.9/drivers/scsi/ |
D | 53c700.scr | 176 RETURN, WHEN NOT MSG_OUT 194 RETURN, IF NOT TWO_BYTE_MSG, AND MASK TWO_BYTE_MSG_MASK 197 RETURN 210 RETURN 214 RETURN 218 RETURN 222 RETURN 226 RETURN 233 RETURN
|
D | 53c700_d.h_shipped | 227 RETURN, WHEN NOT MSG_OUT 263 RETURN, IF NOT TWO_BYTE_MSG, AND MASK TWO_BYTE_MSG_MASK 275 RETURN 321 RETURN 334 RETURN 347 RETURN 360 RETURN 373 RETURN 386 RETURN
|
/linux-6.1.9/Documentation/driver-api/ |
D | parport-lowlevel.rst | 189 RETURN VALUE 312 RETURN VALUE 433 RETURN VALUE 559 RETURN VALUE 644 RETURN VALUE 689 RETURN VALUE 725 RETURN VALUE 759 RETURN VALUE 785 RETURN VALUE 820 RETURN VALUE [all …]
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | satan.S | 348 |--IF |X| < 2^(-40), RETURN X AS ANSWER. OTHERWISE, APPROXIMATE 402 |--IF |X| > 2^(100), RETURN SIGN(X)*(PI/2 - TINY). OTHERWISE, 403 |--RETURN SIGN(X)*PI/2 + ATAN(-1/X).
|
D | stwotox.S | 200 fmoves #0x3F800000,%fp0 | ...RETURN 1 + X 304 fmoves #0x3F800000,%fp0 | ...RETURN 1 + X
|
/linux-6.1.9/Documentation/translations/zh_CN/parisc/ |
D | registers.rst | 111 RETURN FROM INTERRUPTION AND RESTORE指令中使用,通过消
|
/linux-6.1.9/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_read.txt | 24 RETURN VALUE
|
D | libtraceevent-long_size.txt | 28 RETURN VALUE
|
D | libtraceevent-cpus.txt | 28 RETURN VALUE
|
D | libtraceevent-endian_read.txt | 24 RETURN VALUE
|
D | libtraceevent-file_endian.txt | 38 RETURN VALUE
|
D | libtraceevent-page_size.txt | 30 RETURN VALUE
|
D | libtraceevent-parse_head.txt | 29 RETURN VALUE
|
D | libtraceevent-fields.txt | 28 RETURN VALUE
|
D | libtraceevent-strerror.txt | 31 RETURN VALUE
|
D | libtraceevent-func_find.txt | 31 RETURN VALUE
|
D | libtraceevent-host_endian.txt | 45 RETURN VALUE
|
D | libtraceevent-parse_event.txt | 32 RETURN VALUE
|
D | libtraceevent-set_flag.txt | 48 RETURN VALUE
|
D | libtraceevent-event_find.txt | 37 RETURN VALUE
|
D | libtraceevent-handle.txt | 43 RETURN VALUE
|
/linux-6.1.9/Documentation/admin-guide/ |
D | svga.rst | 52 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE> 53 to continue or wait 30 secs" message. If you press <RETURN>, you enter the 79 you wish to set and press <RETURN>. If the computer complains something about 81 a mode. It's also possible to press only <RETURN> which leaves the current mode.
|
/linux-6.1.9/arch/x86/include/asm/ |
D | perf_event_p4.h | 724 P4_GEN_ESCR_EMASK(P4_EVENT_RETIRED_MISPRED_BRANCH_TYPE, RETURN, 3), 729 P4_GEN_ESCR_EMASK(P4_EVENT_RETIRED_BRANCH_TYPE, RETURN, 3),
|
123