/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 | .gop.stub.o.cmd | 1 …gop.stub.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin…
|
A D | .gop.o.cmd | 1 …gop.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarc… 3 source_drivers/firmware/efi/libstub/gop.o := drivers/firmware/efi/libstub/gop.c 5 deps_drivers/firmware/efi/libstub/gop.o := \ 1176 drivers/firmware/efi/libstub/gop.o: $(deps_drivers/firmware/efi/libstub/gop.o) 1178 $(deps_drivers/firmware/efi/libstub/gop.o):
|
A D | .lib.a.cmd | 1 …ub.o drivers/firmware/efi/libstub/file.stub.o drivers/firmware/efi/libstub/gop.stub.o drivers/firm…
|
A D | lib.a | 10 gop.stub.o/
|
A D | Makefile | 55 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o \
|
/linux/drivers/net/xen-netback/ |
A D | netback.c | 408 gop); in xenvif_get_requests() 416 return gop; in xenvif_get_requests() 1011 extra_count, gop); in xenvif_tx_build_gops() 1012 gop++; in xenvif_tx_build_gops() 1024 gop = xenvif_get_requests(queue, skb, txfrags, gop, in xenvif_tx_build_gops() 1272 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action() 1292 gnttab_set_unmap_op(gop, in xenvif_tx_dealloc_action() 1297 ++gop; in xenvif_tx_dealloc_action() 1317 gop[i].host_addr, in xenvif_tx_dealloc_action() 1318 gop[i].handle, in xenvif_tx_dealloc_action() [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
A D | marvell-pp2.txt | 38 - gop-port-id: only for marvell,armada-7k-pp2, ID of the port from the 105 gop-port-id = <0>; 122 gop-port-id = <2>; 139 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 | 306 #define __efi64_argmap_query_mode(gop, mode, size, info) \ argument 307 ((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() 1073 solo_enc->gop = ctrl->val; in solo_s_ctrl() 1074 solo_reg_write(solo_dev, SOLO_VE_CH_GOP(solo_enc->ch), solo_enc->gop); in solo_s_ctrl() 1075 solo_reg_write(solo_dev, SOLO_VE_CH_GOP_E(solo_enc->ch), solo_enc->gop); in solo_s_ctrl() 1262 solo_enc->gop = solo_dev->fps; in solo_enc_alloc()
|
A D | solo6x10.h | 149 u8 mode, gop, qp, interlaced, interval; member
|
/linux/arch/arm64/boot/dts/marvell/ |
A D | armada-cp11x.dtsi | 87 gop-port-id = <0>; 106 gop-port-id = <2>; 125 gop-port-id = <3>;
|
/linux/drivers/media/pci/tw5864/ |
A D | tw5864.h | 121 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 | 504 input->gop = ctrl->val; in tw5864_s_ctrl() 1161 input->gop = GOP_SIZE; in tw5864_video_input_init()
|
/linux/Documentation/devicetree/bindings/clock/ |
A D | mvebu-gated-clock.txt | 42 19 gop Gigabit Ethernet MAC
|
/linux/drivers/xen/ |
A D | grant-table.c | 1062 gnttab_retry_eagain_gop(unsigned int cmd, void *gop, int16_t *status, in gnttab_retry_eagain_gop() argument 1068 BUG_ON(HYPERVISOR_grant_table_op(cmd, gop, 1)); in gnttab_retry_eagain_gop()
|