Searched refs:RETURN (Results 1 – 25 of 53) sorted by relevance
123
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/ |
D | osdep_service.c | 70 goto RETURN; in rtw_alloc_etherdev_with_old_priv() 76 RETURN: in rtw_alloc_etherdev_with_old_priv() 87 goto RETURN; in rtw_alloc_etherdev() 95 goto RETURN; in rtw_alloc_etherdev() 99 RETURN: in rtw_alloc_etherdev() 108 goto RETURN; in rtw_free_netdev() 113 goto RETURN; in rtw_free_netdev() 118 RETURN: in rtw_free_netdev()
|
/Linux-v5.10/lib/ |
D | lru_cache.c | 34 #define RETURN(x...) do { \ macro 318 RETURN(); in lc_del() 368 RETURN(NULL); in __lc_get() 383 RETURN(NULL); in __lc_get() 388 RETURN(e); in __lc_get() 395 RETURN(e); in __lc_get() 401 RETURN(NULL); in __lc_get() 412 RETURN(NULL); in __lc_get() 420 RETURN(NULL); in __lc_get() 427 RETURN(NULL); in __lc_get() [all …]
|
/Linux-v5.10/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-v5.10/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-v5.10/arch/c6x/lib/ |
D | remu.S | 33 || [!B1] b .s2 B3 ; RETURN A 47 ;; RETURN A may happen here (note: must happen before the next branch)
|
D | divremu.S | 25 ||[!b1] b .s2 B3 ; RETURN A 45 ;; RETURN A may happen here (note: must happen before the next branch)
|
D | divu.S | 39 || [!B1] b .s2 B3 ; RETURN A 57 ;; RETURN A may happen here (note: must happen before the next branch)
|
/Linux-v5.10/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-v5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_read.txt | 24 RETURN VALUE
|
D | libtraceevent-cpus.txt | 28 RETURN VALUE
|
D | libtraceevent-endian_read.txt | 24 RETURN VALUE
|
D | libtraceevent-long_size.txt | 28 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-func_find.txt | 31 RETURN VALUE
|
D | libtraceevent-strerror.txt | 31 RETURN VALUE
|
D | libtraceevent-event_find.txt | 37 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
|
/Linux-v5.10/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.
|
123