Searched refs:mirror (Results 51 - 75 of 102) sorted by relevance

12345

/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/net/dsa/b53/
H A Db53_priv.h389 struct dsa_mall_mirror_tc_entry *mirror, bool ingress,
394 struct dsa_mall_mirror_tc_entry *mirror);
H A Db53_common.c2145 struct dsa_mall_mirror_tc_entry *mirror, bool ingress,
2162 reg |= mirror->to_local_port;
2171 struct dsa_mall_mirror_tc_entry *mirror)
2177 if (mirror->ingress)
2192 if (mirror->ingress)
2203 reg &= ~mirror->to_local_port;
2144 b53_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
2170 b53_mirror_del(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror) argument
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h431 enum drx_mirror mirror; /*< current channel mirror */ member in struct:drxj_data
H A Ddrxj.c583 DRX_MIRROR_NO, /* mirror */
832 false, /* If true mirror frequency spectrum */
4782 rf_mirror = ext_attr->mirror == DRX_MIRROR_YES;
4823 /* adc doesn't mirror */
8929 if (channel->mirror == DRX_MIRROR_AUTO) {
8942 ext_attr->mirror = DRX_MIRROR_YES;
9056 if ((channel->mirror == DRX_MIRROR_AUTO) &&
9059 ext_attr->mirror = DRX_MIRROR_YES;
9120 if (channel->mirror == DRX_MIRROR_AUTO)
9121 ext_attr->mirror
[all...]
/linux-master/block/partitions/
H A Daix.c40 __be16 mirror; member in struct:lvd
/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/drivers/video/fbdev/omap/
H A Dlcdc.c182 if (plane->info.mirror || (src & 3) ||
225 omap_set_lcd_dma_b1_mirror(plane->info.mirror);
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c843 int mirror; local
894 mirror = 0;
896 mirror = ofbi->mirror;
905 info.mirror = mirror;
1897 ofbi->mirror = def_mirror;
2627 module_param_named(mirror, def_mirror, bool, 0);
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.h331 struct dsa_mall_mirror_tc_entry *mirror,
334 struct dsa_mall_mirror_tc_entry *mirror);
H A Dksz8795.c1454 struct dsa_mall_mirror_tc_entry *mirror,
1467 /* configure mirror port */
1469 ksz_port_cfg(dev, mirror->to_local_port, P_MIRROR_CTRL,
1476 struct dsa_mall_mirror_tc_entry *mirror)
1480 if (mirror->ingress) {
1491 ksz_port_cfg(dev, mirror->to_local_port, P_MIRROR_CTRL,
1453 ksz8_port_mirror_add(struct ksz_device *dev, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
1475 ksz8_port_mirror_del(struct ksz_device *dev, int port, struct dsa_mall_mirror_tc_entry *mirror) argument
/linux-master/drivers/net/dsa/qca/
H A Dqca8k.h572 /* Common port mirror function */
574 struct dsa_mall_mirror_tc_entry *mirror,
577 struct dsa_mall_mirror_tc_entry *mirror);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_headroom.sh324 tc filter add dev $swp egress matchall skip_sw action mirred egress mirror dev $swp
/linux-master/include/net/
H A Ddsa.h226 struct dsa_mall_mirror_tc_entry mirror; member in union:dsa_mall_tc_entry::__anon2441
1102 struct dsa_mall_mirror_tc_entry *mirror,
1105 struct dsa_mall_mirror_tc_entry *mirror);
/linux-master/fs/nfs/
H A Dpnfs.c2888 struct nfs_pgio_mirror *mirror = nfs_pgio_current_mirror(desc); local
2891 list_splice_tail_init(&hdr->pages, &mirror->pg_list);
2893 mirror->pg_recoalesce = 1;
2937 struct nfs_pgio_mirror *mirror = nfs_pgio_current_mirror(desc); local
2938 list_splice_init(&hdr->pages, &mirror->pg_list);
2939 mirror->pg_recoalesce = 1;
3012 struct nfs_pgio_mirror *mirror = nfs_pgio_current_mirror(desc); local
3015 list_splice_tail_init(&hdr->pages, &mirror->pg_list);
3017 mirror->pg_recoalesce = 1;
3082 struct nfs_pgio_mirror *mirror local
[all...]
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_base.c266 static bool mirror = 0; variable
976 * TODO: set mirror accordingly for non-Mobility chipsets with 2 CRTC's
1006 mirror = 1;
1011 mirror = 0;
1742 if (mirror)
2569 } else if (!strncmp(this_opt, "mirror", 6)) {
2570 mirror = 1;
2633 module_param(mirror, bool, 0);
2634 MODULE_PARM_DESC(mirror, "bool: mirror th
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1818 static void calc_vrfb_rotation_offset(u8 rotation, bool mirror, argument
1852 switch (rotation + mirror * 4) {
1905 static void calc_dma_rotation_offset(u8 rotation, bool mirror, argument
1946 switch (rotation + mirror * 4) {
2556 u8 rotation, bool mirror, u8 zorder, u8 pre_mult_alpha,
2687 calc_dma_rotation_offset(rotation, mirror, screen_width,
2693 calc_vrfb_rotation_offset(rotation, mirror,
2735 dispc_ovl_set_rotation_attrs(plane, rotation, rotation_type, mirror,
2761 oi->color_mode, oi->rotation, oi->mirror, channel, replication);
2766 oi->mirror, o
2552 dispc_ovl_setup_common(enum omap_plane plane, enum omap_overlay_caps caps, u32 paddr, u32 p_uv_addr, u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, u8 rotation, bool mirror, u8 zorder, u8 pre_mult_alpha, u8 global_alpha, enum omap_dss_rotation_type rotation_type, bool replication, const struct omap_video_timings *mgr_timings, bool mem_to_mem) argument
[all...]
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmain.c1758 /* Application always sees one port so the mirror rule
1764 &mflow->reg_id[j].mirror);
1783 &mflow->reg_id[j].mirror);
1789 /* function to create mirror rule */
1804 mflow->reg_id[j].mirror);
1823 if (mflow->reg_id[i].mirror) {
1825 mflow->reg_id[i].mirror);
1862 reg_id.mirror = 0;
1868 prot, &reg_id.mirror);
1889 if (reg_id.mirror)
[all...]
/linux-master/drivers/md/
H A Draid10.c386 * this branch is our 'one mirror IO has finished' event handler:
475 * this branch is our 'one mirror IO has finished' event handler:
714 * because position is mirror, not device based.
1201 pr_err_ratelimited("md/raid10:%s: %pg: redirecting sector %llu to another mirror\n",
2073 int mirror, repl_slot = -1; local
2095 mirror = rdev->saved_raid_disk;
2097 mirror = first;
2098 for ( ; mirror <= last ; mirror++) {
2099 p = &conf->mirrors[mirror];
3303 struct raid10_info *mirror = &conf->mirrors[i]; local
[all...]
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c1049 regmap_write(dev->hw->mirror, dev->hw->index * 4, 0);
2349 regmap_write(dev->hw->mirror, dev->hw->index * 4, val);
2834 hw->mirror = syscon_regmap_lookup_by_phandle(eth_np,
2835 "mediatek,pcie-mirror");
2838 if (IS_ERR(hw->mirror) || IS_ERR(hw->hifsys)) {
2844 regmap_write(hw->mirror, 0, 0);
2845 regmap_write(hw->mirror, 4, 0);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dport.c1184 bool mirror)
1209 if (mirror)
1214 *mirror_port = mirror;
1182 mv88e6xxx_port_set_mirror(struct mv88e6xxx_chip *chip, int port, enum mv88e6xxx_egress_direction direction, bool mirror) argument
/linux-master/arch/alpha/lib/
H A Dstxcpy.S280 zapnot t2, t8, t2 # .. e1 : prepare source word; mirror changes
H A Dev6-stxcpy.S309 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1834 .to_dev = mall_entry->mirror.to_dev,
1838 &agent_parms, &mall_entry->mirror.span_id);
1845 mlxsw_sp_qevent_span_deconfigure(mlxsw_sp, qevent_binding, mall_entry->mirror.span_id);
2031 mall_entry->mirror.to_dev = act->dev;
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c321 bool mirroring = vout->mirror;

Completed in 373 milliseconds

12345