/linux-6.3-rc2/tools/testing/ktest/examples/ |
A D | crosstests.conf | 96 TEST_START IF ${RUN} == alpha || ${DO_DEFAULT} 105 TEST_START IF ${RUN} == arm || ${DO_DEFAULT} 110 TEST_START IF ${RUN} == ia64 || ${DO_DEFAULT} 115 TEST_START IF ${RUN} == m68k || ${DO_DEFAULT} 140 TEST_START IF ${RUN} == ppc || ${RUN} == ppc32 || ${DO_DEFAULT} 150 TEST_START IF ${RUN} == s390 || ${DO_DEFAULT} 155 TEST_START IF ${RUN} == sh || ${DO_DEFAULT} 170 TEST_START IF ${RUN} == xtensa || ${DO_FAILED} 175 TEST_START IF ${RUN} == uml || ${DO_DEFAULT} 180 TEST_START IF ${RUN} == x86 || ${RUN} == i386 || ${DO_DEFAULT} [all …]
|
/linux-6.3-rc2/tools/testing/ktest/examples/include/ |
A D | tests.conf | 19 DEFAULTS IF NOT DEFINED BOOT_TYPE 26 DEFAULTS IF NOT DEFINED RUN_TEST 33 TEST_START IF ${TEST} == boot 42 TEST_START IF ${TEST} == build 54 TEST_START ITERATE 10 IF ${TEST} == randconfig 63 TEST_START ITERATE 10 IF ${TEST} == randconfig && ${MULTI} 70 TEST_START IF ${TEST} == test
|
A D | patchcheck.conf | 18 DEFAULTS IF NOT DEFINED BUILD_TYPE 45 DEFAULTS IF DEFINED PATCH_TEST 67 DEFAULTS IF DEFINED CREATE_WARNINGS_FILE 70 TEST_START IF DEFINED CREATE_WARNINGS_FILE 88 DEFAULTS IF NOT DEFINED PATCH_START1 91 TEST_START IF ${TEST} == patchcheck 101 TEST_START IF ${TEST} == patchcheck && ${MULTI}
|
A D | defaults.conf | 17 DEFAULTS IF NOT DEFINED BOX 24 DEFAULTS IF NOT DEFINED BITS 130 DEFAULTS IF ${REBOOT} == none 136 DEFAULTS ELSE IF ${REBOOT} == error 142 DEFAULTS ELSE IF ${REBOOT} == fail
|
A D | bisect.conf | 10 DEFAULTS IF NOT DEFINED RUN_TEST 19 TEST_START IF ${TEST} == bisect 82 TEST_START IF ${TEST} == config-bisect
|
A D | bootconfig.conf | 33 TEST_START IF DEFINED RUN_BOOTCONFIG 46 TEST_START IF DEFINED RUN_BOOTCONFIG 58 TEST_START IF DEFINED RUN_BOOTCONFIG
|
A D | min-config.conf | 47 TEST_START IF ${TEST} == min-config 55 TEST_START IF ${TEST} == min-config && ${MULTI}
|
/linux-6.3-rc2/drivers/scsi/ |
A D | 53c700.scr | 143 JUMP SendIdentifyMsg, IF MSG_OUT 201 JUMP Receive1Byte, IF 0x01 202 JUMP Receive2Byte, IF 0x02 203 JUMP Receive3Byte, IF 0x03 204 JUMP Receive4Byte, IF 0x04 205 JUMP Receive5Byte, IF 0x05 257 JUMP MsgInAfterCmd, IF MSG_IN 258 JUMP DataIn, IF DATA_IN 259 JUMP DataOut, IF DATA_OUT 317 JUMP MsgInAfterDataIn, IF MSG_IN [all …]
|
A D | 53c700_d.h_shipped | 152 JUMP SendIdentifyMsg, IF MSG_OUT 288 JUMP Receive1Byte, IF 0x01 292 JUMP Receive2Byte, IF 0x02 296 JUMP Receive3Byte, IF 0x03 300 JUMP Receive4Byte, IF 0x04 304 JUMP Receive5Byte, IF 0x05 446 JUMP MsgInAfterCmd, IF MSG_IN 450 JUMP DataIn, IF DATA_IN 454 JUMP DataOut, IF DATA_OUT 611 JUMP MsgInAfterDataIn, IF MSG_IN [all …]
|
/linux-6.3-rc2/tools/usb/usbip/ |
A D | configure.ac | 58 dnl [ACTION-IF-GIVEN] 74 dnl [ACTION-IF-NOT-GIVEN] 98 dnl [ACTION-IF-GIVEN] 107 dnl [ACTION-IF-NOT-GIVEN]
|
/linux-6.3-rc2/drivers/mtd/hyperbus/ |
A D | Kconfig | 26 tristate "Renesas RPC-IF HyperBus driver" 30 This option includes Renesas RPC-IF HyperBus support.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/ |
A D | renesas,rpc-if.yaml | 7 title: Renesas Reduced Pin Count Interface (RPC-IF) 13 Renesas RPC-IF allows a SPI flash or HyperFlash connected to the SoC to 16 The flash chip itself should be represented by a subnode of the RPC-IF node. 59 - description: RPC-IF registers
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | ext-ctrls-rf-tuner.rst | 14 converts that received signal to lower intermediate frequency (IF) or 16 called Zero-IF tuners. Older tuners were typically simple PLL tuners 56 Enables/disables IF automatic gain control (AGC) 81 IF gain is last gain stage on the RF tuner signal path. It is
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-driver-usb-usbtmc | 8 can be found in the USB TMC documents from the USB-IF entitled 22 can be found in the USB TMC documents from the USB-IF entitled
|
/linux-6.3-rc2/drivers/media/tuners/ |
A D | Kconfig | 101 tristate "Microtune MT2060 silicon IF tuner" 105 A driver for the silicon IF tuner MT2060 from Microtune. 108 tristate "Microtune MT2063 silicon IF tuner" 112 A driver for the silicon IF tuner MT2063 from Microtune. 246 tristate "TDA 9885/6/7 analog IF demodulator" 251 analog IF demodulator.
|
A D | xc2028-types.h | 77 #define IF (1 << 17) macro
|
/linux-6.3-rc2/tools/perf/util/ |
A D | expr.y | 40 %token ID NUMBER MIN MAX IF ELSE LITERAL D_RATIO SOURCE_COUNT EXPR_ERROR 41 %left MIN MAX IF 159 if_expr: expr IF expr ELSE if_expr
|
A D | expr.l | 113 if { return IF; }
|
/linux-6.3-rc2/Documentation/userspace-api/media/mediactl/ |
A D | media-types.rst | 29 .. _MEDIA-ENT-F-IF-VID-DECODER: 30 .. _MEDIA-ENT-F-IF-AUD-DECODER: 44 .. _MEDIA-ENT-F-VID-IF-BRIDGE: 114 signal into an Intermediate Frequency (IF). Modern tuners have 115 internally IF-PLL decoders for audio and video, but older models 119 - IF-PLL video decoder. It receives the IF from a PLL and decodes 126 - IF-PLL sound decoder. It receives the IF from a PLL and decodes 130 tuner PLL and should be controlled together with the IF-PLL video
|
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/ |
A D | fe-set-voltage.rst | 39 LNBf type, the polarization or the intermediate frequency (IF) of the 47 the capability of setting polarization or IF. So, on those cases, setting
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | drxd.h | 34 u32 IF; member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/frequency/ |
A D | adi,admv1014.yaml | 44 BB and IF supply voltage regulator. 78 if - complex intermediate frequency (IF) input
|
A D | adi,adrf6780.yaml | 55 Intermediate Frequency Mode Enable. Either IF Mode or I/Q Mode 61 I/Q Mode Enable. Either IF Mode or I/Q Mode can be enabled at a
|
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/ |
A D | sym_fw1.h | 388 SCR_JUMP ^ IFTRUE (IF (SCR_DATA_OUT)), 390 SCR_JUMP ^ IFTRUE (IF (SCR_DATA_IN)), 392 SCR_JUMP ^ IFTRUE (IF (SCR_STATUS)), 394 SCR_JUMP ^ IFTRUE (IF (SCR_COMMAND)), 396 SCR_JUMP ^ IFTRUE (IF (SCR_MSG_OUT)),
|
A D | sym_fw2.h | 373 SCR_JUMP ^ IFTRUE (IF (SCR_DATA_OUT)), 375 SCR_JUMP ^ IFTRUE (IF (SCR_DATA_IN)), 377 SCR_JUMP ^ IFTRUE (IF (SCR_STATUS)), 379 SCR_JUMP ^ IFTRUE (IF (SCR_COMMAND)), 381 SCR_JUMP ^ IFTRUE (IF (SCR_MSG_OUT)),
|