Home
last modified time | relevance | path

Searched refs:params (Results 5701 - 5725 of 7105) sorted by relevance

1...<<221222223224225226227228229230>>...285

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp398 void GLContext::getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params) in getFramebufferAttachmentParameteriv() argument
400 m_wrapper->glGetFramebufferAttachmentParameteriv(target, attachment, pname, params); in getFramebufferAttachmentParameteriv()
922 void GLContext::getIntegerv (deUint32 pname, int* params) in getIntegerv() argument
924 m_wrapper->glGetIntegerv(pname, params); in getIntegerv()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.h1401 const struct pwl_params *params);
1405 const struct pwl_params *params);
1425 struct dc_bias_and_scale *params);
1438 const struct pwl_params *params);
1462 const struct pwl_params *params);
1467 const struct pwl_params *params);
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c715 sge->cmdQ[0].stop_thres = sge->adapter->params.nports * in alloc_tx_resources()
1375 if (p->iff >= adapter->params.nports) { in sge_rx()
1992 unsigned int nports = adapter->params.nports; in espibug_workaround_t204()
2089 adapter->params.nports > 1 ? espibug_workaround_t204 : espibug_workaround, in t1_sge_create()
2092 if (adapter->params.nports > 1) in t1_sge_create()
2097 if (adapter->params.nports > 1) in t1_sge_create()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1342 const struct ieee80211_tx_queue_params *params) in rtl8187_conf_tx()
1350 cw_min = fls(params->cw_min); in rtl8187_conf_tx()
1351 cw_max = fls(params->cw_max); in rtl8187_conf_tx()
1354 priv->aifsn[queue] = params->aifs; in rtl8187_conf_tx()
1364 (params->txop << 16) | (cw_max << 12) | in rtl8187_conf_tx()
1365 (cw_min << 8) | (params->aifs * in rtl8187_conf_tx()
1340 rtl8187_conf_tx(struct ieee80211_hw *dev, struct ieee80211_vif *vif, u16 queue, const struct ieee80211_tx_queue_params *params) rtl8187_conf_tx() argument
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dhdac_hdmi.c59 struct hdac_hdmi_cvt_params params; member
664 cvt->params.channels_min = 2; in hdac_hdmi_query_cvt_params()
666 cvt->params.channels_max = chans; in hdac_hdmi_query_cvt_params()
671 &cvt->params.rates, in hdac_hdmi_query_cvt_params()
672 &cvt->params.formats, in hdac_hdmi_query_cvt_params()
673 &cvt->params.maxbps); in hdac_hdmi_query_cvt_params()
676 "Failed to query pcm params for nid %d: %d\n", in hdac_hdmi_query_cvt_params()
H A Drt5668.c1920 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) in rt5668_hw_params()
1927 rt5668->lrck[dai->id] = params_rate(params); in rt5668_hw_params()
1930 frame_size = snd_soc_params_to_frame_size(params); in rt5668_hw_params()
1940 switch (params_width(params)) { in rt5668_hw_params()
1972 if (params_channels(params) == 1) /* mono mode */ in rt5668_hw_params()
1989 if (params_channels(params) == 1) /* mono mode */ in rt5668_hw_params()
1919 rt5668_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) rt5668_hw_params() argument
/kernel/linux/linux-5.10/sound/soc/intel/atom/
H A Dsst-atom-controls.c280 memcpy(cmd->params, bc->params, bc->max); in sst_send_algo_cmd()
337 memcpy(ucontrol->value.bytes.data, bc->params, bc->max); in sst_algo_control_get()
360 memcpy(bc->params, ucontrol->value.bytes.data, bc->max); in sst_algo_control_set()
368 /*if pipe is enabled, need to send the algo params from here*/ in sst_algo_control_set()
1295 bc->params = devm_kzalloc(dev, bc->max, GFP_KERNEL); in sst_algo_control_init()
1296 if (bc->params == NULL) in sst_algo_control_init()
1455 else if (strstr(kctl->id.name, "params")) in sst_fill_widget_module_info()
1566 /* Initialize algo control params */ in sst_dsp_init_v2_dpcm()
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Di2s.c720 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) in i2s_hw_params()
733 switch (params_channels(params)) { in i2s_hw_params()
755 params_channels(params)); in i2s_hw_params()
767 switch (params_width(params)) { in i2s_hw_params()
794 params_format(params)); in i2s_hw_params()
806 i2s->frmclk = params_rate(params); in i2s_hw_params()
719 i2s_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) i2s_hw_params() argument
/kernel/linux/linux-5.10/sound/sparc/
H A Ddbri.c2010 static int snd_hw_rule_format(struct snd_pcm_hw_params *params, in snd_hw_rule_format() argument
2013 struct snd_interval *c = hw_param_interval(params, in snd_hw_rule_format()
2015 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in snd_hw_rule_format()
2026 static int snd_hw_rule_channels(struct snd_pcm_hw_params *params, in snd_hw_rule_channels() argument
2029 struct snd_interval *c = hw_param_interval(params, in snd_hw_rule_channels()
2031 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in snd_hw_rule_channels()
/kernel/linux/linux-5.10/ipc/
H A Dsem.c524 * @params: ptr to the structure that contains key, semflg and nsems
528 static int newary(struct ipc_namespace *ns, struct ipc_params *params) in newary() argument
532 key_t key = params->key; in newary()
533 int nsems = params->u.nsems; in newary()
534 int semflg = params->flg; in newary()
588 static int sem_more_checks(struct kern_ipc_perm *ipcp, struct ipc_params *params) in sem_more_checks() argument
593 if (params->u.nsems > sma->sem_nsems) in sem_more_checks()
H A Dshm.c688 * @params: ptr to the structure that contains key, size and shmflg
692 static int newseg(struct ipc_namespace *ns, struct ipc_params *params) in newseg() argument
694 key_t key = params->key; in newseg()
695 int shmflg = params->flg; in newseg()
696 size_t size = params->u.size; in newseg()
810 static int shm_more_checks(struct kern_ipc_perm *ipcp, struct ipc_params *params) in shm_more_checks() argument
815 if (shp->shm_segsz < params->u.size) in shm_more_checks()
/kernel/linux/linux-5.10/net/mac80211/
H A Diface.c1847 struct vif_params *params) in ieee80211_if_add()
1879 (params->flags & MONITOR_FLAG_ACTIVE))) in ieee80211_if_add()
1925 if (is_valid_ether_addr(params->macaddr)) in ieee80211_if_add()
1926 memcpy(ndev->dev_addr, params->macaddr, ETH_ALEN); in ieee80211_if_add()
1993 ndev->ieee80211_ptr->use_4addr = params->use_4addr; in ieee80211_if_add()
1995 sdata->u.mgd.use_4addr = params->use_4addr; in ieee80211_if_add()
1844 ieee80211_if_add(struct ieee80211_local *local, const char *name, unsigned char name_assign_type, struct wireless_dev **new_wdev, enum nl80211_iftype type, struct vif_params *params) ieee80211_if_add() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1064 struct hdmi_codec_params *params) in tda998x_audio_hw_params()
1071 .sample_rate = params->sample_rate, in tda998x_audio_hw_params()
1072 .cea = params->cea, in tda998x_audio_hw_params()
1075 memcpy(audio.status, params->iec.status, in tda998x_audio_hw_params()
1076 min(sizeof(audio.status), sizeof(params->iec.status))); in tda998x_audio_hw_params()
1110 bclk_ratio = spdif ? 64 : params->sample_width * 2; in tda998x_audio_hw_params()
1062 tda998x_audio_hw_params(struct device *dev, void *data, struct hdmi_codec_daifmt *daifmt, struct hdmi_codec_params *params) tda998x_audio_hw_params() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c1001 struct snd_pcm_hw_params *params, in vc4_hdmi_audio_hw_params()
1014 params_rate(params), params_width(params), in vc4_hdmi_audio_hw_params()
1015 params_channels(params)); in vc4_hdmi_audio_hw_params()
1017 vc4_hdmi->audio.channels = params_channels(params); in vc4_hdmi_audio_hw_params()
1018 vc4_hdmi->audio.samplerate = params_rate(params); in vc4_hdmi_audio_hw_params()
1000 vc4_hdmi_audio_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) vc4_hdmi_audio_hw_params() argument
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c784 const struct vchiq_service_params_kernel *params, in vchiq_add_service()
798 service = vchiq_add_service_internal(state, params, srvstate, instance, NULL); in vchiq_add_service()
814 const struct vchiq_service_params_kernel *params, in vchiq_open_service()
826 service = vchiq_add_service_internal(state, params, VCHIQ_SRVSTATE_OPENING, instance, NULL); in vchiq_open_service()
1344 struct vchiq_service_params_kernel params = { in vchiq_keepalive_thread_func() local
1365 status = vchiq_add_service(instance, &params, &ka_handle); in vchiq_keepalive_thread_func()
783 vchiq_add_service(struct vchiq_instance *instance, const struct vchiq_service_params_kernel *params, unsigned int *phandle) vchiq_add_service() argument
813 vchiq_open_service(struct vchiq_instance *instance, const struct vchiq_service_params_kernel *params, unsigned int *phandle) vchiq_open_service() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Datom.c73 static int amdgpu_atom_execute_table_locked(struct atom_context *ctx, int index, uint32_t *params);
74 int amdgpu_atom_execute_table(struct atom_context *ctx, int index, uint32_t *params);
1207 static int amdgpu_atom_execute_table_locked(struct atom_context *ctx, int index, uint32_t *params) in amdgpu_atom_execute_table_locked() argument
1228 ectx.ps = params; in amdgpu_atom_execute_table_locked()
1268 int amdgpu_atom_execute_table(struct atom_context *ctx, int index, uint32_t *params) in amdgpu_atom_execute_table() argument
1284 r = amdgpu_atom_execute_table_locked(ctx, index, params); in amdgpu_atom_execute_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.h1413 const struct pwl_params *params);
1417 const struct pwl_params *params);
1437 struct dc_bias_and_scale *params);
1450 const struct pwl_params *params);
1474 const struct pwl_params *params);
1479 const struct pwl_params *params);
/kernel/linux/linux-6.6/ipc/
H A Dsem.c527 * @params: ptr to the structure that contains key, semflg and nsems
531 static int newary(struct ipc_namespace *ns, struct ipc_params *params) in newary() argument
535 key_t key = params->key; in newary()
536 int nsems = params->u.nsems; in newary()
537 int semflg = params->flg; in newary()
591 static int sem_more_checks(struct kern_ipc_perm *ipcp, struct ipc_params *params) in sem_more_checks() argument
596 if (params->u.nsems > sma->sem_nsems) in sem_more_checks()
H A Dshm.c701 * @params: ptr to the structure that contains key, size and shmflg
705 static int newseg(struct ipc_namespace *ns, struct ipc_params *params) in newseg() argument
707 key_t key = params->key; in newseg()
708 int shmflg = params->flg; in newseg()
709 size_t size = params->u.size; in newseg()
820 static int shm_more_checks(struct kern_ipc_perm *ipcp, struct ipc_params *params) in shm_more_checks() argument
825 if (shp->shm_segsz < params->u.size) in shm_more_checks()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c706 sge->cmdQ[0].stop_thres = sge->adapter->params.nports * in alloc_tx_resources()
1370 if (p->iff >= adapter->params.nports) { in sge_rx()
2022 unsigned int nports = adapter->params.nports; in espibug_workaround_t204()
2119 adapter->params.nports > 1 ? espibug_workaround_t204 : espibug_workaround, in t1_sge_create()
2122 if (adapter->params.nports > 1) in t1_sge_create()
2127 if (adapter->params.nports > 1) in t1_sge_create()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c785 struct hal_srng_params params; in ath11k_hal_reo_init_cmd_ring() local
792 memset(&params, 0, sizeof(params)); in ath11k_hal_reo_init_cmd_ring()
795 ath11k_hal_srng_get_params(ab, srng, &params); in ath11k_hal_reo_init_cmd_ring()
796 entry = (u8 *)params.ring_base_vaddr; in ath11k_hal_reo_init_cmd_ring()
798 for (i = 0; i < params.num_entries; i++) { in ath11k_hal_reo_init_cmd_ring()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1178 struct ieee80211_ampdu_params *params) in wcn36xx_ampdu_action()
1181 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(params->sta); in wcn36xx_ampdu_action()
1182 struct ieee80211_sta *sta = params->sta; in wcn36xx_ampdu_action()
1183 enum ieee80211_ampdu_mlme_action action = params->action; in wcn36xx_ampdu_action()
1184 u16 tid = params->tid; in wcn36xx_ampdu_action()
1185 u16 *ssn = &params->ssn; in wcn36xx_ampdu_action()
1176 wcn36xx_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_ampdu_params *params) wcn36xx_ampdu_action() argument
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c792 const struct ieee80211_tx_queue_params *params) in brcms_ops_conf_tx()
797 brcms_c_wme_setparams(wl->wlc, queue, params, true); in brcms_ops_conf_tx()
825 struct ieee80211_ampdu_params *params) in brcms_ops_ampdu_action()
830 struct ieee80211_sta *sta = params->sta; in brcms_ops_ampdu_action()
831 enum ieee80211_ampdu_mlme_action action = params->action; in brcms_ops_ampdu_action()
832 u16 tid = params->tid; in brcms_ops_ampdu_action()
790 brcms_ops_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, unsigned int link_id, u16 queue, const struct ieee80211_tx_queue_params *params) brcms_ops_conf_tx() argument
823 brcms_ops_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_ampdu_params *params) brcms_ops_ampdu_action() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1343 const struct ieee80211_tx_queue_params *params) in rtl8187_conf_tx()
1351 cw_min = fls(params->cw_min); in rtl8187_conf_tx()
1352 cw_max = fls(params->cw_max); in rtl8187_conf_tx()
1355 priv->aifsn[queue] = params->aifs; in rtl8187_conf_tx()
1365 (params->txop << 16) | (cw_max << 12) | in rtl8187_conf_tx()
1366 (cw_min << 8) | (params->aifs * in rtl8187_conf_tx()
1340 rtl8187_conf_tx(struct ieee80211_hw *dev, struct ieee80211_vif *vif, unsigned int link_id, u16 queue, const struct ieee80211_tx_queue_params *params) rtl8187_conf_tx() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1065 struct hdmi_codec_params *params) in tda998x_audio_hw_params()
1072 .sample_rate = params->sample_rate, in tda998x_audio_hw_params()
1073 .cea = params->cea, in tda998x_audio_hw_params()
1076 memcpy(audio.status, params->iec.status, in tda998x_audio_hw_params()
1077 min(sizeof(audio.status), sizeof(params->iec.status))); in tda998x_audio_hw_params()
1111 bclk_ratio = spdif ? 64 : params->sample_width * 2; in tda998x_audio_hw_params()
1063 tda998x_audio_hw_params(struct device *dev, void *data, struct hdmi_codec_daifmt *daifmt, struct hdmi_codec_params *params) tda998x_audio_hw_params() argument

Completed in 72 milliseconds

1...<<221222223224225226227228229230>>...285