Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A 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()
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.c4042 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
4044 return __ice_aq_get_set_rss_lut(hw, get_params, false); in ice_aq_get_rss_lut()
/openbmc/linux/drivers/clk/st/
H A 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()
/openbmc/linux/include/sound/
H A Dcompress_driver.h117 int (*get_params)(struct snd_compr_stream *stream, member
H A Dsoc-dai.h386 int (*get_params)(struct snd_compr_stream *, member
H A Dsoc-component.h37 int (*get_params)(struct snd_soc_component *component, member
/openbmc/linux/net/mac802154/
H A Dmac_cmd.c122 .get_params = mac802154_get_params,
/openbmc/qemu/hw/display/
H A Dvga_int.h102 void (*get_params)(struct VGACommonState *s, VGADisplayParams *params); member
H A Dvga.c1126 s->get_params(s, &current); in update_basic_params()
2247 s->get_params = vga_get_params; in vga_common_init()
H A Dcirrus_vga.c2928 s->vga.get_params = cirrus_get_params; in cirrus_init_common()
/openbmc/linux/sound/soc/
H A Dsoc-compress.c509 .get_params = soc_compr_get_params,
522 .get_params = soc_compr_get_params,
H A 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()
H A 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()
/openbmc/linux/include/net/
H A Dieee802154_netdev.h390 int (*get_params)(struct net_device *dev, member
/openbmc/linux/sound/core/
H A 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()
/openbmc/linux/sound/soc/sof/
H A Dcompress.c386 .get_params = sof_compr_get_params,
/openbmc/linux/sound/soc/uniphier/
H A Daio-compress.c426 .get_params = uniphier_aio_compr_get_params,
/openbmc/linux/drivers/platform/x86/
H A Dacer-wmi.c1154 struct wmid3_gds_get_input_param get_params = { in wmid3_set_device_status() local
1161 &get_params in wmid3_set_device_status()
/openbmc/linux/Documentation/sound/designs/
H A Dcompress-offload.rst131 get_params
/openbmc/linux/net/ieee802154/
H A Dnl-mac.c673 rc = ops->llsec->get_params(dev, &params); in ieee802154_llsec_getparams()
/openbmc/linux/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); in ioctl()
2518 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params) in get_params() function
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h2113 struct be_fat_conf_params get_params; member
/openbmc/linux/kernel/sched/
H A Dcore.c8036 static void get_params(struct task_struct *p, struct sched_attr *attr) in get_params() function
8108 get_params(p, &attr); in SYSCALL_DEFINE3()
8257 get_params(p, &kattr); in SYSCALL_DEFINE4()