Home
last modified time | relevance | path

Searched refs:master (Results 1476 - 1500 of 1664) sorted by relevance

1...<<51525354555657585960>>...67

/kernel/linux/linux-5.10/drivers/net/ipvlan/
H A Dipvlan_core.c315 struct ipvl_dev *ipvlan = addr->master; in ipvlan_rcv_frame()
561 * (This would be true for a loopback-mode on master device or a in ipvlan_multicast_enqueue()
734 * distribution, but a copy is given to master in ipvlan_handle_mode_l2()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dadau1761.c388 if (!adau->master) in adau1761_dejitter_fixup()
H A Dmax98390.h659 unsigned int master; member
H A Drt5660.h840 int master[RT5660_AIFS]; member
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dnf_nat_h323.c407 /* Change src to where master sends to */ in ip_nat_q931_expect()
417 new->master->tuplehash[!this->dir].tuple.src.u3; in ip_nat_q931_expect()
504 /* Change src to where master sends to */ in ip_nat_callforwarding_expect()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_pptp.c126 if (nf_nat_pptp_expectfn && ct->master->status & IPS_NAT_MASK) in pptp_expectfn()
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
H A Dimx-tve.c504 static int imx_tve_bind(struct device *dev, struct device *master, void *data) in imx_tve_bind() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dinterrupt.c193 * intel_vgpu_reg_master_irq_handler - master IRQ write emulation handler
199 * This function is used to emulate the master IRQ register on gen8+.
459 DEFINE_GVT_GEN8_INTEL_GVT_IRQ_INFO(master, GEN8_MASTER_IRQ);
/kernel/linux/linux-5.10/drivers/spi/
H A Dspidev.c778 spi->master->bus_num, spi->chip_select); in spidev_probe()
/kernel/linux/linux-6.6/drivers/mtd/devices/
H A Dmtd_dataflash.c641 spi->master->bus_num, spi_get_chipselect(spi, 0), in add_dataflash_otp()
/kernel/linux/linux-6.6/drivers/net/ethernet/vertexcom/
H A Dmse102x.c667 spi->master->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()
/kernel/linux/linux-6.6/drivers/net/ipvlan/
H A Dipvlan_core.c314 struct ipvl_dev *ipvlan = addr->master; in ipvlan_rcv_frame()
560 * (This would be true for a loopback-mode on master device or a in ipvlan_multicast_enqueue()
731 * distribution, but a copy is given to master in ipvlan_handle_mode_l2()
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/
H A Dimx-tve.c482 static int imx_tve_bind(struct device *dev, struct device *master, void *data) in imx_tve_bind() argument
H A Dimx-ldb.c591 static int imx_ldb_bind(struct device *dev, struct device *master, void *data) in imx_ldb_bind() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dinterrupt.c196 * intel_vgpu_reg_master_irq_handler - master IRQ write emulation handler
202 * This function is used to emulate the master IRQ register on gen8+.
498 DEFINE_GVT_GEN8_INTEL_GVT_IRQ_INFO(master, GEN8_MASTER_IRQ);
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dvrf-xfrm-tests.sh193 ip -netns host1 link set dev eth0 master ${VRF}
H A Dsrv6_end_x_next_csid_l3vpn_test.sh832 set "${RT2HS_DEVNAME}" master "${VRF_DEVNAME}"
H A Dsrv6_end_next_csid_l3vpn_test.sh772 set "${RT2HS_DEVNAME}" master "${VRF_DEVNAME}"
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt5660.h840 int master[RT5660_AIFS]; member
H A Dadau1761.c388 if (!adau->master) in adau1761_dejitter_fixup()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_pptp.c104 if (hook && ct->master->status & IPS_NAT_MASK) in pptp_expectfn()
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Dnf_nat_h323.c381 /* Change src to where master sends to */ in ip_nat_q931_expect()
391 new->master->tuplehash[!this->dir].tuple.src.u3; in ip_nat_q931_expect()
465 /* Change src to where master sends to */ in ip_nat_callforwarding_expect()
/third_party/elfutils/tests/
H A Drun-dwarf-getmacros.sh705 file /home/petr/proj/elfutils/master/elfutils/x.c
/third_party/python/Lib/tkinter/test/
H A Dwidget_tests.py166 image = tkinter.PhotoImage(master=self.root, name='image1')
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c549 * firmware. Only master PCI function can set the uar page size in mlx4_dev_cap()
750 s_state = &priv->mfunc.master.slave_state[i]; in mlx4_how_many_lives_vf()
820 s_slave = &priv->mfunc.master.slave_state[slave]; in mlx4_is_slave_active()
964 /* Make sure the master uar page size is valid */ in mlx4_slave_cap()
2084 * must match the master's */ in mlx4_init_slave()
2090 mlx4_err(dev, "slave driver version is not supported by the master\n"); in mlx4_init_slave()
2456 /*Only the master set the ports, all the rest got it from it.*/ in mlx4_init_hca()
2676 priv->mfunc.master.vf_admin[entry].vport[port].guid = guid; in mlx4_set_admin_guid()
2684 return priv->mfunc.master.vf_admin[entry].vport[port].guid; in mlx4_get_admin_guid()
2700 priv->mfunc.master in mlx4_set_random_admin_guid()
[all...]

Completed in 42 milliseconds

1...<<51525354555657585960>>...67