Searched defs:changed (Results 1 - 25 of 154) sorted by relevance

1234567

/drivers/net/wireless/orinoco/
H A Dcfg.c203 static int orinoco_set_wiphy_params(struct wiphy *wiphy, u32 changed) argument
210 if (changed & WIPHY_PARAM_RETRY_SHORT) {
215 if (changed & WIPHY_PARAM_RETRY_LONG) {
220 if (changed & WIPHY_PARAM_FRAG_THRESHOLD) {
245 if (changed & WIPHY_PARAM_RTS_THRESHOLD) {
/drivers/net/wireless/rt2x00/
H A Drt2x00config.c83 u32 changed)
108 if (changed & BSS_CHANGED_HT)
111 rt2x00dev->ops->lib->config_erp(rt2x00dev, &erp, changed);
80 rt2x00lib_config_erp(struct rt2x00_dev *rt2x00dev, struct rt2x00_intf *intf, struct ieee80211_bss_conf *bss_conf, u32 changed) argument
/drivers/gpu/drm/
H A Ddrm_probe_helper.c131 /* Re-enable polling in case the global poll config changed. */
247 * @dev: drm_device whose connector state changed
277 bool repoll = false, changed = false; local
316 changed = true;
322 if (changed)
429 * changed.
441 bool changed = false; local
462 changed = true;
467 if (changed)
470 return changed;
[all...]
/drivers/net/ethernet/atheros/atlx/
H A Datlx.c271 netdev_features_t changed = netdev->features ^ features; local
273 if (changed & NETIF_F_HW_VLAN_CTAG_RX)
/drivers/usb/gadget/function/
H A Du_uac1.c46 int changed; local
50 changed = -EINVAL;
57 changed = snd_mask_refine_set(
63 changed = -EINVAL;
66 changed = snd_interval_refine_set(i, val);
80 changed = snd_interval_refine(i, &t);
84 if (changed) {
88 return changed;
/drivers/input/keyboard/
H A Ddavinci_keyscan.c128 u32 prev_status, new_status, changed; local
140 changed = prev_status ^ new_status;
142 if (changed) {
144 * It goes through all bits in 'changed' to ensure
148 if ((changed>>i) & 0x1) {
H A Dlpc32xx-keys.c86 unsigned row, changed, scancode, keycode; local
90 changed = key ^ kscandat->lastkeystates[col];
93 for (row = 0; changed; row++, changed >>= 1) {
94 if (changed & 1) {
95 /* Key state changed, signal an event */
H A Dnspire-keypad.c62 u16 bits, changed; local
75 changed = bits ^ keypad->state[row];
76 if (!changed)
82 if (!(changed & (1U << col)))
H A Domap-keypad.c134 unsigned char new_state[8], changed, key_down = 0; local
143 changed = new_state[col] ^ keypad_state[col];
145 if (changed == 0)
150 if (!(changed & (1 << row)))
/drivers/lguest/
H A Dlg.h50 /* Bitmap of what has changed: see CHANGED_* above. */
51 int changed; member in struct:lg_cpu
/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c264 netdev_features_t changed = features ^ netdev->features; local
266 if (changed & (NETIF_F_RXCSUM | NETIF_F_LRO |
479 "ring size cannot be changed yet\n");
/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c582 u32 changed)
617 if (changed & BSS_CHANGED_BEACON_ENABLED) {
640 if ((changed & BSS_CHANGED_IBSS) && !bss_conf->ibss_creator &&
581 ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif, u32 changed) argument
/drivers/net/wireless/iwlwifi/dvm/
H A Dtt.c333 IWL_DEBUG_TEMP(priv, "Temperature state changed %u\n",
367 bool changed = false; local
401 changed = true;
410 if (changed) {
/drivers/net/wireless/rtlwifi/
H A Drc.c241 u32 changed)
237 rtl_rate_update(void *ppriv, struct ieee80211_supported_band *sband, struct cfg80211_chan_def *chandef, struct ieee80211_sta *sta, void *priv_sta, u32 changed) argument
/drivers/net/wireless/ti/wlcore/
H A Dhw_ops.h215 struct ieee80211_sta *sta, u32 changed)
218 wl->ops->sta_rc_update(wl, wlvif, sta, changed);
214 wlcore_hw_sta_rc_update(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct ieee80211_sta *sta, u32 changed) argument
/drivers/pcmcia/
H A Ddb1xxx_ss.c240 unsigned int changed; local
286 changed = state->flags ^ sock->old_flags;
288 if (changed & SS_RESET) {
307 if ((changed & SS_RESET) && !(state->flags & SS_RESET)) {
H A Dxxs1500_ss.c80 unsigned int changed; local
95 changed = state->flags ^ sock->old_flags;
97 if (changed & SS_RESET) {
/drivers/platform/x86/
H A Dfujitsu-tablet.c284 unsigned long keymask, changed; local
298 changed = keymask ^ fujitsu.prev_keymask;
299 if (changed) {
302 for_each_set_bit(i, &changed, KEYMAP_LEN) {
304 pressed = keymask & changed & BIT(i);
/drivers/power/
H A Dpda_power.c198 int changed = 0; local
206 changed = 1;
211 changed = 1;
214 if (changed)
/drivers/s390/cio/
H A Dscm.c158 bool changed; local
161 changed = scmdev->attrs.rank != sale->rank ||
168 if (changed && scmdrv->notify)
172 if (changed)
/drivers/staging/line6/
H A Dpcm.c300 int i, changed = 0; local
308 changed = 1;
311 return changed;
/drivers/usb/host/
H A Dehci-hub.c169 * cases they don't need to be changed.
231 int changed; local
266 changed = 0;
307 changed = 1;
312 if ((changed && ehci->has_tdi_phy_lpm) || fs_idle_delay) {
320 if (changed && ehci->has_tdi_phy_lpm) {
H A Dohci-hub.c341 static int ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, argument
357 if (!rhsc_enable && !rhsc_status && !changed) {
378 if (changed || any_connected) {
397 if (changed) {
437 static int ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, argument
448 if (changed || rhsc_status)
465 int i, changed = 0, length = 1; local
485 buf [0] = changed = 1;
507 changed = 1;
515 if (ohci_root_hub_state_changes(ohci, changed,
[all...]
/drivers/usb/serial/
H A Dopticon.c310 bool changed = false; local
321 changed = rts ^ priv->rts;
324 if (!changed)
/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c365 bool changed = false; local
393 changed = true;
406 if (changed) {

Completed in 425 milliseconds

1234567