| /linux-6.15/arch/powerpc/crypto/ |
| H A D | aesp8-ppc.pl | 112 $FRAME=8*$SIZE_T; 409 $STU $sp,-$FRAME($sp) 447 addi $sp,$sp,$FRAME 1231 li r10,`$FRAME+15` 1232 li r11,`$FRAME+31` 1899 li r10,`$FRAME+15` 1900 li r11,`$FRAME+31` 2992 li r10,`$FRAME+15` 2993 li r11,`$FRAME+31` 3697 li r10,`$FRAME+15` [all …]
|
| H A D | chacha-p10le-8x.S | 50 .macro SAVE_GPR GPR OFFSET FRAME argument 51 std \GPR,\OFFSET(\FRAME) 54 .macro SAVE_VRS VRS OFFSET FRAME argument 56 stvx \VRS, 16, \FRAME 59 .macro SAVE_VSX VSX OFFSET FRAME argument 61 stxvx \VSX, 16, \FRAME 64 .macro RESTORE_GPR GPR OFFSET FRAME argument 65 ld \GPR,\OFFSET(\FRAME) 68 .macro RESTORE_VRS VRS OFFSET FRAME argument 70 lvx \VRS, 16, \FRAME [all …]
|
| H A D | poly1305-p10le_64.S | 64 .macro SAVE_GPR GPR OFFSET FRAME argument 65 std \GPR,\OFFSET(\FRAME) 68 .macro SAVE_VRS VRS OFFSET FRAME argument 70 stvx \VRS, 16, \FRAME 73 .macro SAVE_VSX VSX OFFSET FRAME argument 75 stxvx \VSX, 16, \FRAME 78 .macro RESTORE_GPR GPR OFFSET FRAME argument 79 ld \GPR,\OFFSET(\FRAME) 82 .macro RESTORE_VRS VRS OFFSET FRAME argument 84 lvx \VRS, 16, \FRAME [all …]
|
| H A D | aesp10-ppc.pl | 112 $FRAME=8*$SIZE_T; 408 $STU $sp,-$FRAME($sp) 410 $PUSH r10,$FRAME+$LRSAVE($sp) 446 addi $sp,$sp,$FRAME
|
| H A D | aes-gcm-p10.S | 47 .macro SAVE_GPR GPR OFFSET FRAME argument 48 std \GPR,\OFFSET(\FRAME) 51 .macro SAVE_VRS VRS OFFSET FRAME argument 52 stxv \VRS+32, \OFFSET(\FRAME) 55 .macro RESTORE_GPR GPR OFFSET FRAME argument 56 ld \GPR,\OFFSET(\FRAME) 59 .macro RESTORE_VRS VRS OFFSET FRAME argument 60 lxv \VRS+32, \OFFSET(\FRAME)
|
| /linux-6.15/drivers/media/usb/uvc/ |
| H A D | uvc_isight.c | 54 uvc_dbg(stream->dev, FRAME, "iSight header found\n"); in isight_decode() 61 uvc_dbg(stream->dev, FRAME, in isight_decode() 92 uvc_dbg(stream->dev, FRAME, in isight_decode() 110 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_isight()
|
| H A D | uvc_video.c | 1187 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_start() 1203 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_start() 1236 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_start() 1343 uvc_dbg(uvc_urb->stream->dev, FRAME, in uvc_video_decode_data() 1357 uvc_dbg(stream->dev, FRAME, "Frame complete (EOF found)\n"); in uvc_video_decode_end() 1359 uvc_dbg(stream->dev, FRAME, "EOF in empty payload\n"); in uvc_video_decode_end() 1478 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_meta() 1538 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_isoc()
|
| /linux-6.15/Documentation/sound/soc/ |
| H A D | dai.rst | 16 frame (FRAME) (usually 48kHz) is always driven by the controller. Each AC97 61 MSB is transmitted on falling edge of first BCLK after FRAME/SYNC. 64 MSB is transmitted on rising edge of FRAME/SYNC.
|
| H A D | clocking.rst | 29 clock is sometimes referred to as LRC (left right clock) or FRAME. This clock
|
| /linux-6.15/arch/m68k/ifpsp060/ |
| H A D | iskeleton.S | 98 | CHK FRAME TRACE FRAME 138 | DIVBYZERO FRAME TRACE FRAME 189 | SO THAT THE 060SP CAN CREATE A PROPER ACCESS ERROR FRAME.
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/ |
| H A D | ssh.rst | 165 tx: -- SYN FRAME(D) CRC(F) PAYLOAD CRC(P) ----------------------------- 166 rx: ------------------------------------- SYN FRAME(A) CRC(F) CRC(P) -- 168 where both frames have the same sequence ID (``SEQ``). Here, ``FRAME(D)`` 169 indicates a |DATA_SEQ|-type frame, ``FRAME(A)`` an ``ACK``-type frame, 175 tx: -- SYN FRAME(D) CRC(F) PAYLOAD CRC(P) ----------------------------- 176 rx: ------------------------------------- SYN FRAME(N) CRC(F) CRC(P) -- 178 upon which the sender should re-send the message. ``FRAME(N)`` indicates an 184 tx: -- SYN FRAME(DATA_NSQ) CRC(F) PAYLOAD CRC(P) ----------------------
|
| /linux-6.15/arch/parisc/kernel/vdso64/ |
| H A D | sigtramp.S | 40 .callinfo FRAME=ASM_SIGFRAME_SIZE,CALLS,SAVE_RP
|
| /linux-6.15/arch/parisc/kernel/vdso32/ |
| H A D | sigtramp.S | 40 .callinfo FRAME=ASM_SIGFRAME_SIZE32,CALLS,SAVE_RP
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | chacha-s390.S | 14 #define FRAME (16 * 8 + 4 * 8) macro 480 lghi %r1,-FRAME 887 lmg %r6,%r7,FRAME+6*8(SP) 888 la SP,FRAME(SP) 903 lmg %r6,%r7,FRAME+6*8(SP) 904 la SP,FRAME(SP)
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-compressed.rst | 158 * .. _V4L2-PIX-FMT-VP8-FRAME: 180 * .. _V4L2-PIX-FMT-VP9-FRAME: 261 * .. _V4L2-PIX-FMT-AV1-FRAME:
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-property-terrestrial-systems.rst | 238 - :ref:`DTV_ATSCMH_RS_FRAME_MODE <DTV-ATSCMH-RS-FRAME-MODE>` 240 - :ref:`DTV_ATSCMH_RS_FRAME_ENSEMBLE <DTV-ATSCMH-RS-FRAME-ENSEMBLE>`
|
| H A D | fe_property_parameters.rst | 712 .. _DTV-ATSCMH-RS-FRAME-MODE: 724 .. _DTV-ATSCMH-RS-FRAME-ENSEMBLE:
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | bttv.rst | 354 (1) Deassert REQ at the same time as asserting FRAME. 369 happens regardless of the state of FRAME because it does not know when 370 FRAME will be asserted (typically - each initiator will assert FRAME on 371 the cycle following GNT). When FRAME is asserted, it is the initiator s 376 idle (FRAME and IRDY). The arbiter decision may then continue
|
| /linux-6.15/drivers/pinctrl/renesas/ |
| H A D | pfc-sh7203.c | 936 GPIO_FN(FRAME),
|
| /linux-6.15/arch/m68k/ifpsp060/src/ |
| H A D | pfpsp.S | 2042 # UNSUPP FRAME TRACE FRAME
|
| H A D | fpsp.S | 2043 # UNSUPP FRAME TRACE FRAME 4391 # FP UNIMP FRAME BSUN FRAME
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | entry.S | 2147 ENTRY_CFI(call_on_stack, FRAME=2*FRAME_SIZE,CALLS,SAVE_RP,SAVE_SP)
|
| /linux-6.15/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-dev.c | 2120 FRAME, 1); in xgbe_dev_read()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio | 1970 respect to the LOCAL EARTH GEOMAGNETIC REFERENCE FRAME where :
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 2142 CMD(mgmt_tx, FRAME); in nl80211_add_commands_unsplit()
|