Searched refs:params (Results 501 - 525 of 2217) sorted by relevance

<<21222324252627282930>>

/linux-master/include/net/tc_act/
H A Dtc_ct.h37 struct tcf_ct_params __rcu *params; member in struct:tcf_ct
43 rcu_dereference_protected(to_ct(a)->params, \
/linux-master/sound/soc/cirrus/
H A Dedb93xx.c22 struct snd_pcm_hw_params *params)
29 unsigned int rate = params_rate(params);
21 edb93xx_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) argument
/linux-master/sound/soc/meson/
H A Daxg-fifo.h81 struct snd_pcm_hw_params *params);
84 struct snd_pcm_hw_params *params);
/linux-master/sound/soc/codecs/
H A Dcs42l43-sdw.c22 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
34 snd_sdw_params_to_config(substream, params, &sconfig, &pconfig);
21 cs42l43_sdw_add_peripheral(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) argument
/linux-master/drivers/scsi/
H A Dscsi_proto_test.c22 KUNIT_EXPECT_EQ(test, d.desc.params[0] + 0, 0xe4);
23 KUNIT_EXPECT_EQ(test, d.desc.params[1] + 0, 0xe3);
/linux-master/sound/soc/intel/avs/boards/
H A Drt5682.c145 avs_rt5682_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) argument
160 freq_in = params_rate(params) * 50;
163 freq_out = params_rate(params) * 512;
174 ret = snd_soc_dai_set_tdm_slot(codec_dai, 0x0, 0x0, 2, params_width(params));
186 avs_rt5682_be_fixup(struct snd_soc_pcm_runtime *runtime, struct snd_pcm_hw_params *params) argument
191 rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
192 channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
193 fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
/linux-master/drivers/soundwire/
H A Dstream.c71 if (bus->params.next_bank) {
149 if (bus->params.next_bank) {
251 bus->params.next_bank);
257 bus->params.next_bank);
312 if (bus->params.next_bank)
351 bus->params.next_bank);
453 prep_ch.bank = bus->params.next_bank;
456 bus->params.s_data_mode != SDW_PORT_DATA_MODE_NORMAL)
527 prep_ch.bank = bus->params.next_bank;
591 ret = bus->ops->set_bus_conf(bus, &bus->params);
1358 struct sdw_bus_params params; local
[all...]
/linux-master/drivers/media/tuners/
H A Dtda827x.c38 struct analog_parameters *params)
44 if (params->std & V4L2_STD_MN) {
48 } else if (params->std & V4L2_STD_B) {
51 } else if (params->std & V4L2_STD_GH) {
54 } else if (params->std & V4L2_STD_PAL_I) {
57 } else if (params->std & V4L2_STD_DK) {
60 } else if (params->std & V4L2_STD_SECAM_L) {
63 } else if (params->std & V4L2_STD_SECAM_LC) {
71 if (params->mode == V4L2_TUNER_RADIO) {
238 struct analog_parameters *params)
37 tda827x_set_std(struct dvb_frontend *fe, struct analog_parameters *params) argument
237 tda827xo_set_analog_params(struct dvb_frontend *fe, struct analog_parameters *params) argument
448 tda827xa_lna_gain(struct dvb_frontend *fe, int high, struct analog_parameters *params) argument
648 tda827xa_set_analog_params(struct dvb_frontend *fe, struct analog_parameters *params) argument
[all...]
/linux-master/sound/pci/oxygen/
H A Dxonar_dg.c182 struct snd_pcm_hw_params *params)
190 if (params_rate(params) <= 50000) {
193 } else if (params_rate(params) <= 100000) {
207 struct snd_pcm_hw_params *params)
215 if (params_rate(params) <= 50000) {
218 } else if (params_rate(params) <= 100000) {
181 set_cs4245_dac_params(struct oxygen *chip, struct snd_pcm_hw_params *params) argument
206 set_cs4245_adc_params(struct oxygen *chip, struct snd_pcm_hw_params *params) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h232 struct adapter_params params; member in struct:adapter
287 return adapter->params.is_asic;
295 return adapter->params.chip_version == version &&
296 adapter->params.chip_revision == revision;
309 for (iter = 0; iter < (adapter)->params.nports; ++iter)
311 #define board_info(adapter) ((adapter)->params.brd_info)
/linux-master/security/keys/
H A Ddh.c122 long __keyctl_dh_compute(struct keyctl_dh_params __user *params, argument
140 if (!params || (!buffer && buflen)) {
144 if (copy_from_user(&pcopy, params, sizeof(pcopy)) != 0) {
300 long keyctl_dh_compute(struct keyctl_dh_params __user *params, argument
307 return __keyctl_dh_compute(params, buffer, buflen, NULL);
312 return __keyctl_dh_compute(params, buffer, buflen, &kdfcopy);
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_vram.c186 struct virtio_gpu_object_params *params,
200 params->size = PAGE_ALIGN(params->size);
201 drm_gem_private_object_init(vgdev->ddev, obj, params->size);
216 virtio_gpu_cmd_resource_create_blob(vgdev, &vram->base, params, NULL,
218 if (params->blob_flags & VIRTGPU_BLOB_FLAG_USE_MAPPABLE) {
185 virtio_gpu_vram_create(struct virtio_gpu_device *vgdev, struct virtio_gpu_object_params *params, struct virtio_gpu_object **bo_ptr) argument
/linux-master/net/ethtool/
H A Dpause.c186 struct ethtool_pauseparam params = {}; local
191 dev->ethtool_ops->get_pauseparam(dev, &params);
193 ethnl_update_bool32(&params.autoneg, tb[ETHTOOL_A_PAUSE_AUTONEG], &mod);
194 ethnl_update_bool32(&params.rx_pause, tb[ETHTOOL_A_PAUSE_RX], &mod);
195 ethnl_update_bool32(&params.tx_pause, tb[ETHTOOL_A_PAUSE_TX], &mod);
199 ret = dev->ethtool_ops->set_pauseparam(dev, &params);
/linux-master/drivers/iio/proximity/
H A Dcros_ec_mkbp_proximity.c65 struct ec_params_mkbp_info params; member in union:__anon343::__anon344
69 struct ec_params_mkbp_info *params = &buf.params; local
77 msg->outsize = sizeof(*params);
80 params->info_type = EC_MKBP_INFO_CURRENT;
81 params->event_type = EC_MKBP_EVENT_SWITCH;
/linux-master/drivers/mtd/spi-nor/
H A Datmel.c29 if (ofs || len != nor->params->size)
53 nor->params->locking_ops = &at25fs_nor_locking_ops;
78 if (ofs || len != nor->params->size)
136 if (ofs >= nor->params->size || (ofs + len) > nor->params->size)
154 nor->params->locking_ops = &atmel_nor_global_protection_ops;
/linux-master/sound/soc/samsung/
H A Dodroid.c35 struct snd_pcm_hw_params *params)
43 if (priv->be_active && priv->be_sample_rate != params_rate(params))
56 struct snd_pcm_hw_params *params)
64 switch (params_rate(params)) {
93 rclk_freq = params_rate(params) * rfs + 2;
109 priv->be_sample_rate = params_rate(params);
34 odroid_card_fe_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) argument
55 odroid_card_be_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) argument
/linux-master/include/linux/
H A Dmemory_hotplug.h190 struct mhp_params *params);
210 struct mhp_params *params);
214 unsigned long nr_pages, struct mhp_params *params)
216 return __add_pages(nid, start_pfn, nr_pages, params);
220 struct mhp_params *params);
379 struct mhp_params *params);
213 add_pages(int nid, unsigned long start_pfn, unsigned long nr_pages, struct mhp_params *params) argument
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_devlink.c79 struct devlink_flash_update_params *params,
88 header = (struct iosm_devlink_image *)params->fw->data;
90 if (!header || params->fw->size <= IOSM_DEVLINK_HDR_SIZE ||
104 rc = ipc_flash_boot_psi(ipc_devlink, params->fw);
107 rc = ipc_flash_boot_ebl(ipc_devlink, params->fw);
116 rc = ipc_flash_send_fls(ipc_devlink, params->fw, mdm_rsp);
78 ipc_devlink_flash_update(struct devlink *devlink, struct devlink_flash_update_params *params, struct netlink_ext_ack *extack) argument
/linux-master/sound/soc/mediatek/common/
H A Dmtk-dsp-sof-common.c14 struct snd_pcm_hw_params *params)
44 ret = sof_dai_link->be_hw_params_fixup(runtime, params);
111 struct snd_pcm_hw_params *params)
123 ret = sof_priv->sof_dai_link_fixup(rtd, params);
125 ret = sof_be->dai_link->be_hw_params_fixup(sof_be, params);
130 ret = dai_link->be_hw_params_fixup(rtd, params);
13 mtk_sof_dai_link_fixup(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_params *params) argument
110 mtk_sof_check_tplg_be_dai_link_fixup(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_params *params) argument
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c230 struct rdma_netdev_alloc_params *params)
243 params->sizeof_priv = sizeof(struct hfi1_ipoib_rdma_netdev);
244 params->txqs = dd->num_sdma;
245 params->rxqs = dd->num_netdev_contexts;
246 params->param = NULL;
247 params->initialize_rdma_netdev = hfi1_ipoib_setup_rn;
227 hfi1_ipoib_rn_get_params(struct ib_device *device, u32 port_num, enum rdma_netdev_t type, struct rdma_netdev_alloc_params *params) argument
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c199 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
201 const u8 *buf = params->buf;
202 size_t len = params->len;
461 const u8 *mac_addr, struct key_params *params)
469 (params->cipher == WLAN_CIPHER_SUITE_WEP40 ||
470 params->cipher == WLAN_CIPHER_SUITE_WEP104)) {
471 if (params->key && params->key_len) {
474 memcpy(wep_key->key_material, params->key,
475 params
198 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
459 mwifiex_cfg80211_add_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
1054 mwifiex_change_vif_to_p2p(struct net_device *dev, enum nl80211_iftype curr_iftype, enum nl80211_iftype type, struct vif_params *params) argument
1108 mwifiex_change_vif_to_sta_adhoc(struct net_device *dev, enum nl80211_iftype curr_iftype, enum nl80211_iftype type, struct vif_params *params) argument
1149 mwifiex_change_vif_to_ap(struct net_device *dev, enum nl80211_iftype curr_iftype, enum nl80211_iftype type, struct vif_params *params) argument
1188 mwifiex_cfg80211_change_virtual_intf(struct wiphy *wiphy, struct net_device *dev, enum nl80211_iftype type, struct vif_params *params) argument
1836 mwifiex_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ap_update *params) argument
1874 mwifiex_cfg80211_del_station(struct wiphy *wiphy, struct net_device *dev, struct station_del_parameters *params) argument
2034 mwifiex_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ap_settings *params) argument
2485 mwifiex_set_ibss_params(struct mwifiex_private *priv, struct cfg80211_ibss_params *params) argument
2559 mwifiex_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ibss_params *params) argument
2954 mwifiex_add_virtual_intf(struct wiphy *wiphy, const char *name, unsigned char name_assign_type, enum nl80211_iftype type, struct vif_params *params) argument
3949 mwifiex_cfg80211_add_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_parameters *params) argument
3965 mwifiex_cfg80211_channel_switch(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_csa_settings *params) argument
4184 mwifiex_cfg80211_change_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_parameters *params) argument
[all...]
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c50 struct sys_reg_params *params,
55 print_sys_reg_instr(params);
61 struct sys_reg_params *params,
64 return bad_trap(vcpu, params, r,
69 struct sys_reg_params *params,
72 return bad_trap(vcpu, params, r,
3107 struct sys_reg_params *params,
3110 trace_kvm_sys_access(*vcpu_pc(vcpu), params, r); local
3126 if (likely(r->access(vcpu, params, r)))
3134 * @params
49 bad_trap(struct kvm_vcpu *vcpu, struct sys_reg_params *params, const struct sys_reg_desc *r, const char *msg) argument
60 read_from_write_only(struct kvm_vcpu *vcpu, struct sys_reg_params *params, const struct sys_reg_desc *r) argument
68 write_to_read_only(struct kvm_vcpu *vcpu, struct sys_reg_params *params, const struct sys_reg_desc *r) argument
3106 perform_access(struct kvm_vcpu *vcpu, struct sys_reg_params *params, const struct sys_reg_desc *r) argument
3140 emulate_cp(struct kvm_vcpu *vcpu, struct sys_reg_params *params, const struct sys_reg_desc *table, size_t num) argument
3161 unhandled_cp_access(struct kvm_vcpu *vcpu, struct sys_reg_params *params) argument
3196 struct sys_reg_params params; local
3244 kvm_esr_cp10_id_to_sys64(u64 esr, struct sys_reg_params *params) argument
3296 struct sys_reg_params params; local
3327 kvm_emulate_cp15_id_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *params) argument
3361 kvm_handle_cp_32(struct kvm_vcpu *vcpu, struct sys_reg_params *params, const struct sys_reg_desc *global, size_t nr_global) argument
3387 struct sys_reg_params params; local
3410 struct sys_reg_params params; local
3424 emulate_sys_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *params) argument
3585 struct sys_reg_params params; local
3618 index_to_params(u64 id, struct sys_reg_params *params) argument
3651 struct sys_reg_params params; local
4118 struct sys_reg_params params; local
[all...]
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c151 struct skl_pipe_params *params, int fixup)
154 fmt->s_freq = params->s_freq;
156 fmt->channels = params->ch;
160 fmt->valid_bit_depth = skl_get_bit_depth(params->s_fmt);
182 * We need to calculate the output params by applying the 'fixup'
192 struct skl_pipe_params *params, bool is_fe)
201 if (params->stream == SNDRV_PCM_STREAM_PLAYBACK) {
223 skl_tplg_update_params(in_fmt, params, in_fixup);
224 skl_tplg_update_params(out_fmt, params, out_fixup);
229 * params, s
150 skl_tplg_update_params(struct skl_module_fmt *fmt, struct skl_pipe_params *params, int fixup) argument
191 skl_tplg_update_params_fixup(struct skl_module_cfg *m_cfg, struct skl_pipe_params *params, bool is_fe) argument
352 struct skl_pipe_params *params = m_cfg->pipe->p_params; local
602 struct skl_pipe_params *params = pipe->p_params; local
715 skl_fill_sink_instance_id(struct skl_dev *skl, u32 *params, int size, struct skl_module_cfg *mcfg) argument
754 u32 *params; local
825 struct skl_kpb_params *uuid_params, *params; local
1560 skl_tplg_fill_dma_id(struct skl_module_cfg *mcfg, struct skl_pipe_params *params) argument
1598 skl_tplg_update_pipe_params(struct device *dev, struct skl_module_cfg *mconfig, struct skl_pipe_params *params) argument
1792 skl_tplg_be_fill_pipe_params(struct snd_soc_dai *dai, struct skl_module_cfg *mconfig, struct skl_pipe_params *params) argument
1845 skl_tplg_be_set_src_pipe_params(struct snd_soc_dai *dai, struct snd_soc_dapm_widget *w, struct skl_pipe_params *params) argument
1871 skl_tplg_be_set_sink_pipe_params(struct snd_soc_dai *dai, struct snd_soc_dapm_widget *w, struct skl_pipe_params *params) argument
1901 skl_tplg_be_update_params(struct snd_soc_dai *dai, struct skl_pipe_params *params) argument
2038 struct skl_pipe_params *params; local
[all...]
/linux-master/net/wireless/
H A Dnl80211.c1533 result->params[parse.idx].cipher = parse.p.cipher;
1534 result->params[parse.idx].key_len = parse.p.key_len;
1535 result->params[parse.idx].key = result->data[parse.idx];
4095 struct vif_params *params)
4105 &params->flags);
4112 if (params->flags & MONITOR_FLAG_ACTIVE &&
4134 params->vht_mumimo_groups = mumimo_groups;
4147 params->vht_mumimo_follow_addr =
4184 struct vif_params params; local
4190 memset(&params,
4092 nl80211_parse_mon_options(struct cfg80211_registered_device *rdev, enum nl80211_iftype type, struct genl_info *info, struct vif_params *params) argument
4253 struct vif_params params; local
4449 get_key_callback(void *c, struct key_params *params) argument
5728 nl80211_check_ap_rate_selectors(struct cfg80211_ap_settings *params, const struct element *rates) argument
5753 nl80211_calculate_ap_params(struct cfg80211_ap_settings *params) argument
5801 nl80211_get_ap_channel(struct cfg80211_registered_device *rdev, struct cfg80211_ap_settings *params) argument
5909 nl80211_validate_ap_phy_operation(struct cfg80211_ap_settings *params) argument
5930 struct cfg80211_ap_settings *params; local
6234 struct cfg80211_ap_update *params; local
6300 parse_station_flags(struct genl_info *info, enum nl80211_iftype iftype, struct station_parameters *params) argument
6854 cfg80211_check_station_change(struct wiphy *wiphy, struct station_parameters *params, enum cfg80211_station_type statype) argument
7051 nl80211_parse_sta_wme(struct genl_info *info, struct station_parameters *params) argument
7086 nl80211_parse_sta_channel_info(struct genl_info *info, struct station_parameters *params) argument
7112 nl80211_set_station_tdls(struct genl_info *info, struct station_parameters *params) argument
7189 struct station_parameters params; local
7350 struct station_parameters params; local
7635 struct station_del_parameters params; local
8014 struct bss_parameters params; local
10096 struct cfg80211_csa_settings params; local
12546 struct cfg80211_mgmt_tx_params params = { local
15541 struct cfg80211_external_auth_params params; local
15945 struct cfg80211_color_change_settings params = {}; local
16131 struct link_station_parameters params = {}; local
16233 struct link_station_del_parameters params = {}; local
16276 struct cfg80211_ttlm_params params = {}; local
20101 cfg80211_external_auth_request(struct net_device *dev, struct cfg80211_external_auth_params *params, gfp_t gfp) argument
[all...]
/linux-master/drivers/acpi/acpica/
H A Ddbtest.c814 union acpi_object params[2]; local
818 params[0].type = ACPI_TYPE_LOCAL_REFERENCE;
819 params[0].reference.actual_type = node->type;
820 params[0].reference.handle = ACPI_CAST_PTR(acpi_handle, node);
823 param_objects.pointer = params;
896 union acpi_object params[2]; local
899 params[0].type = ACPI_TYPE_LOCAL_REFERENCE;
900 params[0].reference.actual_type = node->type;
901 params[0].reference.handle = ACPI_CAST_PTR(acpi_handle, node);
905 memcpy(&params[
983 union acpi_object params[ACPI_METHOD_NUM_ARGS]; local
[all...]

Completed in 444 milliseconds

<<21222324252627282930>>