Searched refs:REQ (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/Documentation/filesystems/nfs/ |
A D | nfs41-server.rst | 30 the operations that are mandatory to implement (REQ), optional 51 | Implementation status | Operation | REQ,REC, OPT or NMI | Feature (REQ, REC or OPT) | … 53 | | ACCESS | REQ | | … 55 | I | BACKCHANNEL_CTL | REQ | | … 57 | I | BIND_CONN_TO_SESSION | REQ | | … 59 | | CLOSE | REQ | | … 61 | | COMMIT | REQ | | … 63 | | CREATE | REQ | | … 65 | I | CREATE_SESSION | REQ | | … 67 | NS* | DELEGPURGE | OPT | FDELG (REQ) | … [all …]
|
/linux-6.3-rc2/scripts/ |
A D | coccicheck | 199 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"` 200 if [ -n "$REQ" ] && ! { echo "$REQ"; echo "$SPATCH_VERSION"; } | sort -CV ; then 203 echo "This SmPL patch requires: $REQ"
|
/linux-6.3-rc2/arch/arm/mach-rpc/ |
A D | irq.c | 13 #define REQ 0x04 macro
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | sumod.h | 310 # define REQ (1 << 0) macro
|
A D | cikd.h | 1477 #define REQ 0x00000001 macro
|
A D | cik.c | 5843 tmp = REQ | MESSAGE(MSG_ENTER_RLC_SAFE_MODE); in cik_enter_rlc_safe_mode() 5854 if ((RREG32(RLC_GPR_REG2) & REQ) == 0) in cik_enter_rlc_safe_mode() 5864 tmp = REQ | MESSAGE(MSG_EXIT_RLC_SAFE_MODE); in cik_exit_rlc_safe_mode()
|
/linux-6.3-rc2/Documentation/admin-guide/perf/ |
A D | arm-cmn.rst | 61 REQ or SNP channel, it can be specified as two events - one for each
|
/linux-6.3-rc2/Documentation/admin-guide/media/ |
A D | bttv.rst | 334 The PCI REQ signal is the logical-or of the incoming function requests. 354 (1) Deassert REQ at the same time as asserting FRAME. 355 (2) Do not reassert REQ to request another bus transaction until after 358 Since the individual bus masters do not have direct control of REQ, a 368 only the granted request to the REQ pin. The arbiter decision lock 373 arbiters responsibility to allow this request to flow through to REQ and 374 not allow the other request to hold REQ asserted. The decision lock may 388 to the internal functions unless REQ is asserted. This prevents a bus
|
/linux-6.3-rc2/drivers/scsi/aic7xxx/ |
A 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
|
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}
|
A D | aic79xx.reg | 3217 * DSP REQ Control
|
/linux-6.3-rc2/drivers/comedi/drivers/ |
A D | ni_pcidio.c | 62 #define REQ BIT(2) macro
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | vcpu-requests.rst | 218 WRITE_ONCE(vcpu->mode, IN_GUEST_MODE); kvm_make_request(REQ, vcpu);
|
Completed in 55 milliseconds