Searched refs:mirror (Results 1 - 25 of 102) sorted by path

12345

/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S309 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
H A Dev6-stxncpy.S386 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
H A Dstxcpy.S280 zapnot t2, t8, t2 # .. e1 : prepare source word; mirror changes
H A Dstxncpy.S338 zapnot t2, t8, t2 # e0 : prepare source word; mirror changes
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h997 enum drx_mirror mirror; /*< mirrored or not on RF */ member in struct:drx_channel
/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860-mi2020.c363 sd->vcur.mirror = 0;
375 sd->vmax.mirror = 1;
444 s32 mirror = (((sd->vcur.mirror > 0) ^ sd->mirrorMask) > 0); local
474 dat_hvflip2[2] = 0x6c + 2 * (1 - flip) + (1 - mirror);
475 dat_hvflip4[2] = 0x24 + 2 * (1 - flip) + (1 - mirror);
593 sd->vold.mirror = mirror;
632 s32 mirror = (((sd->vcur.mirror > local
[all...]
H A Dgl860-ov2640.c183 sd->vcur.mirror = 0;
194 sd->vmax.mirror = 1;
247 sd->vold.mirror = -1;
347 s32 mirror = (((sd->vcur.mirror > 0) ^ sd->mirrorMask) == 0); local
438 if (mirror != sd->vold.mirror || flip != sd->vold.flip) {
439 sd->vold.mirror = mirror;
442 mirror
[all...]
H A Dgl860.h42 u8 mirror; member in struct:sd_gl860
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.h239 u8 mirror; member in struct:xgene_cle_dbptr
/linux-master/include/uapi/linux/
H A Domapfb.h142 __u8 mirror; member in struct:omapfb_plane_info
/linux-master/include/video/
H A Domapfb_dss.h303 bool mirror; member in struct:omap_overlay_info
433 bool mirror; member in struct:omap_dss_writeback_info
/linux-master/tools/testing/selftests/net/
H A Dip6_gre_headroom.sh53 action mirred egress mirror dev $tundev
/linux-master/arch/x86/kvm/svm/
H A Dsev.c1573 * active mirror VMs. Also allow the debugging and status commands.
1699 struct kvm_sev_info *mirror; local
1719 * If this VM has mirrors, "transfer" each mirror's refcount of the
1724 list_for_each_entry(mirror, &dst->mirror_vms, mirror_entry) {
1727 mirror->enc_context_owner = dst_kvm;
1731 * If this VM is a mirror, remove the old mirror from the owners list
1732 * and add the new mirror to the list.
2110 * The mirror kvm holds an enc_context_owner ref so its asid can't
2130 * Do not copy ap_jump_table. Since the mirror doe
[all...]
/linux-master/block/partitions/
H A Daix.c40 __be16 mirror; member in struct:lvd
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_mbox.c164 if (eng_grp->mirror.is_ena)
165 ucode = &eng_grp->g->grp[eng_grp->mirror.idx].ucode[0];
H A Dotx_cptpf_ucode.c186 if (eng_grp->mirror.is_ena)
188 eng_grp->g->grp[eng_grp->mirror.idx].ucode[0].align_dma;
522 if (eng_grp->mirror.is_ena) {
524 eng_grp->g->grp[eng_grp->mirror.idx].ucode[0].ver_str,
525 eng_grp->mirror.idx);
546 if (eng_grp->mirror.is_ena)
548 &eng_grp->g->grp[eng_grp->mirror.idx],
565 eng_grp->mirror.idx);
620 mirrored_grp = &eng_grps->grp[grp->mirror.idx];
622 grp->mirror
[all...]
H A Dotx_cptpf_ucode.h145 struct otx_cpt_mirror_info mirror; member in struct:otx_cpt_eng_grp_info
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c761 src_grp->mirror.is_ena = false;
762 src_grp->mirror.idx = 0;
763 src_grp->mirror.ref_count++;
766 dst_grp->mirror.is_ena = true;
767 dst_grp->mirror.idx = src_grp->idx;
768 dst_grp->mirror.ref_count = 0;
775 if (!dst_grp->mirror.is_ena)
778 src_grp = &dst_grp->g->grp[dst_grp->mirror.idx];
780 src_grp->mirror.ref_count--;
781 dst_grp->mirror
[all...]
H A Dotx2_cptpf_ucode.h137 struct otx2_cpt_mirror_info mirror; member in struct:otx2_cpt_eng_grp_info
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h467 bool mirror; member in struct:dc_cursor_mi_param
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c465 if (!param->mirror)
H A Ddcn10_hubp.c209 uint32_t mirror; local
213 mirror = 1;
215 mirror = 0;
217 /* Program rotation angle and horz mirror - no mirror */
221 H_MIRROR_EN, mirror);
225 H_MIRROR_EN, mirror);
229 H_MIRROR_EN, mirror);
233 H_MIRROR_EN, mirror);
1221 if (!param->mirror)
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c382 uint32_t mirror; local
386 mirror = 1;
388 mirror = 0;
390 /* Program rotation angle and horz mirror - no mirror */
394 H_MIRROR_EN, mirror);
398 H_MIRROR_EN, mirror);
402 H_MIRROR_EN, mirror);
406 H_MIRROR_EN, mirror);
1017 if (!param->mirror)
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2965 .mirror = pipe_ctx->plane_state->horizontal_mirror
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3481 .mirror = pipe_ctx->plane_state->horizontal_mirror,
3578 if (param.mirror) {
3599 // Swap axis and mirror horizontally
3607 // Swap axis and mirror vertically
3671 if (!param.mirror) {

Completed in 305 milliseconds

12345