Searched refs:flip (Results 51 - 60 of 60) sorted by relevance

123

/linux-master/drivers/media/i2c/
H A Dmt9m111.c780 static int mt9m111_set_flip(struct mt9m111 *mt9m111, int flip, int mask) argument
785 if (flip)
H A Ds5k5baf.c635 u16 flip = state->ctrls.vflip->val | (state->ctrls.vflip->val << 1); local
637 s5k5baf_write(state, REG_P_PREV_MIRROR(0), flip);
/linux-master/fs/nilfs2/
H A Dsuper.c248 int flip)
267 if (flip && sbp[1])
247 nilfs_prepare_super(struct super_block *sb, int flip) argument
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-params.c75 /* flip table to for convolution reverse indexing */
311 unsigned int flip; member in struct:imgu_css_frame_params
428 frame_params[pin].flip = 0;
997 fr_pr->flip = frame_params[pin].flip;
1148 param->flip = frame_params[pin].flip;
/linux-master/drivers/media/i2c/ccs/
H A Dccs-core.c571 int flip = 0; local
575 flip |= CCS_IMAGE_ORIENTATION_HORIZONTAL_MIRROR;
578 flip |= CCS_IMAGE_ORIENTATION_VERTICAL_FLIP;
581 dev_dbg(&client->dev, "flip %u\n", flip);
582 return sensor->default_pixel_order ^ flip;
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h316 * Back to back flip, therefore cannot power down PHY
1380 uint32_t immediate :1; /**< Immediate flip */
1393 struct dmub_cmd_PLAT_54186_wa flip; /**< Flip data */ member in struct:dmub_rb_cmd_PLAT_54186_wa
/linux-master/tools/testing/radix-tree/
H A Dmaple.c59 int flip; member in struct:rcu_reader_struct
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S1095 eoriw #0x8000,ETEMP_EX(%a6) |flip sign on result
/linux-master/drivers/perf/
H A Dxgene_pmu.c424 XGENE_PMU_EVENT_ATTR(generation-flip, 0x26),
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c1116 * Apart from the async flip bit we want to
5886 * DOC: asynchronous flip implementation
5888 * Asynchronous page flip is the implementation for the DRM_MODE_PAGE_FLIP_ASYNC
5889 * flag. Currently async flip is only supported via the drmModePageFlip IOCTL.
5892 * Async flip can only change the plane surface address, so anything else
5894 * Once this check is cleared, flip done interrupt is enabled using
5897 * As soon as the surface address register is written, flip done interrupt is
5899 * handler itself. The timestamp and sequence sent during the flip done event
5901 * the flip done event was sent.
5932 * FIXME: Bigjoiner+async flip i
[all...]

Completed in 338 milliseconds

123