Searched refs:get_params (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vlan_mode.c58 * @get_params: structure FW fills in based on the current VLAN mode config
64 struct ice_aqc_get_vlan_mode *get_params)
68 if (!get_params)
74 return ice_aq_send_cmd(hw, &desc, get_params, sizeof(*get_params),
91 struct ice_aqc_get_vlan_mode get_params = { 0 }; local
94 status = ice_aq_get_vlan_mode(hw, &get_params);
101 return (get_params.vlan_mode & ICE_AQ_VLAN_MODE_DVM_ENA);
63 ice_aq_get_vlan_mode(struct ice_hw *hw, struct ice_aqc_get_vlan_mode *get_params) argument
H A Dice_common.h60 ice_aq_get_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *get_params);
H A Dice_common.c4014 * @get_params: RSS LUT parameters used to specify which RSS LUT to get
4019 ice_aq_get_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *get_params) argument
4021 return __ice_aq_get_set_rss_lut(hw, get_params, false);
/linux-master/net/mac802154/
H A Dmac_cmd.c122 .get_params = mac802154_get_params,
/linux-master/include/sound/
H A Dcompress_driver.h98 * @get_params: retrieve the codec parameters, mandatory
117 int (*get_params)(struct snd_compr_stream *stream, member in struct:snd_compr_ops
H A Dsoc-component.h37 int (*get_params)(struct snd_soc_component *component, member in struct:snd_compress_ops
H A Dsoc-dai.h386 int (*get_params)(struct snd_compr_stream *, member in struct:snd_soc_cdai_ops
/linux-master/drivers/clk/st/
H A Dclkgen-fsyn.c64 int (*get_params)(unsigned long, unsigned long, struct stm_fs *); member in struct:clkgen_quadfs_data
124 .get_params = clk_fs660c32_dig_get_params,
178 .get_params = clk_fs660c32_dig_get_params,
785 clk_fs_get_params = fs->data->get_params;
/linux-master/sound/soc/
H A Dsoc-dai.c803 dai->driver->cops->get_params)
804 ret = dai->driver->cops->get_params(cstream, params, dai);
H A Dsoc-compress.c513 .get_params = soc_compr_get_params,
526 .get_params = soc_compr_get_params,
H A Dsoc-component.c558 component->driver->compress_ops->get_params) {
559 ret = component->driver->compress_ops->get_params(
/linux-master/sound/soc/sof/
H A Dcompress.c386 .get_params = sof_compr_get_params,
/linux-master/sound/soc/uniphier/
H A Daio-compress.c426 .get_params = uniphier_aio_compr_get_params,
/linux-master/include/net/
H A Dieee802154_netdev.h450 int (*get_params)(struct net_device *dev, member in struct:ieee802154_llsec_ops
/linux-master/sound/core/
H A Dcompress_offload.c617 if (!stream->ops->get_params)
623 retval = stream->ops->get_params(stream, params);
/linux-master/drivers/platform/x86/
H A Dacer-wmi.c1240 struct wmid3_gds_get_input_param get_params = { local
1247 &get_params
/linux-master/net/ieee802154/
H A Dnl-mac.c673 rc = ops->llsec->get_params(dev, &params);
/linux-master/drivers/tty/
H A Dsynclink_gt.c450 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *params);
995 ret = get_params(info, argp);
2518 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params) function
2520 DBGINFO(("%s get_params\n", info->device_name));
/linux-master/kernel/sched/
H A Dcore.c8108 static void get_params(struct task_struct *p, struct sched_attr *attr) function
8175 get_params(p, &attr);
8314 get_params(p, &kattr);
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h2113 struct be_fat_conf_params get_params; member in struct:be_cmd_resp_get_ext_fat_caps

Completed in 451 milliseconds