Searched refs:mirror (Results 76 - 100 of 102) sorted by relevance

12345

/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c501 int val,mirror; local
506 mirror = (dev->ctl_mirror) ? 0x02 : 0x00;
510 saa_writeb(SAA7134_V_FILTER(task), 0x00 | mirror); local
517 saa_writeb(SAA7134_V_FILTER(task), 0x01 | mirror); local
/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)
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c861 /* Allow dynamic changing of the mirror port */
2834 /* We have a single mirror (@to) port, but can configure ingress and egress
2899 struct dsa_mall_mirror_tc_entry *mirror,
2902 return sja1105_mirror_apply(ds->priv, port, mirror->to_local_port,
2907 struct dsa_mall_mirror_tc_entry *mirror)
2909 sja1105_mirror_apply(ds->priv, port, mirror->to_local_port,
2910 mirror->ingress, false);
2898 sja1105_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
2906 sja1105_mirror_del(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror) argument
/linux-master/drivers/net/dsa/
H A Dmt7530.c1899 struct dsa_mall_mirror_tc_entry *mirror,
1915 monitor_port != mirror->to_local_port)
1920 val |= mt753x_mirror_port_set(priv->id, mirror->to_local_port);
1937 struct dsa_mall_mirror_tc_entry *mirror)
1943 if (mirror->ingress) {
1898 mt753x_port_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
1936 mt753x_port_mirror_del(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror) argument
/linux-master/net/dsa/
H A Duser.c1370 struct dsa_mall_mirror_tc_entry *mirror; local
1398 mirror = &mall_tc_entry->mirror;
1402 mirror->to_local_port = to_dp->index;
1403 mirror->ingress = ingress;
1405 err = ds->ops->port_mirror_add(ds, dp->index, mirror, ingress, extack);
1511 &mall_tc_entry->mirror);
/linux-master/fs/nfs/
H A Dwrite.c1469 struct nfs_pgio_mirror *mirror; local
1478 mirror = &pgio->pg_mirrors[0];
1479 mirror->pg_bsize = NFS_SERVER(pgio->pg_inode)->wsize;
/linux-master/arch/alpha/lib/
H A Dstxncpy.S338 zapnot t2, t8, t2 # e0 : prepare source word; mirror changes
H A Dev6-stxncpy.S386 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860-ov9655.c211 sd->vmax.mirror = 0;
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c1857 struct dsa_mall_mirror_tc_entry *mirror,
1862 return ocelot_port_mirror_add(ocelot, port, mirror->to_local_port,
1867 struct dsa_mall_mirror_tc_entry *mirror)
1871 ocelot_port_mirror_del(ocelot, port, mirror->ingress);
1856 felix_port_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
1866 felix_port_mirror_del(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror) argument
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.c2635 struct ocelot_mirror *m = ocelot->mirror;
2654 ocelot->mirror = m;
2656 /* Program the mirror port to hardware */
2664 struct ocelot_mirror *m = ocelot->mirror;
2670 ocelot->mirror = NULL;
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_police.sh250 # Rule to police traffic destined to $h2 and mirror to $h3
254 action mirred egress mirror dev $rp3
289 police_mirror_common_test $rp1 ingress "police rx and mirror"
294 police_mirror_common_test $rp2 egress "police tx and mirror"
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dport.h467 bool mirror);
H A Dchip.c6539 struct dsa_mall_mirror_tc_entry *mirror,
6553 mirror->to_local_port) {
6559 /* Can't change egress port when other mirror is active */
6566 mirror->to_local_port);
6579 struct dsa_mall_mirror_tc_entry *mirror)
6581 enum mv88e6xxx_egress_direction direction = mirror->ingress ?
6593 other_mirrors |= mirror->ingress ?
6597 /* Reset egress port when no other mirror is active */
6538 mv88e6xxx_port_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
6578 mv88e6xxx_port_mirror_del(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror) argument
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-abi.h918 u32 mirror; member in struct:imgu_abi_osys_formatter_params
1024 u32 mirror; member in struct:imgu_abi_osys_frame_params
H A Dipu3-css-params.c312 unsigned int mirror; member in struct:imgu_css_frame_params
429 frame_params[pin].mirror = 0;
996 fr_pr->mirror = frame_params[pin].mirror;
1149 param->mirror = frame_params[pin].mirror;
/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/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/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c193 pi->mirror = 0;
/linux-master/include/soc/mscc/
H A Docelot.h852 struct ocelot_mirror *mirror; member in struct:ocelot
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h154 u64 mirror; member in struct:mlx4_flow_reg_id
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c2860 struct dsa_mall_mirror_tc_entry *mirror,
2868 return dev->dev_ops->mirror_add(dev, port, mirror, ingress, extack);
2872 struct dsa_mall_mirror_tc_entry *mirror)
2877 dev->dev_ops->mirror_del(dev, port, mirror);
2859 ksz_port_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
2871 ksz_port_mirror_del(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h1217 struct mlxsw_sp_mall_mirror_entry mirror; member in union:mlxsw_sp_mall_entry::__anon729
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c345 if (l1_cfg->mirror) {

Completed in 398 milliseconds

12345