| /drivers/net/slip/ |
| D | slhc.c | 234 short changes = 0; in slhc_compress() local 365 * receiver expects changes in the order: urgent, window, in slhc_compress() 372 changes |= NEW_U; in slhc_compress() 382 changes |= NEW_W; in slhc_compress() 388 changes |= NEW_A; in slhc_compress() 394 changes |= NEW_S; in slhc_compress() 397 switch(changes){ in slhc_compress() 411 /* actual changes match one of our special case encodings -- in slhc_compress() 419 changes = SPECIAL_I; in slhc_compress() 426 changes = SPECIAL_D; in slhc_compress() [all …]
|
| /drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_dcb_nl.c | 30 int changes = 0; in ixgbe_copy_dcb_cfg() local 39 changes |= BIT_APP_UPCHG; in ixgbe_copy_dcb_cfg() 48 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 53 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 58 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 65 changes |= (BIT_PG_TX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg() 70 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg() 75 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg() 80 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg() 87 changes |= (BIT_PG_RX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg() [all …]
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | mld-mac80211.c | 776 u64 changes) in iwl_mvm_mld_link_info_changed_station() argument 790 if (changes & BSS_CHANGED_QOS && vif->cfg.assoc && link_conf->qos) in iwl_mvm_mld_link_info_changed_station() 793 if (changes & BSS_CHANGED_ERP_SLOT) in iwl_mvm_mld_link_info_changed_station() 801 if ((changes & BSS_CHANGED_BANDWIDTH) && in iwl_mvm_mld_link_info_changed_station() 827 iwl_mvm_bss_info_changed_station_common(mvm, vif, link_conf, changes); in iwl_mvm_mld_link_info_changed_station() 868 u64 changes) in iwl_mvm_mld_vif_cfg_changed_station() argument 879 if (changes == BSS_CHANGED_IDLE) in iwl_mvm_mld_vif_cfg_changed_station() 888 if (changes & BSS_CHANGED_ASSOC) { in iwl_mvm_mld_vif_cfg_changed_station() 960 iwl_mvm_bss_info_changed_station_assoc(mvm, vif, changes); in iwl_mvm_mld_vif_cfg_changed_station() 963 if (changes & BSS_CHANGED_PS) { in iwl_mvm_mld_vif_cfg_changed_station() [all …]
|
| /drivers/media/usb/pvrusb2/ |
| D | pvrusb2-debug.h | 22 #define PVR2_TRACE_CTL (1 << 7) /* commit of control changes */ 23 #define PVR2_TRACE_STATE (1 << 8) /* Device state changes */ 24 #define PVR2_TRACE_STBITS (1 << 9) /* Individual bit state changes */ 42 #define PVR2_TRACE_GPIO (1 << 27) /* GPIO state bit changes */
|
| /drivers/scsi/pcmcia/ |
| D | nsp_message.c | 20 * NSP invoke interrupts only in the case of scsi phase changes, in nsp_message_in() 22 * the next "msg in" if exists (no scsi phase changes). in nsp_message_in() 61 * NSP invoke interrupts only in the case of scsi phase changes, in nsp_message_out() 63 * the next "msg out" if exists (no scsi phase changes). in nsp_message_out()
|
| /drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| D | pptable_v1_0.h | 272 …UCHAR ucRevId; /* Change this if the table format changes or version changes so that the o… 283 USHORT usFanOutputSensitivity; /* Sensitivity of fan reaction to temepature changes */ 292 …UCHAR ucRevId; /* Change this if the table format changes or version changes so that the o… 303 USHORT usFanOutputSensitivity; /* Sensitivity of fan reaction to temepature changes */ 319 …UCHAR ucRevId; /* Change this if the table format changes or version changes so that the o… 330 USHORT usFanOutputSensitivity; /* Sensitivity of fan reaction to temepature changes */
|
| /drivers/pinctrl/starfive/ |
| D | Kconfig | 18 and interrupts on input changes. 39 and interrupts on input changes. 51 and interrupts on input changes.
|
| /drivers/clk/sifive/ |
| D | sifive-prci.c | 310 * Context: Any context. Caller must prevent concurrent changes to the 331 * Context: Any context. Caller must prevent concurrent changes to the 353 * Context: Any context. Caller must prevent concurrent changes to the 374 * Context: Any context. Caller must prevent concurrent changes to the 395 * Context: Any context. Caller must prevent concurrent changes to the 416 * Context: Any context. Caller must prevent concurrent changes to the 437 * Context: Any context. Caller must prevent concurrent changes to the
|
| /drivers/input/joystick/ |
| D | sensehat-joystick.c | 37 unsigned long curr_states, changes; in sensehat_joystick_report() local 49 bitmap_xor(&changes, &curr_states, &sensehat_joystick->prev_states, in sensehat_joystick_report() 52 for_each_set_bit(i, &changes, ARRAY_SIZE(keymap)) in sensehat_joystick_report()
|
| /drivers/net/ethernet/intel/ice/ |
| D | ice_dcb_nl.c | 74 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_setets() 179 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_setdcbx() 275 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_setpfc() 342 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_set_pfc_cfg() 403 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_setstate() 480 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_set_pg_tc_cfg_tx() 539 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_set_pg_bwg_cfg_tx() 764 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_setapp() 880 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_delapp() 986 netdev_err(netdev, "DCB changes not allowed when in a bond\n"); in ice_dcbnl_cee_set_all() [all …]
|
| /drivers/net/wireless/ath/ath5k/ |
| D | mac80211-ops.c | 253 struct ieee80211_bss_conf *bss_conf, u64 changes) in ath5k_bss_info_changed() argument 261 if (changes & BSS_CHANGED_BSSID) { in ath5k_bss_info_changed() 268 if (changes & BSS_CHANGED_BEACON_INT) in ath5k_bss_info_changed() 271 if (changes & BSS_CHANGED_ERP_SLOT) { in ath5k_bss_info_changed() 280 if (changes & BSS_CHANGED_ASSOC) { in ath5k_bss_info_changed() 301 if (changes & BSS_CHANGED_BEACON) { in ath5k_bss_info_changed() 307 if (changes & BSS_CHANGED_BEACON_ENABLED) in ath5k_bss_info_changed() 310 if (changes & (BSS_CHANGED_BEACON | BSS_CHANGED_BEACON_ENABLED | in ath5k_bss_info_changed()
|
| /drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00mac.c | 341 * checking if diversity has been enabled or no antenna changes in rt2x00mac_config() 577 u64 changes) in rt2x00mac_bss_info_changed() argument 592 if (changes & BSS_CHANGED_BSSID) in rt2x00mac_bss_info_changed() 599 if (changes & BSS_CHANGED_BEACON_ENABLED) { in rt2x00mac_bss_info_changed() 656 if (changes & BSS_CHANGED_ASSOC) { in rt2x00mac_bss_info_changed() 669 * additional configuration steps. For all other changes we are done. in rt2x00mac_bss_info_changed() 671 if (changes & (BSS_CHANGED_ERP_CTS_PROT | BSS_CHANGED_ERP_PREAMBLE | in rt2x00mac_bss_info_changed() 674 rt2x00lib_config_erp(rt2x00dev, intf, bss_conf, changes); in rt2x00mac_bss_info_changed()
|
| /drivers/clk/rockchip/ |
| D | clk-cpu.c | 18 * The below implementation of the CPU clock allows the rate changes of the CPU 19 * clock and the corresponding rate changes of the auxillary clocks of the CPU 45 * @clk_nb: clock notifier registered for changes in clock speed of the 325 /* only allow rate changes when we have a rate table */ in rockchip_clk_register_cpuclk() 328 /* disallow automatic parent changes by ccf */ in rockchip_clk_register_cpuclk()
|
| /drivers/media/usb/gspca/ |
| D | autogain_functions.c | 12 Returns 0 if no changes were made, 1 if the gain and or exposure settings 89 80 %) and if that does not help, only then changes exposure. This leads 94 Returns 0 if no changes were made, 1 if the gain and or exposure settings
|
| /drivers/gpu/drm/xe/ |
| D | xe_guc_pc_types.h | 18 /** @flush_freq_limit: 1 when max freq changes are limited by driver */ 36 /** @freq_ready: Only handle freq changes, if they are really ready */
|
| /drivers/media/v4l2-core/ |
| D | v4l2-event.c | 342 u32 old_changes = old->u.src_change.changes; in v4l2_event_src_replace() 345 old->u.src_change.changes |= old_changes; in v4l2_event_src_replace() 351 new->u.src_change.changes |= old->u.src_change.changes; in v4l2_event_src_merge()
|
| /drivers/md/ |
| D | dm-thin-metadata.h | 82 * Commits _all_ metadata changes: device creation, deletion, mapping 88 * Discards all uncommitted changes. Rereads the superblock, rolling back 90 * dm_thin_aborted_changes() tells you if they had uncommitted changes.
|
| /drivers/media/tuners/ |
| D | qt1010_priv.h | 24 09 10 ? changes every 8/24 MHz; values 1d/1c 26 0b 41 ? changes every 2/2 MHz; values 45/45
|
| /drivers/soc/qcom/ |
| D | smsm.c | 151 u32 changes; in smsm_update_bits() local 164 changes = val ^ orig; in smsm_update_bits() 165 if (!changes) { in smsm_update_bits() 182 if (!(val & changes)) in smsm_update_bits() 246 * This un-subscribes the local CPU from interrupts upon changes to the defines 269 * This subscribes the local CPU to interrupts upon changes to the defined
|
| /drivers/net/ethernet/netronome/nfp/nfpcore/ |
| D | nfp_nsp_eth.c | 395 * nfp_eth_config_commit_end() - perform recorded configuration changes 405 * 1 - no changes were needed; 434 * 1 - no changes were needed; 473 * 1 - no changes were needed; 623 * 1 - no changes were needed; 684 * 1 - no changes were needed;
|
| /drivers/gpu/drm/i915/display/ |
| D | intel_frontbuffer.c | 30 * Many features require us to track changes to the currently active 36 * when frontbuffer rendering has stopped again to flush out all the changes 38 * frontbuffer changes (e.g. PSR, FBC, DRRS) should directly put their callbacks 47 * when the frontbuffer changes (e.g. when the hw doesn't initiate an invalidate
|
| /drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_ioctl.h | 21 short version; /* Increment for non-trivial changes */ 22 short version_min; /* Update for incompatible changes */
|
| /drivers/block/drbd/ |
| D | drbd_state.h | 11 * These macros are used to express state changes in easily readable form. 20 * to express state changes that affect more than one aspect of the state. 155 * state changes are globally serialized.
|
| /drivers/usb/host/ |
| D | ohci-hub.c | 185 /* HCFS changes sometime after INTR_RD */ in ohci_rh_resume() 346 /* Carry out polling-, autostop-, and autoresume-related state changes */ 362 /* If no status changes are pending, enable RHSC interrupts. */ in ohci_root_hub_state_changes() 416 /* If no status changes are pending, in ohci_root_hub_state_changes() 440 /* Carry out polling-related state changes. 450 /* If status changes are pending, continue polling. in ohci_root_hub_state_changes() 451 * Conversely, if no status changes are pending but the RHSC in ohci_root_hub_state_changes()
|
| /drivers/input/joystick/iforce/ |
| D | iforce-ff.c | 178 * Analyse the changes in an effect, and tell if we need to send an condition 206 * Analyse the changes in an effect, and tell if we need to send a magnitude 223 * Analyse the changes in an effect, and tell if we need to send an envelope 255 * Analyse the changes in an effect, and tell if we need to send a periodic 273 * Analyse the changes in an effect, and tell if we need to send an effect
|