Home
last modified time | relevance | path

Searched refs:REQ (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Dnfs41-server.rst30 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 …]
/OK3568_Linux_fs/kernel/scripts/
H A Dcoccicheck188 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`
189 REQ_NUM=$(echo $REQ | ${DIR}/scripts/ld-version.sh)
194 echo "This SmPL patch requires: $REQ"
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c1400 enum { REQ, /* set info for requests */ enumerator
1602 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, in RecordRegisterClients()
1608 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, in RecordRegisterClients()
1709 if (si[REQ].intervals) { in RecordRegisterClients()
1711 RecordCreateSet(si[REQ].intervals, si[REQ].nintervals, in RecordRegisterClients()
1712 (RecordSetPtr) ((char *) pRCAP + si[REQ].offset), in RecordRegisterClients()
1713 si[REQ].size); in RecordRegisterClients()
/OK3568_Linux_fs/kernel/arch/arm/mach-rpc/
H A Dirq.c13 #define REQ 0x04 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dsumod.h310 # define REQ (1 << 0) macro
H A Dcikd.h1477 #define REQ 0x00000001 macro
H A Dcik.c5854 tmp = REQ | MESSAGE(MSG_ENTER_RLC_SAFE_MODE); in cik_enter_rlc_safe_mode()
5865 if ((RREG32(RLC_GPR_REG2) & REQ) == 0) in cik_enter_rlc_safe_mode()
5875 tmp = REQ | MESSAGE(MSG_EXIT_RLC_SAFE_MODE); in cik_exit_rlc_safe_mode()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/
H A Darm-cmn.rst61 REQ or SNP channel, it can be specified as two events - one for each
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dbttv.rst333 The PCI REQ signal is the logical-or of the incoming function requests.
353 (1) Deassert REQ at the same time as asserting FRAME.
354 (2) Do not reassert REQ to request another bus transaction until after
357 Since the individual bus masters do not have direct control of REQ, a
367 only the granted request to the REQ pin. The arbiter decision lock
372 arbiters responsibility to allow this request to flow through to REQ and
373 not allow the other request to hold REQ asserted. The decision lock may
387 to the internal functions unless REQ is asserted. This prevents a bus
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx.seq846 * 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
H A Daic7xxx.seq413 * 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}
H A Daic79xx.reg3217 * DSP REQ Control
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_pcidio.c63 #define REQ BIT(2) macro
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dvcpu-requests.rst216 WRITE_ONCE(vcpu->mode, IN_GUEST_MODE); kvm_make_request(REQ, vcpu);