| /linux/Documentation/devicetree/bindings/net/ |
| H A D | marvell,pp2.yaml | 38 - description: GOP clock 126 gop-port-id: 130 GOP (Group Of Ports) point of view. This ID is used to index the 167 - gop-port-id 192 gop-port-id: false 262 gop-port-id = <0>; 281 gop-port-id = <2>; 303 gop-port-id = <3>;
|
| /linux/drivers/net/xen-netback/ |
| H A D | netback.c | 393 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops; in xenvif_get_requests() local 473 txp == first ? extra_count : 0, gop); in xenvif_get_requests() 476 ++gop; in xenvif_get_requests() 499 gop); in xenvif_get_requests() 503 ++gop; in xenvif_get_requests() 521 (*map_ops) = gop - queue->tx_map_ops; in xenvif_get_requests() 1324 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() local 1330 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action() 1342 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action() 1346 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action() [all …]
|
| /linux/Documentation/fb/ |
| H A D | efifb.rst | 7 both firmware with Graphics Output Protocol (GOP) displays as well as older 36 For GOP displays, efifb can autodetect the display's resolution and framebuffer 47 Options for GOP displays:
|
| /linux/drivers/media/platform/allegro-dvt/ |
| H A D | allegro-mail.h | 122 /* gop param */ 225 /* gop param (optional) */
|
| /linux/include/uapi/linux/dvb/ |
| H A D | video.h | 144 /* 7 line 21-1 data present in GOP (1=yes, 0=no) */ 145 /* 6 line 21-2 data present in GOP (1=yes, 0=no) */
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-decoder-cmd.rst | 109 GOP in the video file, then the GOP before that, etc. etc.
|
| H A D | ext-ctrls-codec.rst | 551 GOP size (default 12) 554 GOP closure (default 1) 1374 Period between I-frames in the open GOP for H264. In case of an open 1375 GOP this is the period between two I-frames. The period between IDR 1823 the average bitrate for a GOP and keep it below or equal the set
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-types.h | 313 /* Video Encoder GOP IBP message */ 320 u8 ucGOPSize; /* GOP Size 12, 15 */
|
| /linux/drivers/media/usb/hdpvr/ |
| H A D | hdpvr.h | 208 * GOP MODE (2 bit) 209 * low bit 0/1: advanced/simple GOP
|
| /linux/drivers/clk/mvebu/ |
| H A D | cp110-system-controller.c | 96 [CP110_GATE_GOP_DP] = "gop-dp", 104 [CP110_GATE_SDMMC_GOP] = "sd-mmc-gop",
|
| H A D | armada-375.c | 163 { "gop", NULL, 19 },
|
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc_opr_v5.h | 59 H264_I_PERIOD = 0x9C, /* E, H.264, open GOP */
|
| /linux/Documentation/gpu/nova/core/ |
| H A D | vbios.rst | 22 - EFI Image (Type 0x03) - This is the EFI BIOS image. It contains the UEFI GOP 101 | | Contains the UEFI GOP driver (Graphics Output)| | |
|
| /linux/include/media/drv-intf/ |
| H A D | cx2341x.h | 133 /* video gop cluster */
|
| /linux/drivers/media/pci/tw5864/ |
| H A D | tw5864.h | 122 int gop; member
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 1027 - 0=stop at end of GOP (generates IRQ) 1101 Set video frames per second. Change occurs at start of new GOP. 1188 Setup the GOP structure 1193 GOP size (maximum is 34) 1199 For example: IBBPBBPBBPBB --> GOP size: 12, number of B frames: 2+1 = 3 1203 GOP size must be a multiple of (B-frames + 1). 1216 at the start of the next GOP. 1594 Assigns the GOP open/close property. 2234 0 based frame number in GOP to begin playback from. 2340 B frames per GOP (for reverse play only)
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 67 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o \
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | solo6x10.h | 149 u8 mode, gop, qp, interlaced, interval; member
|
| /linux/drivers/media/platform/amphion/ |
| H A D | vpu_windsor.c | 1003 static int vpu_windsor_set_gop(struct vpu_enc_param *param, u32 gop) in vpu_windsor_set_gop() argument 1005 param->iframe_interval = gop; in vpu_windsor_set_gop()
|
| /linux/drivers/video/ |
| H A D | aperture.c | 21 * graphics drivers, such as EFI-GOP or VESA, early during the boot process.
|
| /linux/drivers/media/platform/st/sti/hva/ |
| H A D | hva-debugfs.c | 49 " | |- GOP size=%d\n" in format_ctx()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | outp.c | 347 /* The EFI GOP driver on Ampere can leave unused DP links routed, in nvkm_outp_init()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2800lib.c | 9426 u8 gop; in rt2800_iq_search() local 9431 for (gop = 0; gop < 2; gop++) { in rt2800_iq_search() 9432 if (gop == 1 || bidx < 4) { in rt2800_iq_search() 9433 if (gop == 0) in rt2800_iq_search() 9438 first_search = (gop == 0) ? (bidx == 3) : (bidx == 5); in rt2800_iq_search() 9439 touch_neg_max = (gop) ? ((iq_err & 0x0F) == 0x08) : in rt2800_iq_search() 9447 bbp = (ch_idx == 0) ? ((gop == 0) ? 0x28 : 0x29) : in rt2800_iq_search() 9448 ((gop == 0) ? 0x46 : 0x47); in rt2800_iq_search() 9457 idx1 = (gop == 0) ? (idx1 & 0x0F) : (idx1 & 0x3F); in rt2800_iq_search() 9459 bbp = (ch_idx == 0) ? (gop == 0) ? 0x28 : 0x29 : in rt2800_iq_search() [all …]
|
| /linux/drivers/xen/ |
| H A D | grant-table.c | 1154 gnttab_retry_eagain_gop(unsigned int cmd, void *gop, int16_t *status, in gnttab_retry_eagain_gop() argument 1160 BUG_ON(HYPERVISOR_grant_table_op(cmd, gop, 1)); in gnttab_retry_eagain_gop()
|
| /linux/include/linux/ |
| H A D | efi.h | 408 * structure that was populated by the stub based on the GOP protocol instance
|