Home
last modified time | relevance | path

Searched refs:gop (Results 1 – 10 of 10) sorted by relevance

/drivers/firmware/efi/libstub/
Dgop.c134 static u32 choose_mode_modenum(efi_graphics_output_protocol_t *gop) in choose_mode_modenum() argument
145 mode = efi_table_attr(gop, mode); in choose_mode_modenum()
157 status = efi_call_proto(gop, query_mode, cmdline.mode, in choose_mode_modenum()
188 static u32 choose_mode_res(efi_graphics_output_protocol_t *gop) in choose_mode_res() argument
201 mode = efi_table_attr(gop, mode); in choose_mode_res()
221 status = efi_call_proto(gop, query_mode, m, in choose_mode_res()
246 static u32 choose_mode_auto(efi_graphics_output_protocol_t *gop) in choose_mode_auto() argument
261 mode = efi_table_attr(gop, mode); in choose_mode_auto()
281 status = efi_call_proto(gop, query_mode, m, in choose_mode_auto()
309 static u32 choose_mode_list(efi_graphics_output_protocol_t *gop) in choose_mode_list() argument
[all …]
DMakefile62 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o \
/drivers/net/xen-netback/
Dnetback.c391 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops; in xenvif_get_requests() local
471 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
474 ++gop; in xenvif_get_requests()
497 gop); in xenvif_get_requests()
501 ++gop; in xenvif_get_requests()
519 (*map_ops) = gop - queue->tx_map_ops; in xenvif_get_requests()
1328 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() local
1334 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1346 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1350 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
[all …]
/drivers/media/common/
Dcx2341x.c429 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()
/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c251 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()
Dsolo6x10.h149 u8 mode, gop, qp, interlaced, interval; member
/drivers/media/pci/tw5864/
Dtw5864.h121 int gop; member
Dtw5864-core.c154 if (input->frame_gop_seqno >= input->gop) in tw5864_h264_isr()
Dtw5864-video.c504 input->gop = ctrl->val; in tw5864_s_ctrl()
1161 input->gop = GOP_SIZE; in tw5864_video_input_init()
/drivers/xen/
Dgrant-table.c1072 gnttab_retry_eagain_gop(unsigned int cmd, void *gop, int16_t *status, in gnttab_retry_eagain_gop() argument
1078 BUG_ON(HYPERVISOR_grant_table_op(cmd, gop, 1)); in gnttab_retry_eagain_gop()