Searched defs:conf (Results 1 - 25 of 180) sorted by relevance

12345678

/drivers/staging/vt6656/
H A Dpower.c134 struct ieee80211_conf *conf = &hw->conf; local
137 if (conf->listen_interval == 1) {
H A Dkey.c124 struct ieee80211_bss_conf *conf = &vif->bss_conf; local
174 vnt_set_keymode(hw, (u8 *)conf->bssid, key,
/drivers/ata/
H A Dpata_piccolo.c37 u16 conf; local
38 pci_read_config_word(pdev, 0x50, &conf);
39 conf &= 0xE088;
40 conf |= pio[adev->pio_mode - XFER_PIO_0];
41 pci_write_config_word(pdev, 0x50, conf);
47 u32 conf; local
48 pci_read_config_dword(pdev, 0x5C, &conf);
49 conf &= 0x78FFE088; /* Keep the other bits */
52 conf |= 0x80000000;
53 conf |
[all...]
/drivers/net/wireless/rsi/
H A Drsi_91x_pkt.c85 if (conf_is_ht40(&common->priv->hw->conf))
130 struct ieee80211_conf *conf = &hw->conf; local
190 if (conf_is_ht40(conf)) {
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Ddcb.c144 u32 conf = nv_ro32(bios, dcb + 0x04); local
147 switch (conf & 0x00e00000) {
160 switch (conf & 0x0f000000) {
176 outp->link = (conf & 0x00000030) >> 4;
180 outp->extdev = (conf & 0x0000ff00) >> 8;
H A Dgpio.c134 u8 conf = nv_ro08(bios, data - 5); local
136 if (conf & 0x01) {
140 .log[0] = !!(conf & 0x02),
141 .log[1] = !(conf & 0x02),
/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c56 struct ath_beacon_config *conf,
71 conf->intval = conf->beacon_interval;
77 dtim_intval = conf->intval * conf->dtim_period;
84 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval);
86 bs->bs_intval = TU_TO_USEC(conf->intval);
87 bs->bs_dtimperiod = conf->dtim_period * bs->bs_intval;
88 bs->bs_nexttbtt = conf
55 ath9k_cmn_beacon_config_sta(struct ath_hw *ah, struct ath_beacon_config *conf, struct ath9k_beacon_state *bs) argument
128 ath9k_cmn_beacon_config_adhoc(struct ath_hw *ah, struct ath_beacon_config *conf) argument
158 ath9k_cmn_beacon_config_ap(struct ath_hw *ah, struct ath_beacon_config *conf, unsigned int bc_buf) argument
[all...]
H A Dantenna.c90 static inline bool ath_ant_div_comb_alt_check(struct ath_hw_antcomb_conf *conf, argument
99 if (conf->main_lna_conf == ATH_ANT_DIV_COMB_LNA2 &&
100 conf->alt_lna_conf == ATH_ANT_DIV_COMB_LNA1)
103 if (conf->main_lna_conf == ATH_ANT_DIV_COMB_LNA1 &&
104 conf->alt_lna_conf == ATH_ANT_DIV_COMB_LNA2)
107 switch (conf->div_group) {
194 struct ath_hw_antcomb_conf *conf)
196 /* set alt to the conf with maximun ratio */
203 if (conf->main_lna_conf == ATH_ANT_DIV_COMB_LNA2)
204 conf
193 ath_ant_set_alt_ratio(struct ath_ant_comb *antcomb, struct ath_hw_antcomb_conf *conf) argument
589 ath_ant_try_scan(struct ath_ant_comb *antcomb, struct ath_hw_antcomb_conf *conf, int curr_alt_set, int alt_rssi_avg, int main_rssi_avg) argument
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2x00config.c35 struct rt2x00intf_conf conf; local
38 conf.type = type;
42 conf.sync = TSF_SYNC_ADHOC;
47 conf.sync = TSF_SYNC_AP_NONE;
50 conf.sync = TSF_SYNC_INFRA;
53 conf.sync = TSF_SYNC_NONE;
63 memset(conf.mac, 0, sizeof(conf.mac));
65 memcpy(conf.mac, mac, ETH_ALEN);
67 memset(conf
175 rt2x00ht_center_channel(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf) argument
203 rt2x00lib_config(struct rt2x00_dev *rt2x00dev, struct ieee80211_conf *conf, unsigned int ieee80211_flags) argument
[all...]
/drivers/net/wireless/rtl818x/rtl8180/
H A Dgrf5101.c81 struct ieee80211_conf *conf)
85 ieee80211_frequency_to_channel(conf->chandef.chan->center_freq);
80 grf5101_rf_set_channel(struct ieee80211_hw *dev, struct ieee80211_conf *conf) argument
H A Dmax2820.c93 struct ieee80211_conf *conf)
96 int channel = conf ?
97 ieee80211_frequency_to_channel(conf->chandef.chan->center_freq) : 1;
92 max2820_rf_set_channel(struct ieee80211_hw *dev, struct ieee80211_conf *conf) argument
H A Dsa2400.c104 struct ieee80211_conf *conf)
108 ieee80211_frequency_to_channel(conf->chandef.chan->center_freq);
103 sa2400_rf_set_channel(struct ieee80211_hw *dev, struct ieee80211_conf *conf) argument
/drivers/staging/lustre/lustre/llite/
H A Dvvp_object.c124 const struct cl_object_conf *conf)
126 struct ll_inode_info *lli = ll_i2info(conf->coc_inode);
128 if (conf->coc_opc == OBJECT_CONF_INVALIDATE) {
142 unmap_mapping_range(conf->coc_inode->i_mapping,
148 if (conf->coc_opc != OBJECT_CONF_SET)
151 if (conf->u.coc_md != NULL && conf->u.coc_md->lsm != NULL) {
154 conf->u.coc_md->lsm->lsm_layout_gen);
156 lli->lli_has_smd = lsm_has_objects(conf->u.coc_md->lsm);
157 ll_layout_version_set(lli, conf
123 vvp_conf_set(const struct lu_env *env, struct cl_object *obj, const struct cl_object_conf *conf) argument
[all...]
/drivers/staging/lustre/lustre/lov/
H A Dlovsub_object.c56 const struct lu_object_conf *conf)
55 lovsub_object_init(const struct lu_env *env, struct lu_object *obj, const struct lu_object_conf *conf) argument
/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8960.c51 } conf[32]; member in struct:pll_rate
356 for (i = 0; pll_rate->conf[i].reg; i++)
357 hdmi_write(hdmi, pll_rate->conf[i].reg, pll_rate->conf[i].val);
/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_lvds_pll.c41 } conf[32]; member in struct:pll_rate
82 for (i = 0; pll_rate->conf[i].reg; i++)
83 mdp4_write(mdp4_kms, pll_rate->conf[i].reg, pll_rate->conf[i].val);
/drivers/hwmon/
H A Dad7414.c184 int conf; local
200 conf = i2c_smbus_read_byte_data(client, AD7414_REG_CONF);
201 if (conf < 0)
204 conf &= ~(1 << 7);
205 i2c_smbus_write_byte_data(client, AD7414_REG_CONF, conf);
H A Dds620.c81 u16 conf, new_conf; local
83 new_conf = conf =
100 if (conf != new_conf)
185 u16 conf, new_conf; local
198 new_conf = conf = res;
200 if (conf != new_conf) {
207 return sprintf(buf, "%d\n", !!(conf & attr->index));
H A Dlm73.c240 int id, ctrl, conf; local
254 conf = i2c_smbus_read_byte_data(new_client, LM73_REG_CONF);
255 if (conf < 0 || (conf & 0x0c))
H A Dlm77.c255 int i, cur, conf, hyst, crit, min, max; local
277 conf = i2c_smbus_read_byte_data(client, 1);
283 if (i2c_smbus_read_byte_data(client, i + 1) != conf
300 if (conf & 0xe0)
325 int conf = lm77_read_value(client, LM77_REG_CONF); local
326 if (conf & 1)
327 lm77_write_value(client, LM77_REG_CONF, conf & 0xfe);
/drivers/media/platform/omap3isp/
H A Disph3a_aewb.c30 struct omap3isp_h3a_aewb_config *conf = priv; local
47 pcr = conf->saturation_limit << ISPH3A_PCR_AEW_AVE2LMT_SHIFT;
48 pcr |= !!conf->alaw_enable << ISPH3A_PCR_AEW_ALAW_EN_SHIFT;
50 win1 = ((conf->win_height >> 1) - 1) << ISPH3A_AEWWIN1_WINH_SHIFT;
51 win1 |= ((conf->win_width >> 1) - 1) << ISPH3A_AEWWIN1_WINW_SHIFT;
52 win1 |= (conf->ver_win_count - 1) << ISPH3A_AEWWIN1_WINVC_SHIFT;
53 win1 |= (conf->hor_win_count - 1) << ISPH3A_AEWWIN1_WINHC_SHIFT;
55 start = conf->hor_win_start << ISPH3A_AEWINSTART_WINSH_SHIFT;
56 start |= conf->ver_win_start << ISPH3A_AEWINSTART_WINSV_SHIFT;
58 blk = conf
100 h3a_aewb_get_buf_size(struct omap3isp_h3a_aewb_config *conf) argument
[all...]
/drivers/media/platform/s5p-tv/
H A Dhdmiphy_drv.c180 const struct hdmiphy_conf *conf)
182 for (; conf->pixclk; ++conf)
183 if (conf->pixclk == pixclk)
184 return conf->data;
179 hdmiphy_find_conf(unsigned long pixclk, const struct hdmiphy_conf *conf) argument
/drivers/staging/lustre/lustre/osc/
H A Dosc_object.c73 const struct lu_object_conf *conf)
76 const struct cl_object_conf *cconf = lu2cl_conf(conf);
72 osc_object_init(const struct lu_env *env, struct lu_object *obj, const struct lu_object_conf *conf) argument
/drivers/gpu/drm/i2c/
H A Dch7006_drv.c251 struct drm_mode_config *conf = &dev->mode_config; local
257 drm_object_attach_property(&connector->base, conf->tv_select_subconnector_property,
259 drm_object_attach_property(&connector->base, conf->tv_subconnector_property,
261 drm_object_attach_property(&connector->base, conf->tv_left_margin_property,
263 drm_object_attach_property(&connector->base, conf->tv_bottom_margin_property,
265 drm_object_attach_property(&connector->base, conf->tv_mode_property,
267 drm_object_attach_property(&connector->base, conf->tv_brightness_property,
269 drm_object_attach_property(&connector->base, conf->tv_contrast_property,
271 drm_object_attach_property(&connector->base, conf->tv_flicker_reduction_property,
287 struct drm_mode_config *conf local
[all...]
/drivers/gpu/drm/nouveau/core/engine/disp/
H A Ddport.c46 u8 conf[4]; member in struct:dp_state
150 dp->conf[i] = (lpre << 3) | lvsw;
153 DBG("config lane %d %02x %02x\n", i, dp->conf[i], lpc2);
157 ret = nv_wraux(outp->base.edid, DPCD_LC03(0), dp->conf, 4);
201 int voltage = dp->conf[0] & DPCD_LC03_VOLTAGE_SWING_SET;
216 if (dp->conf[i] & DPCD_LC03_MAX_SWING_REACHED)
222 if ((dp->conf[0] & DPCD_LC03_VOLTAGE_SWING_SET) != voltage) {
223 voltage = dp->conf[0] & DPCD_LC03_VOLTAGE_SWING_SET;

Completed in 596 milliseconds

12345678