/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_vlan_mode.c | 64 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()
|
D | ice_common.h | 60 ice_aq_get_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *get_params);
|
D | ice_common.c | 4019 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/ |
D | clkgen-fsyn.c | 64 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/ |
D | compress_driver.h | 117 int (*get_params)(struct snd_compr_stream *stream, member
|
D | soc-dai.h | 386 int (*get_params)(struct snd_compr_stream *, member
|
D | soc-component.h | 37 int (*get_params)(struct snd_soc_component *component, member
|
/linux-6.6.21/net/mac802154/ |
D | mac_cmd.c | 122 .get_params = mac802154_get_params,
|
/linux-6.6.21/sound/soc/ |
D | soc-compress.c | 509 .get_params = soc_compr_get_params, 522 .get_params = soc_compr_get_params,
|
D | soc-dai.c | 803 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()
|
D | soc-component.c | 558 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/ |
D | ieee802154_netdev.h | 390 int (*get_params)(struct net_device *dev, member
|
/linux-6.6.21/sound/soc/sof/ |
D | compress.c | 386 .get_params = sof_compr_get_params,
|
/linux-6.6.21/sound/core/ |
D | compress_offload.c | 636 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/ |
D | aio-compress.c | 426 .get_params = uniphier_aio_compr_get_params,
|
/linux-6.6.21/drivers/platform/x86/ |
D | acer-wmi.c | 1153 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/ |
D | compress-offload.rst | 131 get_params
|
/linux-6.6.21/net/ieee802154/ |
D | nl-mac.c | 673 rc = ops->llsec->get_params(dev, ¶ms); in ieee802154_llsec_getparams()
|
/linux-6.6.21/drivers/tty/ |
D | synclink_gt.c | 450 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/ |
D | be_cmds.h | 2113 struct be_fat_conf_params get_params; member
|
/linux-6.6.21/kernel/sched/ |
D | core.c | 8035 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()
|