Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/
H A D0001-Fix-segfault-when-btf__type_by_id-returns-NULL.patch101 @@ -585,6 +600,9 @@ std::map<std::string, std::vector<std::string>> BTF::get_params(
111 @@ -595,6 +613,8 @@ std::map<std::string, std::vector<std::string>> BTF::get_params(
H A D0001-Detect-new-BTF-api-btf_dump__new-btf_dump__new_v0_6_.patch172 @@ -545,16 +565,13 @@ std::map<std::string, std::vector<std::string>> BTF::get_params(
191 @@ -639,16 +656,13 @@ std::map<std::string, std::vector<std::string>> BTF::get_params(
/OK3568_Linux_fs/kernel/drivers/clk/st/
H A Dclkgen-fsyn.c64 int (*get_params)(unsigned long, unsigned long, struct stm_fs *); member
114 .get_params = clk_fs660c32_dig_get_params,
156 .get_params = clk_fs660c32_dig_get_params,
723 clk_fs_get_params = fs->data->get_params; in quadfs_find_best_rate()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-compress.c523 !component->driver->compress_ops->get_params) in soc_compr_get_params()
526 ret = component->driver->compress_ops->get_params( in soc_compr_get_params()
719 .get_params = soc_compr_get_params,
732 .get_params = soc_compr_get_params,
H A Dsoc-dai.c651 dai->driver->cops->get_params) in snd_soc_dai_compr_get_params()
652 ret = dai->driver->cops->get_params(cstream, params, dai); in snd_soc_dai_compr_get_params()
/OK3568_Linux_fs/kernel/include/sound/
H A Dcompress_driver.h120 int (*get_params)(struct snd_compr_stream *stream, member
H A Dsoc-dai.h298 int (*get_params)(struct snd_compr_stream *, member
H A Dsoc-component.h37 int (*get_params)(struct snd_soc_component *component, member
/OK3568_Linux_fs/kernel/net/mac802154/
H A Dmac_cmd.c122 .get_params = mac802154_get_params,
/OK3568_Linux_fs/u-boot/include/
H A Dec_commands.h825 } dump, off, on, init, get_seq, get_params; member
857 struct lightbar_params get_params; member
/OK3568_Linux_fs/kernel/include/net/
H A Dieee802154_netdev.h312 int (*get_params)(struct net_device *dev, member
/OK3568_Linux_fs/kernel/sound/core/
H A Dcompress_offload.c639 if (!stream->ops->get_params) in snd_compr_get_params()
645 retval = stream->ops->get_params(stream, params); in snd_compr_get_params()
/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A Daio-compress.c431 .get_params = uniphier_aio_compr_get_params,
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dacer-wmi.c1191 struct wmid3_gds_get_input_param get_params = { in wmid3_set_device_status() local
1198 &get_params in wmid3_set_device_status()
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dcompress-offload.rst131 get_params
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c423 static int get_params(MGSLPC_INFO *info, MGSL_PARAMS __user *user_params);
1785 static int get_params(MGSLPC_INFO * info, MGSL_PARAMS __user *user_params) in get_params() function
2247 return get_params(info, argp); in mgslpc_ioctl()
/OK3568_Linux_fs/kernel/net/ieee802154/
H A Dnl-mac.c673 rc = ops->llsec->get_params(dev, &params); in ieee802154_llsec_getparams()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink_gt.c455 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *params);
1005 ret = get_params(info, argp); in ioctl()
2535 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params) in get_params() function
H A Dsynclinkmp.c538 static int get_params(SLMP_INFO *info, MGSL_PARAMS __user *params);
1269 return get_params(info, argp); in ioctl()
2843 static int get_params(SLMP_INFO * info, MGSL_PARAMS __user *user_params) in get_params() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c5926 static void get_params(struct task_struct *p, struct sched_attr *attr) in get_params() function
5998 get_params(p, &attr); in SYSCALL_DEFINE3()
6147 get_params(p, &kattr); in SYSCALL_DEFINE4()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h2113 struct be_fat_conf_params get_params; member