Searched refs:changed (Results 1 - 25 of 181) sorted by relevance

12345678

/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/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/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/lguest/
H A Dsegments.c161 * When the Guest is run on a different CPU, or the GDT entries have changed,
198 * Mark that the GDT changed so the core knows it has to copy it again,
201 cpu->changed |= CHANGED_GDT;
216 /* Note that just the TLS entries have changed. */
217 cpu->changed |= CHANGED_GDT_TLS;
/drivers/net/plip/
H A DKconfig32 protocol has been changed and this PLIP driver won't work together
/drivers/usb/host/
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/input/keyboard/
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 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 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)))
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 */
/drivers/lguest/x86/
H A Dcore.c80 * Each Guest has "changed" flags which indicate what has changed in the Guest
90 * Guest has changed.
95 cpu->changed = CHANGED_ALL;
117 if (cpu->changed & CHANGED_IDT)
121 if (cpu->changed & CHANGED_GDT)
123 /* If only the TLS entries have changed, copy them. */
124 else if (cpu->changed & CHANGED_GDT_TLS)
128 cpu->changed = 0;
163 * are changed b
[all...]
/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c334 static int wcn36xx_config(struct ieee80211_hw *hw, u32 changed) argument
340 wcn36xx_dbg(WCN36XX_DBG_MAC, "mac config changed 0x%08x\n", changed);
342 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
360 unsigned int changed,
582 u32 changed)
590 wcn36xx_dbg(WCN36XX_DBG_MAC, "mac bss info changed vif %p changed 0x%08x\n",
591 vif, changed);
593 if (changed
359 wcn36xx_configure_filter(struct ieee80211_hw *hw, unsigned int changed, unsigned int *total, u64 multicast) argument
579 wcn36xx_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *bss_conf, u32 changed) argument
[all...]
/drivers/net/wireless/cw1200/
H A Dsta.h28 int cw1200_config(struct ieee80211_hw *dev, u32 changed);
109 u32 changed);
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.c525 static int brcms_ops_config(struct ieee80211_hw *hw, u32 changed) argument
534 if (changed & IEEE80211_CONF_CHANGE_LISTEN_INTERVAL) {
538 if (changed & IEEE80211_CONF_CHANGE_MONITOR)
542 if (changed & IEEE80211_CONF_CHANGE_PS)
547 if (changed & IEEE80211_CONF_CHANGE_POWER) {
561 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
569 if (changed & IEEE80211_CONF_CHANGE_RETRY_LIMITS)
582 struct ieee80211_bss_conf *info, u32 changed)
587 if (changed & BSS_CHANGED_ASSOC) {
588 /* association status changed (associate
580 brcms_ops_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *info, u32 changed) argument
[all...]
/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/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/pcmcia/
H A Dxxs1500_ss.c80 unsigned int changed; local
95 changed = state->flags ^ sock->old_flags;
97 if (changed & SS_RESET) {
/drivers/staging/vt6656/
H A Dmain_usb.c659 static int vnt_config(struct ieee80211_hw *hw, u32 changed) argument
665 if (changed & IEEE80211_CONF_CHANGE_PS) {
672 if ((changed & IEEE80211_CONF_CHANGE_CHANNEL) ||
688 if (changed & IEEE80211_CONF_CHANGE_POWER) {
703 u32 changed)
709 if (changed & BSS_CHANGED_BSSID)
713 if (changed & BSS_CHANGED_BASIC_RATES) {
721 if (changed & BSS_CHANGED_ERP_PREAMBLE) {
731 if (changed & BSS_CHANGED_ERP_CTS_PROT) {
738 if (changed
701 vnt_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, u32 changed) argument
[all...]
/drivers/net/wireless/ti/wl1251/
H A Dmain.c607 static int wl1251_op_config(struct ieee80211_hw *hw, u32 changed) argument
629 if (changed & IEEE80211_CONF_CHANGE_MONITOR) {
694 if (changed & IEEE80211_CONF_CHANGE_IDLE && !wl->scanning) {
774 unsigned int changed,
784 changed &= WL1251_SUPPORTED_FILTERS;
786 if (changed == 0) {
787 /* no filters which we support changed */
1100 u32 changed)
1107 wl1251_debug(DEBUG_MAC80211, "mac80211 bss info changed");
1115 if (changed
773 wl1251_op_configure_filter(struct ieee80211_hw *hw, unsigned int changed, unsigned int *total, u64 multicast) argument
1097 wl1251_op_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *bss_conf, u32 changed) argument
[all...]
/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/net/wireless/p54/
H A Dmain.c155 * the template was changed by the stack or userspace.
319 static int p54_config(struct ieee80211_hw *dev, u32 changed) argument
326 if (changed & IEEE80211_CONF_CHANGE_POWER)
328 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
346 if (changed & IEEE80211_CONF_CHANGE_PS) {
353 if (changed & IEEE80211_CONF_CHANGE_IDLE) {
460 u32 changed)
465 if (changed & BSS_CHANGED_BSSID) {
470 if (changed & BSS_CHANGED_BEACON) {
477 if (changed
457 p54_bss_info_changed(struct ieee80211_hw *dev, struct ieee80211_vif *vif, struct ieee80211_bss_conf *info, u32 changed) argument
[all...]
/drivers/net/team/
H A Dteam_mode_loadbalance.c92 bool changed = false; local
102 changed = true;
105 if (changed)
454 bool changed = false; local
478 changed |= __lb_stats_info_refresh_check(s_info, team);
492 changed |= __lb_stats_info_refresh_check(s_info, team);
495 if (changed)
/drivers/tty/serial/
H A Dpnx8xxx_uart.c84 unsigned int status, changed; local
87 changed = status ^ sport->old_status;
89 if (changed == 0)
94 if (changed & TIOCM_RI)
96 if (changed & TIOCM_DSR)
98 if (changed & TIOCM_CAR)
100 if (changed & TIOCM_CTS)
/drivers/net/wireless/ath/ath9k/
H A Dmain.c991 struct ieee80211_vif *vif, bool changed)
1003 if (changed) {
1117 bool changed = (iter_data.primary_sta != ctx->primary_sta); local
1122 changed);
1398 static int ath9k_config(struct ieee80211_hw *hw, u32 changed) argument
1409 if (changed & IEEE80211_CONF_CHANGE_IDLE) {
1430 if (changed & IEEE80211_CONF_CHANGE_PS) {
1440 if (changed & IEEE80211_CONF_CHANGE_MONITOR) {
1450 if (!ath9k_is_chanctx_enabled() && (changed & IEEE80211_CONF_CHANGE_CHANNEL)) {
1455 if (changed
990 ath9k_set_assoc_state(struct ath_softc *sc, struct ieee80211_vif *vif, bool changed) argument
1717 ath9k_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *bss_conf, u32 changed) argument
2347 ath9k_change_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf, u32 changed) argument
2425 bool changed = false; local
[all...]

Completed in 544 milliseconds

12345678