Home
last modified time | relevance | path

Searched refs:master (Results 1526 - 1550 of 1635) sorted by relevance

1...<<616263646566

/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c625 * automatically with this master device via common driver code. in vop_enable()
2168 static int vop_bind(struct device *dev, struct device *master, void *data) in vop_bind() argument
2262 static void vop_unbind(struct device *dev, struct device *master, void *data) in vop_unbind() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c1062 * master init is complete, and should be greater than the in vc4_dsi_bridge_pre_enable()
1646 static int vc4_dsi_bind(struct device *dev, struct device *master, void *data) in vc4_dsi_bind() argument
1649 struct drm_device *drm = dev_get_drvdata(master); in vc4_dsi_bind()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt5640.c1777 rt5640->master[dai->id] = 1; in rt5640_set_dai_fmt()
1781 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()
H A Drt5645.c458 int master[RT5645_AIFS]; member
2840 rt5645->master[dai->id] = 1; in rt5645_set_dai_fmt()
2844 rt5645->master[dai->id] = 0; in rt5645_set_dai_fmt()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demupcm.c662 bool stereo, bool master, in snd_emu10k1_playback_unmute_voice()
668 tmp = stereo ? (master ? 1 : 2) : 0; in snd_emu10k1_playback_unmute_voice()
660 snd_emu10k1_playback_unmute_voice(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *evoice, bool stereo, bool master, struct snd_emu10k1_pcm_mixer *mix) snd_emu10k1_playback_unmute_voice() argument
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dcs35l41_hda.c1119 static int cs35l41_hda_bind(struct device *dev, struct device *master, void *master_data) in cs35l41_hda_bind() argument
1181 static void cs35l41_hda_unbind(struct device *dev, struct device *master, void *master_data) in cs35l41_hda_unbind() argument
H A Dpatch_hdmi.c2654 /* enable / disable the notifier via master bind / unbind */
2672 struct pci_dev *pci, *master; in match_bound_vga() local
2676 master = to_pci_dev(bus->dev); in match_bound_vga()
2678 return master->bus == pci->bus; in match_bound_vga()
/kernel/linux/linux-6.6/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()
/third_party/alsa-lib/src/pcm/
H A Dpcm_local.h114 snd_pcm_t *master; member
174 int (*link_slaves)(snd_pcm_t *pcm, snd_pcm_t *master);
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1690 memset(session->master, 17, sizeof(session->master)); in mbedtls_test_ssl_tls12_populate_session()
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c1721 const struct net_device *master, in ipv6_get_saddr_master()
1733 idev = __in6_dev_get(master); in ipv6_get_saddr_master()
1795 const struct net_device *master; in ipv6_dev_get_saddr() local
1799 * prefer addresses from dst_dev and then the master over in ipv6_dev_get_saddr()
1802 master = l3mdev_master_dev_rcu(dst_dev); in ipv6_dev_get_saddr()
1803 if (master) { in ipv6_dev_get_saddr()
1804 master_idx = master->ifindex; in ipv6_dev_get_saddr()
1807 master, &dst, in ipv6_dev_get_saddr()
3316 /* no link local addresses on L3 master devices */ in addrconf_addr_gen()
3690 * an L3 master devic in addrconf_notify()
1719 ipv6_get_saddr_master(struct net *net, const struct net_device *dst_dev, const struct net_device *master, struct ipv6_saddr_dst *dst, struct ipv6_saddr_score *scores, int hiscore_idx) ipv6_get_saddr_master() argument
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c1753 const struct net_device *master, in ipv6_get_saddr_master()
1765 idev = __in6_dev_get(master); in ipv6_get_saddr_master()
1827 const struct net_device *master; in ipv6_dev_get_saddr() local
1831 * prefer addresses from dst_dev and then the master over in ipv6_dev_get_saddr()
1834 master = l3mdev_master_dev_rcu(dst_dev); in ipv6_dev_get_saddr()
1835 if (master) { in ipv6_dev_get_saddr()
1836 master_idx = master->ifindex; in ipv6_dev_get_saddr()
1839 master, &dst, in ipv6_dev_get_saddr()
3370 /* no link local addresses on L3 master devices */ in addrconf_addr_gen()
3758 * an L3 master devic in addrconf_notify()
1751 ipv6_get_saddr_master(struct net *net, const struct net_device *dst_dev, const struct net_device *master, struct ipv6_saddr_dst *dst, struct ipv6_saddr_score *scores, int hiscore_idx) ipv6_get_saddr_master() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_hdmi.c2650 /* enable / disable the notifier via master bind / unbind */
2668 struct pci_dev *pci, *master; in match_bound_vga() local
2672 master = to_pci_dev(bus->dev); in match_bound_vga()
2674 return master->bus == pci->bus; in match_bound_vga()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt5645.c431 int master[RT5645_AIFS]; member
2826 rt5645->master[dai->id] = 1; in rt5645_set_dai_fmt()
2830 rt5645->master[dai->id] = 0; in rt5645_set_dai_fmt()
H A Drt5670.c2371 rt5670->master[dai->id] = 1; in rt5670_set_dai_fmt()
2375 rt5670->master[dai->id] = 0; in rt5670_set_dai_fmt()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c162 * Trace up to and return master daemon. If the supplied daemon
163 * is a master, then return the daemon itself.
166 * @return master daemon handle
171 while (NULL != daemon->master) in MHD_get_master()
172 daemon = daemon->master; in MHD_get_master()
4171 d->master = daemon; in MHD_start_daemon_va()
4498 /* clean up master threads */ in MHD_stop_daemon()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c1741 enum transcoder master; in intel_ddi_transcoder_func_reg_val_get() local
1743 master = crtc_state->mst_master_transcoder; in intel_ddi_transcoder_func_reg_val_get()
1745 master == INVALID_TRANSCODER); in intel_ddi_transcoder_func_reg_val_get()
1746 temp |= TRANS_DDI_MST_TRANSPORT_SELECT(master); in intel_ddi_transcoder_func_reg_val_get()
3360 * stream or multi-stream master transcoder" can just be performed in tgl_ddi_pre_enable_dp()
3681 * From TGL spec: "If single stream or multi-stream master transcoder: in intel_ddi_post_disable_dp()
4639 * make them a master always when present in intel_ddi_compute_config_late()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c559 enum transcoder master; in intel_ddi_transcoder_func_reg_val_get() local
561 master = crtc_state->mst_master_transcoder; in intel_ddi_transcoder_func_reg_val_get()
563 master == INVALID_TRANSCODER); in intel_ddi_transcoder_func_reg_val_get()
564 temp |= TRANS_DDI_MST_TRANSPORT_SELECT(master); in intel_ddi_transcoder_func_reg_val_get()
2486 * stream or multi-stream master transcoder" can just be performed in mtl_ddi_pre_enable_dp()
2574 * stream or multi-stream master transcoder" can just be performed in tgl_ddi_pre_enable_dp()
2929 * From TGL spec: "If single stream or multi-stream master transcoder: in intel_ddi_post_disable_dp()
4186 * make them a master always when present in intel_ddi_compute_config_late()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py541 master = self.listFromFile(self.tpath+'available_filter_functions')
545 if i in master:
550 master = self.listFromFile(self.tpath+'available_filter_functions')
553 if i not in master:
1913 master = self.masterTopology('', rootlist, 0)
1914 return self.printTopology(master)
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py583 master = self.listFromFile(self.tpath+'available_filter_functions')
587 if i in master:
592 master = self.listFromFile(self.tpath+'available_filter_functions')
595 if i not in master:
2109 master = self.masterTopology('', rootlist, 0)
2110 return self.printTopology(master)
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1831 static int hdmi_bind(struct device *dev, struct device *master, void *data) in hdmi_bind() argument
1867 static void hdmi_unbind(struct device *dev, struct device *master, void *data) in hdmi_unbind() argument
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_ctrl.c1145 * For set operations on slave controls, check if the master's value is set to
1147 * the master's current value. This catches VIDIOC_S_EXT_CTRLS calls that set
1148 * both the master and slave control, such as for instance setting
1181 * Iterate backwards in cases where the master control is accessed in uvc_ctrl_is_accessible()
1513 * Send control change events for the slave of the @master control identified
1518 struct uvc_fh *handle, struct uvc_control *master, u32 slave_id) in uvc_ctrl_send_slave_event()
1525 __uvc_find_control(master->entity, slave_id, &mapping, &ctrl, 0); in uvc_ctrl_send_slave_event()
1659 * If the master is being modified in the same transaction in uvc_ctrl_send_events()
1517 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
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dab8500_fg.c3033 static int ab8500_fg_bind(struct device *dev, struct device *master, in ab8500_fg_bind() argument
3050 static void ab8500_fg_unbind(struct device *dev, struct device *master, in ab8500_fg_unbind() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1843 static int hdmi_bind(struct device *dev, struct device *master, void *data) in hdmi_bind() argument
1879 static void hdmi_unbind(struct device *dev, struct device *master, void *data) in hdmi_unbind() argument

Completed in 124 milliseconds

1...<<616263646566