new_conf 144 drivers/hwmon/ds1621.c u8 conf, new_conf, sreg, resol; new_conf 146 drivers/hwmon/ds1621.c new_conf = conf = i2c_smbus_read_byte_data(client, DS1621_REG_CONF); new_conf 148 drivers/hwmon/ds1621.c new_conf &= ~DS1621_REG_CONFIG_1SHOT; new_conf 152 drivers/hwmon/ds1621.c new_conf &= ~DS1621_REG_CONFIG_POLARITY; new_conf 154 drivers/hwmon/ds1621.c new_conf |= DS1621_REG_CONFIG_POLARITY; new_conf 156 drivers/hwmon/ds1621.c if (conf != new_conf) new_conf 157 drivers/hwmon/ds1621.c i2c_smbus_write_byte_data(client, DS1621_REG_CONF, new_conf); new_conf 168 drivers/hwmon/ds1621.c resol = (new_conf & DS1621_REG_CONFIG_RESOL) >> new_conf 189 drivers/hwmon/ds1621.c u8 new_conf; new_conf 206 drivers/hwmon/ds1621.c new_conf = data->conf; new_conf 208 drivers/hwmon/ds1621.c new_conf &= ~DS1621_ALARM_TEMP_LOW; new_conf 210 drivers/hwmon/ds1621.c new_conf &= ~DS1621_ALARM_TEMP_HIGH; new_conf 211 drivers/hwmon/ds1621.c if (data->conf != new_conf) new_conf 213 drivers/hwmon/ds1621.c new_conf); new_conf 68 drivers/hwmon/ds620.c u16 conf, new_conf; new_conf 70 drivers/hwmon/ds620.c new_conf = conf = new_conf 74 drivers/hwmon/ds620.c new_conf &= ~DS620_REG_CONFIG_1SHOT; new_conf 76 drivers/hwmon/ds620.c new_conf |= DS620_REG_CONFIG_PO2; new_conf 79 drivers/hwmon/ds620.c new_conf &= ~DS620_REG_CONFIG_PO1; /* PO_LOW */ new_conf 81 drivers/hwmon/ds620.c new_conf |= DS620_REG_CONFIG_PO1; /* PO_HIGH */ new_conf 83 drivers/hwmon/ds620.c new_conf &= ~DS620_REG_CONFIG_PO2; /* always low */ new_conf 85 drivers/hwmon/ds620.c new_conf |= DS620_REG_CONFIG_R1 | DS620_REG_CONFIG_R0; new_conf 87 drivers/hwmon/ds620.c if (conf != new_conf) new_conf 88 drivers/hwmon/ds620.c i2c_smbus_write_word_swapped(client, DS620_REG_CONF, new_conf); new_conf 172 drivers/hwmon/ds620.c u16 conf, new_conf; new_conf 185 drivers/hwmon/ds620.c new_conf = conf = res; new_conf 186 drivers/hwmon/ds620.c new_conf &= ~attr->index; new_conf 187 drivers/hwmon/ds620.c if (conf != new_conf) { new_conf 189 drivers/hwmon/ds620.c new_conf); new_conf 112 drivers/media/platform/omap3isp/isph3a_aewb.c static int h3a_aewb_validate_params(struct ispstat *aewb, void *new_conf) new_conf 114 drivers/media/platform/omap3isp/isph3a_aewb.c struct omap3isp_h3a_aewb_config *user_cfg = new_conf; new_conf 179 drivers/media/platform/omap3isp/isph3a_aewb.c static void h3a_aewb_set_params(struct ispstat *aewb, void *new_conf) new_conf 181 drivers/media/platform/omap3isp/isph3a_aewb.c struct omap3isp_h3a_aewb_config *user_cfg = new_conf; new_conf 153 drivers/media/platform/omap3isp/isph3a_af.c static int h3a_af_validate_params(struct ispstat *af, void *new_conf) new_conf 155 drivers/media/platform/omap3isp/isph3a_af.c struct omap3isp_h3a_af_config *user_cfg = new_conf; new_conf 227 drivers/media/platform/omap3isp/isph3a_af.c static void h3a_af_set_params(struct ispstat *af, void *new_conf) new_conf 229 drivers/media/platform/omap3isp/isph3a_af.c struct omap3isp_h3a_af_config *user_cfg = new_conf; new_conf 304 drivers/media/platform/omap3isp/isphist.c static int hist_validate_params(struct ispstat *hist, void *new_conf) new_conf 306 drivers/media/platform/omap3isp/isphist.c struct omap3isp_hist_config *user_cfg = new_conf; new_conf 404 drivers/media/platform/omap3isp/isphist.c static void hist_set_params(struct ispstat *hist, void *new_conf) new_conf 406 drivers/media/platform/omap3isp/isphist.c struct omap3isp_hist_config *user_cfg = new_conf; new_conf 537 drivers/media/platform/omap3isp/ispstat.c int omap3isp_stat_config(struct ispstat *stat, void *new_conf) new_conf 541 drivers/media/platform/omap3isp/ispstat.c struct ispstat_generic_config *user_cfg = new_conf; new_conf 550 drivers/media/platform/omap3isp/ispstat.c ret = stat->ops->validate_params(stat, new_conf); new_conf 601 drivers/media/platform/omap3isp/ispstat.c stat->ops->set_params(stat, new_conf); new_conf 52 drivers/media/platform/omap3isp/ispstat.h int (*validate_params)(struct ispstat *stat, void *new_conf); new_conf 61 drivers/media/platform/omap3isp/ispstat.h void (*set_params)(struct ispstat *stat, void *new_conf); new_conf 127 drivers/media/platform/omap3isp/ispstat.h int omap3isp_stat_config(struct ispstat *stat, void *new_conf); new_conf 31 drivers/usb/typec/mux/pi3usb30532.c static int pi3usb30532_set_conf(struct pi3usb30532 *pi, u8 new_conf) new_conf 35 drivers/usb/typec/mux/pi3usb30532.c if (pi->conf == new_conf) new_conf 38 drivers/usb/typec/mux/pi3usb30532.c ret = i2c_smbus_write_byte_data(pi->client, PI3USB30532_CONF, new_conf); new_conf 44 drivers/usb/typec/mux/pi3usb30532.c pi->conf = new_conf; new_conf 52 drivers/usb/typec/mux/pi3usb30532.c u8 new_conf; new_conf 56 drivers/usb/typec/mux/pi3usb30532.c new_conf = pi->conf; new_conf 60 drivers/usb/typec/mux/pi3usb30532.c new_conf = PI3USB30532_CONF_OPEN; new_conf 63 drivers/usb/typec/mux/pi3usb30532.c new_conf &= ~PI3USB30532_CONF_SWAP; new_conf 66 drivers/usb/typec/mux/pi3usb30532.c new_conf |= PI3USB30532_CONF_SWAP; new_conf 70 drivers/usb/typec/mux/pi3usb30532.c ret = pi3usb30532_set_conf(pi, new_conf); new_conf 79 drivers/usb/typec/mux/pi3usb30532.c u8 new_conf; new_conf 83 drivers/usb/typec/mux/pi3usb30532.c new_conf = pi->conf; new_conf 87 drivers/usb/typec/mux/pi3usb30532.c new_conf = (new_conf & PI3USB30532_CONF_SWAP) | new_conf 91 drivers/usb/typec/mux/pi3usb30532.c new_conf = (new_conf & PI3USB30532_CONF_SWAP) | new_conf 96 drivers/usb/typec/mux/pi3usb30532.c new_conf = (new_conf & PI3USB30532_CONF_SWAP) | new_conf 100 drivers/usb/typec/mux/pi3usb30532.c new_conf = (new_conf & PI3USB30532_CONF_SWAP) | new_conf 107 drivers/usb/typec/mux/pi3usb30532.c ret = pi3usb30532_set_conf(pi, new_conf); new_conf 240 net/mac80211/cfg.c struct cfg80211_nan_conf new_conf; new_conf 249 net/mac80211/cfg.c new_conf = sdata->u.nan.conf; new_conf 252 net/mac80211/cfg.c new_conf.master_pref = conf->master_pref; new_conf 255 net/mac80211/cfg.c new_conf.bands = conf->bands; new_conf 257 net/mac80211/cfg.c ret = drv_nan_change_conf(sdata->local, sdata, &new_conf, changes); new_conf 259 net/mac80211/cfg.c sdata->u.nan.conf = new_conf;