Searched refs:changes (Results 51 - 75 of 94) sorted by relevance

1234

/linux-master/drivers/cpufreq/
H A DKconfig.x86189 Hardware feedback tells software how "sensitive" to frequency changes
/linux-master/include/uapi/linux/
H A Dvideodev2.h1172 /* Don't return the capture buffer until OUTPUT timestamp changes */
2487 __u32 changes; member in struct:v4l2_event_ctrl
2507 __u32 changes; member in struct:v4l2_event_src_change
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c928 netdev_features_t changes = features ^ dev->features; local
931 if (changes & NETIF_F_GRO_HW)
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h1234 unsigned long changes; /* BNX2X_F_UPDATE_XX bits */ member in struct:bnx2x_func_switch_update_params
H A Dbnx2x_cmn.c4924 /* Revert the requested changes in features if they
4953 netdev_features_t changes = features ^ dev->features; local
4972 /* Don't care about GRO changes */
4973 changes &= ~NETIF_F_GRO;
4975 if (changes)
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c803 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h1494 u64 changes);
/linux-master/drivers/media/platform/amphion/
H A Dvpu_v4l2.c95 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.c664 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,
/linux-master/drivers/atm/
H A Dlanai.c1078 u32 changes = new ^ lanai->status; local
1081 if (changes & flag) \
1394 * changes have arrived
/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c526 * it changes values in q_data that are not request specific
666 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,
1439 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,
/linux-master/drivers/net/wireless/admtek/
H A Dadm8211.c1314 u64 changes)
1318 if (!(changes & BSS_CHANGED_BSSID))
1311 adm8211_bss_info_changed(struct ieee80211_hw *dev, struct ieee80211_vif *vif, struct ieee80211_bss_conf *conf, u64 changes) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c2151 u32 changes = wanted_flags ^ priv->channels.params.pflags; local
2154 if (!(changes & BIT(flag)))
/linux-master/drivers/media/i2c/
H A Dadv7180.c974 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,
H A Dtvp5150.c875 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,
/linux-master/net/mac80211/
H A Dcfg.c115 /* apply all changes now - no failures allowed */
317 u32 changes)
331 if (changes & CFG80211_NAN_CONF_CHANGED_PREF)
334 if (changes & CFG80211_NAN_CONF_CHANGED_BANDS)
337 ret = drv_nan_change_conf(sdata->local, sdata, &new_conf, changes);
1823 * If there are no changes, then accept a link that exist,
2014 * all such changes are rejected by cfg80211 except for updates
3585 /* might copy -1, meaning no changes requested */
3620 /* TODO: MBSSID with MLO changes */
3863 /* changes int
314 ieee80211_nan_change_conf(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_nan_conf *conf, u32 changes) argument
[all...]
/linux-master/net/core/
H A Ddev.c46 * changes.
1306 * netdev_features_change - device changes features
1318 * netdev_state_change - device changes state
8600 /* Unicast addresses changes may only happen under the rtnl,
8724 unsigned int changes = dev->flags ^ old_flags; local
8729 if (changes & IFF_UP) {
8737 (changes & ~(IFF_UP | IFF_PROMISC | IFF_ALLMULTI | IFF_VOLATILE))) {
8742 .flags_changed = changes,
8762 unsigned int changes, old_flags = dev->flags, old_gflags = dev->gflags; local
8768 changes
[all...]
/linux-master/drivers/scsi/
H A Dhpsa.c1927 int i, entry, device_change, changes = 0; local
1970 changes++;
1974 changes++;
2009 changes++;
2015 changes++;
2050 /* Don't notify scsi mid layer of any changes the first time through
2051 * (or if there are no changes) scsi_scan_host will do it later the
2054 if (!changes)
8453 * changes (added/changed/removed logical drives, etc.) which mean that
8499 int rc = 1; /* assume there are changes */
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c1467 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION };
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c1057 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c408 .u.src_change.changes =
905 * equal to 0 as a special case and changes its value to the size
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1626 * stored in @il_priv, enabling the driver to make runtime changes based
1951 struct ieee80211_bss_conf *bss_conf, u64 changes);
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c366 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,
/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.c494 .u.src_change.changes =
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c1730 .u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,

Completed in 396 milliseconds

1234