Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/davinci/
Dccdc_hw_device.h58 int (*get_params) (void *params); member
/linux-4.4.14/include/sound/
Dcompress_driver.h115 int (*get_params)(struct snd_compr_stream *stream, member
/linux-4.4.14/sound/soc/
Dsoc-compress.c474 if (platform->driver->compr_ops && platform->driver->compr_ops->get_params) in soc_compr_get_params()
475 ret = platform->driver->compr_ops->get_params(cstream, params); in soc_compr_get_params()
592 .get_params = soc_compr_get_params,
605 .get_params = soc_compr_get_params,
/linux-4.4.14/net/mac802154/
Dmac_cmd.c130 .get_params = mac802154_get_params,
/linux-4.4.14/include/net/
Dieee802154_netdev.h277 int (*get_params)(struct net_device *dev, member
/linux-4.4.14/sound/core/
Dcompress_offload.c570 if (!stream->ops->get_params) in snd_compr_get_params()
576 retval = stream->ops->get_params(stream, params); in snd_compr_get_params()
/linux-4.4.14/drivers/platform/x86/
Dacer-wmi.c1099 struct wmid3_gds_get_input_param get_params = { in wmid3_set_device_status() local
1106 &get_params in wmid3_set_device_status()
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt125 - get_params
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c423 static int get_params(MGSLPC_INFO *info, MGSL_PARAMS __user *user_params);
1792 static int get_params(MGSLPC_INFO * info, MGSL_PARAMS __user *user_params) in get_params() function
2255 return get_params(info, argp); in mgslpc_ioctl()
/linux-4.4.14/net/ieee802154/
Dnl-mac.c677 rc = ops->llsec->get_params(dev, &params); in ieee802154_llsec_getparams()
/linux-4.4.14/drivers/tty/
Dsynclink_gt.c504 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *params);
1067 ret = get_params(info, argp); in ioctl()
2627 static int get_params(struct slgt_info *info, MGSL_PARAMS __user *user_params) in get_params() function
Dsynclinkmp.c538 static int get_params(SLMP_INFO *info, MGSL_PARAMS __user *params);
1275 return get_params(info, argp); in ioctl()
2873 static int get_params(SLMP_INFO * info, MGSL_PARAMS __user *user_params) in get_params() function
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h2046 struct be_fat_conf_params get_params; member