Searched refs:REQ (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 28 the operations that are mandatory to implement (REQ), optional 46 | Operation | REQ, REC, | Feature | Definition | 47 | | OPT, or | (REQ, REC, | | 50 | ACCESS | REQ | | Section 18.1 | 51 I | BACKCHANNEL_CTL | REQ | | Section 18.33 | 52 I | BIND_CONN_TO_SESSION | REQ | | Section 18.34 | 53 | CLOSE | REQ | | Section 18.2 | 54 | COMMIT | REQ | | Section 18.3 | 55 | CREATE | REQ | | Section 18.4 | 56 I | CREATE_SESSION | REQ | | Section 18.36 | [all …]
|
/Linux-v5.4/scripts/ |
D | coccicheck | 177 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"` 178 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh) 183 echo "This SmPL patch requires: $REQ"
|
/Linux-v5.4/arch/arm/mach-rpc/ |
D | irq.c | 13 #define REQ 0x04 macro
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | sumod.h | 310 # define REQ (1 << 0) macro
|
D | cikd.h | 1477 #define REQ 0x00000001 macro
|
D | cik.c | 5858 tmp = REQ | MESSAGE(MSG_ENTER_RLC_SAFE_MODE); in cik_enter_rlc_safe_mode() 5869 if ((RREG32(RLC_GPR_REG2) & REQ) == 0) in cik_enter_rlc_safe_mode() 5879 tmp = REQ | MESSAGE(MSG_EXIT_RLC_SAFE_MODE); in cik_exit_rlc_safe_mode()
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 846 * target to assert REQ before checking MSG, C/D and I/O for 913 * 800ns dead time between command phase and the REQ 1394 * Don't ignore persistent REQ assertions just because 1398 * count REQ while we are waiting for it to fall during 1400 * sequencer instruction takes ~25ns, so the REQ must 1402 * REQ. 1429 * and that REQ is already set when inb_first is called. inb_{first,next} 1867 * disabling SCSIEN until we see the first REQ from the 2186 * L_Q context associated with this REQ (REQ occurs immediately after a
|
D | aic7xxx.seq | 413 * driving REQ on the bus for the next byte. 417 * Drive REQ on the bus by enabling SCSI PIO. 422 /* Prevent our read from triggering another REQ */ 657 * target to assert REQ before checking MSG, C/D and I/O for 1970 * and that REQ is already set when inb_first is called. inb_{first,next}
|
D | aic79xx.reg | 3217 * DSP REQ Control
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | bttv.rst | 380 The PCI REQ signal is the logical-or of the incoming function requests. 400 (1) Deassert REQ at the same time as asserting FRAME. 401 (2) Do not reassert REQ to request another bus transaction until after 404 Since the individual bus masters do not have direct control of REQ, a 414 only the granted request to the REQ pin. The arbiter decision lock 419 arbiters responsibility to allow this request to flow through to REQ and 420 not allow the other request to hold REQ asserted. The decision lock may 434 to the internal functions unless REQ is asserted. This prevents a bus
|
/Linux-v5.4/drivers/staging/comedi/drivers/ |
D | ni_pcidio.c | 63 #define REQ BIT(2) macro
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | vcpu-requests.rst | 216 WRITE_ONCE(vcpu->mode, IN_GUEST_MODE); kvm_make_request(REQ, vcpu);
|