| /linux/drivers/firmware/efi/libstub/ |
| A D | gop.c | 145 mode = efi_table_attr(gop, mode); in choose_mode_modenum() 201 mode = efi_table_attr(gop, mode); in choose_mode_res() 261 mode = efi_table_attr(gop, mode); in choose_mode_auto() 326 mode = efi_table_attr(gop, mode); in choose_mode_list() 395 new_mode = choose_mode_res(gop); in set_mode() 407 mode = efi_table_attr(gop, mode); in set_mode() 505 return gop; in find_gop() 508 first_gop = gop; in find_gop() 524 if (!gop) in setup_gop() 528 set_mode(gop); in setup_gop() [all …]
|
| A D | Makefile | 65 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o \
|
| /linux/drivers/net/xen-netback/ |
| A D | netback.c | 475 ++gop; in xenvif_get_requests() 498 gop); in xenvif_get_requests() 502 ++gop; in xenvif_get_requests() 1323 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() local 1329 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action() 1349 gnttab_set_unmap_op(gop, in xenvif_tx_dealloc_action() 1354 ++gop; in xenvif_tx_dealloc_action() 1366 gop - queue->tx_unmap_ops); in xenvif_tx_dealloc_action() 1374 gop[i].host_addr, in xenvif_tx_dealloc_action() 1375 gop[i].handle, in xenvif_tx_dealloc_action() [all …]
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | marvell,pp2.yaml | 126 gop-port-id: 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/media/common/ |
| A D | cx2341x.c | 429 int gop = params->video_gop_size; in cx2341x_set_ctrl() local 431 params->video_gop_size = b * ((gop + b - 1) / b); in cx2341x_set_ctrl() 439 int gop = ctrl->value; in cx2341x_set_ctrl() local 440 params->video_gop_size = b * ((gop + b - 1) / b); in cx2341x_set_ctrl() 1330 int gop = hdl->video_gop_size->val; in cx2341x_try_ctrl() local 1332 gop = b * ((gop + b - 1) / b); in cx2341x_try_ctrl() 1335 while (gop > 34) in cx2341x_try_ctrl() 1336 gop -= b; in cx2341x_try_ctrl() 1337 hdl->video_gop_size->val = gop; in cx2341x_try_ctrl()
|
| /linux/arch/x86/include/asm/ |
| A D | efi.h | 284 #define __efi64_argmap_query_mode(gop, mode, size, info) \ argument 285 ((gop), (mode), efi64_zero_upper(size), efi64_zero_upper(info))
|
| /linux/drivers/media/pci/solo6x10/ |
| A D | solo6x10-v4l2-enc.c | 251 solo_reg_write(solo_dev, SOLO_VE_CH_GOP(ch), solo_enc->gop); in solo_enc_on() 256 solo_reg_write(solo_dev, SOLO_VE_CH_GOP_E(ch), solo_enc->gop); in solo_enc_on() 1070 solo_enc->gop = ctrl->val; in solo_s_ctrl() 1071 solo_reg_write(solo_dev, SOLO_VE_CH_GOP(solo_enc->ch), solo_enc->gop); in solo_s_ctrl() 1072 solo_reg_write(solo_dev, SOLO_VE_CH_GOP_E(solo_enc->ch), solo_enc->gop); in solo_s_ctrl() 1259 solo_enc->gop = solo_dev->fps; in solo_enc_alloc()
|
| A D | solo6x10.h | 149 u8 mode, gop, qp, interlaced, interval; member
|
| /linux/drivers/media/pci/tw5864/ |
| A D | tw5864.h | 122 int gop; member
|
| A D | tw5864-core.c | 154 if (input->frame_gop_seqno >= input->gop) in tw5864_h264_isr()
|
| A D | tw5864-video.c | 505 input->gop = ctrl->val; in tw5864_s_ctrl() 1161 input->gop = GOP_SIZE; in tw5864_video_input_init()
|
| /linux/arch/arm64/boot/dts/marvell/ |
| A D | armada-cp11x.dtsi | 90 gop-port-id = <0>; 110 gop-port-id = <2>; 130 gop-port-id = <3>;
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | mvebu-gated-clock.txt | 42 19 gop Gigabit Ethernet MAC
|
| /linux/drivers/media/platform/amphion/ |
| 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/xen/ |
| 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/drivers/net/wireless/ralink/rt2x00/ |
| A D | rt2800lib.c | 9432 u8 gop; in rt2800_iq_search() local 9437 for (gop = 0; gop < 2; gop++) { in rt2800_iq_search() 9438 if (gop == 1 || bidx < 4) { in rt2800_iq_search() 9439 if (gop == 0) in rt2800_iq_search() 9454 ((gop == 0) ? 0x46 : 0x47); in rt2800_iq_search() 9465 bbp = (ch_idx == 0) ? (gop == 0) ? 0x28 : 0x29 : in rt2800_iq_search() 9466 (gop == 0) ? 0x46 : 0x47; in rt2800_iq_search() 9475 p0, p1, pf, idx0, idx1, iq_err, gop, ibit); in rt2800_iq_search() 9487 bbp = (ch_idx == 0) ? (gop == 0) ? 0x28 : 0x29 : in rt2800_iq_search() 9488 (gop == 0) ? 0x46 : 0x47; in rt2800_iq_search() [all …]
|