Searched refs:new_conf (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | isph3a_aewb.c | 112 static int h3a_aewb_validate_params(struct ispstat *aewb, void *new_conf) in h3a_aewb_validate_params() argument 114 struct omap3isp_h3a_aewb_config *user_cfg = new_conf; in h3a_aewb_validate_params() 179 static void h3a_aewb_set_params(struct ispstat *aewb, void *new_conf) in h3a_aewb_set_params() argument 181 struct omap3isp_h3a_aewb_config *user_cfg = new_conf; in h3a_aewb_set_params()
|
| H A D | isph3a_af.c | 153 static int h3a_af_validate_params(struct ispstat *af, void *new_conf) in h3a_af_validate_params() argument 155 struct omap3isp_h3a_af_config *user_cfg = new_conf; in h3a_af_validate_params() 227 static void h3a_af_set_params(struct ispstat *af, void *new_conf) in h3a_af_set_params() argument 229 struct omap3isp_h3a_af_config *user_cfg = new_conf; in h3a_af_set_params()
|
| H A D | isphist.c | 304 static int hist_validate_params(struct ispstat *hist, void *new_conf) in hist_validate_params() argument 306 struct omap3isp_hist_config *user_cfg = new_conf; in hist_validate_params() 404 static void hist_set_params(struct ispstat *hist, void *new_conf) in hist_set_params() argument 406 struct omap3isp_hist_config *user_cfg = new_conf; in hist_set_params()
|
| H A D | ispstat.c | 536 int omap3isp_stat_config(struct ispstat *stat, void *new_conf) in omap3isp_stat_config() argument 540 struct ispstat_generic_config *user_cfg = new_conf; in omap3isp_stat_config() 549 ret = stat->ops->validate_params(stat, new_conf); in omap3isp_stat_config() 600 stat->ops->set_params(stat, new_conf); in omap3isp_stat_config()
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 453 struct cfg80211_nan_conf new_conf = {}; in ieee80211_nan_change_conf() local 468 ret = ieee80211_nan_conf_copy(&new_conf, &sdata->u.nan.conf, in ieee80211_nan_change_conf() 473 ret = ieee80211_nan_conf_copy(&new_conf, conf, changes); in ieee80211_nan_change_conf() 477 ret = drv_nan_change_conf(sdata->local, sdata, &new_conf, changes); in ieee80211_nan_change_conf() 479 ieee80211_nan_conf_free(&new_conf); in ieee80211_nan_change_conf() 482 sdata->u.nan.conf = new_conf; in ieee80211_nan_change_conf()
|