Home
last modified time | relevance | path

Searched refs:get_params (Results 1 – 21 of 21) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_vlan_mode.c64 struct ice_aqc_get_vlan_mode *get_params) in ice_aq_get_vlan_mode() argument
68 if (!get_params) in ice_aq_get_vlan_mode()
74 return ice_aq_send_cmd(hw, &desc, get_params, sizeof(*get_params), in ice_aq_get_vlan_mode()
91 struct ice_aqc_get_vlan_mode get_params = { 0 }; in ice_aq_is_dvm_ena() local
94 status = ice_aq_get_vlan_mode(hw, &get_params); in ice_aq_is_dvm_ena()
101 return (get_params.vlan_mode & ICE_AQ_VLAN_MODE_DVM_ENA); in ice_aq_is_dvm_ena()
Dice_common.h60 ice_aq_get_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *get_params);
Dice_common.c4019 ice_aq_get_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *get_params) in ice_aq_get_rss_lut() argument
4021 return __ice_aq_get_set_rss_lut(hw, get_params, false); in ice_aq_get_rss_lut()
/linux-6.6.21/drivers/clk/st/
Dclkgen-fsyn.c64 int (*get_params)(unsigned long, unsigned long, struct stm_fs *); member
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; in quadfs_find_best_rate()
/linux-6.6.21/include/sound/
Dcompress_driver.h117 int (*get_params)(struct snd_compr_stream *stream, member
Dsoc-dai.h386 int (*get_params)(struct snd_compr_stream *, member
Dsoc-component.h37 int (*get_params)(struct snd_soc_component *component, member
/linux-6.6.21/net/mac802154/
Dmac_cmd.c122 .get_params = mac802154_get_params,
/linux-6.6.21/sound/soc/
Dsoc-compress.c509 .get_params = soc_compr_get_params,
522 .get_params = soc_compr_get_params,
Dsoc-dai.c803 dai->driver->cops->get_params) in snd_soc_dai_compr_get_params()
804 ret = dai->driver->cops->get_params(cstream, params, dai); in snd_soc_dai_compr_get_params()
Dsoc-component.c558 component->driver->compress_ops->get_params) { in snd_soc_component_compr_get_params()
559 ret = component->driver->compress_ops->get_params( in snd_soc_component_compr_get_params()
/linux-6.6.21/include/net/
Dieee802154_netdev.h390 int (*get_params)(struct net_device *dev, member
/linux-6.6.21/sound/soc/sof/
Dcompress.c386 .get_params = sof_compr_get_params,
/linux-6.6.21/sound/core/
Dcompress_offload.c636 if (!stream->ops->get_params) in snd_compr_get_params()
642 retval = stream->ops->get_params(stream, params); in snd_compr_get_params()
/linux-6.6.21/sound/soc/uniphier/
Daio-compress.c426 .get_params = uniphier_aio_compr_get_params,
/linux-6.6.21/drivers/platform/x86/
Dacer-wmi.c1153 struct wmid3_gds_get_input_param get_params = { in wmid3_set_device_status() local
1160 &get_params in wmid3_set_device_status()
/linux-6.6.21/Documentation/sound/designs/
Dcompress-offload.rst131 get_params
/linux-6.6.21/net/ieee802154/
Dnl-mac.c673 rc = ops->llsec->get_params(dev, &params); in ieee802154_llsec_getparams()
/linux-6.6.21/drivers/tty/
Dsynclink_gt.c450 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *params);
995 ret = get_params(info, argp); in ioctl()
2518 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params) in get_params() function
/linux-6.6.21/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h2113 struct be_fat_conf_params get_params; member
/linux-6.6.21/kernel/sched/
Dcore.c8035 static void get_params(struct task_struct *p, struct sched_attr *attr) in get_params() function
8107 get_params(p, &attr); in SYSCALL_DEFINE3()
8256 get_params(p, &kattr); in SYSCALL_DEFINE4()