Searched defs:set_params (Results 1 - 9 of 9) sorted by relevance

/drivers/media/video/davinci/
H A Dccdc_hw_device.h53 int (*set_params) (void *params); member in struct:ccdc_hw_ops
/drivers/media/video/omap3isp/
H A Dispstat.h75 void (*set_params)(struct ispstat *stat, void *new_conf); member in struct:ispstat_ops
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h206 int (*set_params)(struct dvb_frontend *fe); member in struct:dvb_tuner_ops
224 /** These are provided separately from set_params in order to facilitate silicon
230 * These are provided separately from set_params in order to facilitate silicon
245 void (*set_params)(struct dvb_frontend *fe, member in struct:analog_demod_ops
/drivers/media/dvb/frontends/
H A Dtda18271c2dd.c1126 static int set_params(struct dvb_frontend *fe) function
1218 .set_params = set_params,
/drivers/platform/x86/
H A Dacer-wmi.c1040 struct wmid3_gds_set_input_param set_params = { local
1047 &set_params
1081 set_params.devices = (value) ? (devices | device) : (devices & ~device);
/drivers/char/pcmcia/
H A Dsynclink_cs.c425 static int set_params(MGSLPC_INFO *info, MGSL_PARAMS __user *new_params, struct tty_struct *tty);
1807 static int set_params(MGSLPC_INFO * info, MGSL_PARAMS __user *new_params, struct tty_struct *tty) function
1814 printk("%s(%d):set_params %s\n", __FILE__,__LINE__,
1819 printk( "%s(%d):set_params(%s) user buffer copy failed\n",
2252 return set_params(info, argp, tty);
/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2733 static void set_params(struct mv643xx_eth_private *mp, function
2893 set_params(mp, pd);
/drivers/tty/
H A Dsynclink_gt.c506 static int set_params(struct slgt_info *info, MGSL_PARAMS __user *params);
1080 ret = set_params(info, argp);
2646 static int set_params(struct slgt_info *info, MGSL_PARAMS __user *new_params) function
2651 DBGINFO(("%s set_params\n", info->device_name));
H A Dsynclinkmp.c540 static int set_params(SLMP_INFO *info, MGSL_PARAMS __user *params);
1278 return set_params(info, argp);
2901 static int set_params(SLMP_INFO * info, MGSL_PARAMS __user *new_params) function
2908 printk("%s(%d):%s set_params\n",
2913 printk( "%s(%d):%s set_params() user buffer copy failed\n",

Completed in 273 milliseconds