Home
last modified time | relevance | path

Searched refs:master (Results 1376 - 1400 of 1504) sorted by relevance

1...<<5152535455565758596061

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dmax98090.h1541 bool master; member
H A Drt5640.c1778 rt5640->master[dai->id] = 1; in rt5640_set_dai_fmt()
1782 rt5640->master[dai->id] = 0; in rt5640_set_dai_fmt()
H A Drt5651.c1356 rt5651->master[dai->id] = 1; in rt5651_set_dai_fmt()
1360 rt5651->master[dai->id] = 0; in rt5651_set_dai_fmt()
/kernel/linux/linux-5.10/sound/aoa/fabrics/
H A Dlayout.c670 AMP_CONTROL(master, "Master Switch");
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmdebug.c283 mle_type, mle->master, mle->new_master, in dump_mle()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-geni-qcom.c192 struct spi_geni_master *mas = spi_master_get_devdata(slv->master); in spi_geni_set_cs()
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmdebug.c281 mle_type, mle->master, mle->new_master, in dump_mle()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspidev.c809 spi->master->bus_num, spi_get_chipselect(spi, 0)); in spidev_probe()
H A Dspi-au1550.c803 hw->bitbang.master = hw->host; in au1550_spi_probe()
/kernel/linux/linux-6.6/drivers/net/ipvlan/
H A Dipvlan_main.c603 * master, use unique 16 bit dev-ids to diffentiate among them. in ipvlan_link_new()
604 * Assign IDs between 0x1 and 0xFFFE (used by the master) to each in ipvlan_link_new()
812 addr->master = ipvlan; in ipvlan_add_addr()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dif_spi.c1055 card->spi->master->bus_num, in if_spi_init_card()
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c822 static int sprd_dpu_bind(struct device *dev, struct device *master, void *data) in sprd_dpu_bind() argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dmax98090.h1542 bool master; member
H A Dda7218.h1399 bool master; member
/kernel/linux/linux-6.6/sound/aoa/fabrics/
H A Dlayout.c670 AMP_CONTROL(master, "Master Switch");
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-i2s.c45 int master; /* only i2s0 has slave mode*/ member
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c2672 struct net_device *master; in neigh_master_filtered() local
2677 master = dev ? netdev_master_upper_dev_get(dev) : NULL; in neigh_master_filtered()
2680 * invalid value for ifindex to denote "no master". in neigh_master_filtered()
2683 return !!master; in neigh_master_filtered()
2685 if (!master || master->ifindex != master_idx) in neigh_master_filtered()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dpmtu.sh573 run_cmd ${ns_a} ip link set ${type}_a master ${br_if_a}
736 run_cmd ${ns_a} ip link set veth_A-C master br0
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c162 static const char *attn_master_to_str(u8 master) in attn_master_to_str() argument
164 switch (master) { in attn_master_to_str()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_sip.c46 MODULE_PARM_DESC(sip_timeout, "timeout for the master SIP session");
926 if (!exp || exp->master == ct || in set_expected_rtp_rtcp()
927 nfct_help(exp->master)->helper != nfct_help(ct)->helper || in set_expected_rtp_rtcp()
981 * identical expect tuples but for different master conntracks. in set_expected_rtp_rtcp()
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c710 /* reset audio and i2c master: */ in tda998x_reset()
1600 * so invert low-active sync provided by master encoder here in tda998x_bridge_mode_set()
1887 /* if necessary, disable multi-master: */ in tda998x_create()
2038 static int tda998x_bind(struct device *dev, struct device *master, void *data) in tda998x_bind() argument
2045 static void tda998x_unbind(struct device *dev, struct device *master, in tda998x_unbind() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1656 static int etnaviv_gpu_bind(struct device *dev, struct device *master, in etnaviv_gpu_bind() argument
1718 static void etnaviv_gpu_unbind(struct device *dev, struct device *master, in etnaviv_gpu_unbind() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c1691 static int exynos_dsi_bind(struct device *dev, struct device *master, in exynos_dsi_bind() argument
1717 static void exynos_dsi_unbind(struct device *dev, struct device *master, in exynos_dsi_unbind() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c614 * automatically with this master device via common driver code. in vop_enable()
2088 static int vop_bind(struct device *dev, struct device *master, void *data) in vop_bind() argument
2180 static void vop_unbind(struct device *dev, struct device *master, void *data) in vop_unbind() argument
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_ctrl.c1257 * Send control change events for the slave of the @master control identified
1262 struct uvc_fh *handle, struct uvc_control *master, u32 slave_id) in uvc_ctrl_send_slave_event()
1269 __uvc_find_control(master->entity, slave_id, &mapping, &ctrl, 0); in uvc_ctrl_send_slave_event()
1403 * If the master is being modified in the same transaction in uvc_ctrl_send_events()
1261 uvc_ctrl_send_slave_event(struct uvc_video_chain *chain, struct uvc_fh *handle, struct uvc_control *master, u32 slave_id) uvc_ctrl_send_slave_event() argument

Completed in 56 milliseconds

1...<<5152535455565758596061