gflags 714 arch/arm/mach-pxa/hx4700.c .gflags = bq24022_gpiod_gflags, gflags 657 arch/arm/mach-pxa/magician.c .gflags = bq24022_gpiod_gflags, gflags 324 drivers/i2c/busses/i2c-gpio.c enum gpiod_flags gflags) gflags 329 drivers/i2c/busses/i2c-gpio.c retdesc = devm_gpiod_get(dev, con_id, gflags); gflags 335 drivers/i2c/busses/i2c-gpio.c retdesc = devm_gpiod_get_index(dev, NULL, index, gflags); gflags 365 drivers/i2c/busses/i2c-gpio.c enum gpiod_flags gflags; gflags 396 drivers/i2c/busses/i2c-gpio.c gflags = GPIOD_OUT_HIGH; gflags 398 drivers/i2c/busses/i2c-gpio.c gflags = GPIOD_OUT_HIGH_OPEN_DRAIN; gflags 399 drivers/i2c/busses/i2c-gpio.c priv->sda = i2c_gpio_get_desc(dev, "sda", 0, gflags); gflags 404 drivers/i2c/busses/i2c-gpio.c gflags = GPIOD_OUT_HIGH; gflags 406 drivers/i2c/busses/i2c-gpio.c gflags = GPIOD_OUT_HIGH_OPEN_DRAIN; gflags 407 drivers/i2c/busses/i2c-gpio.c priv->scl = i2c_gpio_get_desc(dev, "scl", 1, gflags); gflags 149 drivers/regulator/fixed.c enum gpiod_flags gflags; gflags 214 drivers/regulator/fixed.c gflags = GPIOD_OUT_HIGH; gflags 216 drivers/regulator/fixed.c gflags = GPIOD_OUT_LOW; gflags 229 drivers/regulator/fixed.c gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE; gflags 235 drivers/regulator/fixed.c cfg.ena_gpiod = gpiod_get_optional(&pdev->dev, NULL, gflags); gflags 159 drivers/regulator/gpio-regulator.c config->gflags = devm_kzalloc(dev, gflags 163 drivers/regulator/gpio-regulator.c if (!config->gflags) gflags 174 drivers/regulator/gpio-regulator.c config->gflags[i] = GPIOD_OUT_HIGH; gflags 176 drivers/regulator/gpio-regulator.c config->gflags[i] = gflags 232 drivers/regulator/gpio-regulator.c enum gpiod_flags gflags; gflags 261 drivers/regulator/gpio-regulator.c config->gflags[i]); gflags 302 drivers/regulator/gpio-regulator.c if (config->gflags[ptr] == GPIOD_OUT_HIGH) gflags 317 drivers/regulator/gpio-regulator.c gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE; gflags 319 drivers/regulator/gpio-regulator.c gflags = GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE; gflags 321 drivers/regulator/gpio-regulator.c cfg.ena_gpiod = gpiod_get_optional(dev, "enable", gflags); gflags 183 drivers/regulator/max8952.c enum gpiod_flags gflags; gflags 212 drivers/regulator/max8952.c gflags = GPIOD_OUT_HIGH; gflags 214 drivers/regulator/max8952.c gflags = GPIOD_OUT_LOW; gflags 215 drivers/regulator/max8952.c gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE; gflags 222 drivers/regulator/max8952.c gflags); gflags 239 drivers/regulator/max8952.c gflags = max8952->vid0 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; gflags 242 drivers/regulator/max8952.c 0, gflags); gflags 245 drivers/regulator/max8952.c gflags = max8952->vid1 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; gflags 248 drivers/regulator/max8952.c 1, gflags); gflags 636 drivers/regulator/max8973-regulator.c enum gpiod_flags gflags; gflags 758 drivers/regulator/max8973-regulator.c gflags = GPIOD_OUT_HIGH; gflags 760 drivers/regulator/max8973-regulator.c gflags = GPIOD_OUT_LOW; gflags 761 drivers/regulator/max8973-regulator.c gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE; gflags 764 drivers/regulator/max8973-regulator.c gflags); gflags 203 drivers/regulator/slg51000-regulator.c enum gpiod_flags gflags = GPIOD_OUT_LOW | GPIOD_FLAGS_BIT_NONEXCLUSIVE; gflags 207 drivers/regulator/slg51000-regulator.c gflags, "gpio-en-ldo"); gflags 360 drivers/regulator/tps65090-regulator.c enum gpiod_flags gflags; gflags 364 drivers/regulator/tps65090-regulator.c gflags = GPIOD_OUT_HIGH; gflags 366 drivers/regulator/tps65090-regulator.c gflags = GPIOD_OUT_LOW; gflags 367 drivers/regulator/tps65090-regulator.c gflags |= GPIOD_FLAGS_BIT_NONEXCLUSIVE; gflags 372 drivers/regulator/tps65090-regulator.c gflags, gflags 1012 drivers/scsi/snic/snic_scsi.c unsigned long flags, gflags; gflags 1099 drivers/scsi/snic/snic_scsi.c spin_lock_irqsave(&snic->snic_lock, gflags); gflags 1102 drivers/scsi/snic/snic_scsi.c spin_unlock_irqrestore(&snic->snic_lock, gflags); gflags 76 drivers/w1/masters/w1-gpio.c enum gpiod_flags gflags = GPIOD_OUT_LOW_OPEN_DRAIN; gflags 91 drivers/w1/masters/w1-gpio.c gflags = GPIOD_OUT_LOW; gflags 109 drivers/w1/masters/w1-gpio.c pdata->gpiod = devm_gpiod_get_index(dev, NULL, 0, gflags); gflags 134 drivers/w1/masters/w1-gpio.c if (gflags == GPIOD_OUT_LOW_OPEN_DRAIN) gflags 111 drivers/watchdog/gpio_wdt.c enum gpiod_flags gflags; gflags 127 drivers/watchdog/gpio_wdt.c gflags = GPIOD_IN; gflags 130 drivers/watchdog/gpio_wdt.c gflags = GPIOD_OUT_LOW; gflags 135 drivers/watchdog/gpio_wdt.c priv->gpiod = devm_gpiod_get(dev, NULL, gflags); gflags 150 drivers/watchdog/mena21_wdt.c enum gpiod_flags gflags; gflags 153 drivers/watchdog/mena21_wdt.c gflags = GPIOD_ASIS; gflags 155 drivers/watchdog/mena21_wdt.c gflags = GPIOD_IN; gflags 156 drivers/watchdog/mena21_wdt.c drv->gpios[i] = devm_gpiod_get_index(dev, NULL, i, gflags); gflags 1829 fs/gfs2/glock.c const unsigned long *gflags = &gl->gl_flags; gflags 1832 fs/gfs2/glock.c if (test_bit(GLF_LOCK, gflags)) gflags 1834 fs/gfs2/glock.c if (test_bit(GLF_DEMOTE, gflags)) gflags 1836 fs/gfs2/glock.c if (test_bit(GLF_PENDING_DEMOTE, gflags)) gflags 1838 fs/gfs2/glock.c if (test_bit(GLF_DEMOTE_IN_PROGRESS, gflags)) gflags 1840 fs/gfs2/glock.c if (test_bit(GLF_DIRTY, gflags)) gflags 1842 fs/gfs2/glock.c if (test_bit(GLF_LFLUSH, gflags)) gflags 1844 fs/gfs2/glock.c if (test_bit(GLF_INVALIDATE_IN_PROGRESS, gflags)) gflags 1846 fs/gfs2/glock.c if (test_bit(GLF_REPLY_PENDING, gflags)) gflags 1848 fs/gfs2/glock.c if (test_bit(GLF_INITIAL, gflags)) gflags 1850 fs/gfs2/glock.c if (test_bit(GLF_FROZEN, gflags)) gflags 1852 fs/gfs2/glock.c if (test_bit(GLF_QUEUED, gflags)) gflags 1854 fs/gfs2/glock.c if (test_bit(GLF_LRU, gflags)) gflags 1858 fs/gfs2/glock.c if (test_bit(GLF_BLOCKING, gflags)) gflags 1863 include/linux/netdevice.h unsigned short gflags; gflags 69 include/linux/regulator/gpio-regulator.h enum gpiod_flags *gflags; gflags 7720 net/core/dev.c unsigned int old_flags = dev->flags, old_gflags = dev->gflags; gflags 7745 net/core/dev.c dev->gflags ^ old_gflags); gflags 7825 net/core/dev.c (dev->gflags & (IFF_PROMISC | gflags 7882 net/core/dev.c if ((flags ^ dev->gflags) & IFF_PROMISC) { gflags 7886 net/core/dev.c dev->gflags ^= IFF_PROMISC; gflags 7897 net/core/dev.c if ((flags ^ dev->gflags) & IFF_ALLMULTI) { gflags 7900 net/core/dev.c dev->gflags ^= IFF_ALLMULTI; gflags 7948 net/core/dev.c unsigned int changes, old_flags = dev->flags, old_gflags = dev->gflags; gflags 7954 net/core/dev.c changes = (old_flags ^ dev->flags) | (old_gflags ^ dev->gflags); gflags 855 net/core/rtnetlink.c (dev->gflags & (IFF_PROMISC | IFF_ALLMULTI)); gflags 1450 net/mac80211/rc80211_minstrel_ht.c u32 gflags = minstrel_mcs_groups[i].flags; gflags 1459 net/mac80211/rc80211_minstrel_ht.c if (gflags & IEEE80211_TX_RC_SHORT_GI) { gflags 1460 net/mac80211/rc80211_minstrel_ht.c if (gflags & IEEE80211_TX_RC_40_MHZ_WIDTH) { gflags 1469 net/mac80211/rc80211_minstrel_ht.c if (gflags & IEEE80211_TX_RC_40_MHZ_WIDTH && gflags 1480 net/mac80211/rc80211_minstrel_ht.c if (gflags & IEEE80211_TX_RC_MCS) { gflags 1492 net/mac80211/rc80211_minstrel_ht.c WARN_ON(!(gflags & IEEE80211_TX_RC_VHT_MCS)) || gflags 1493 net/mac80211/rc80211_minstrel_ht.c WARN_ON(gflags & IEEE80211_TX_RC_160_MHZ_WIDTH)) gflags 1496 net/mac80211/rc80211_minstrel_ht.c if (gflags & IEEE80211_TX_RC_80_MHZ_WIDTH) { gflags 1498 net/mac80211/rc80211_minstrel_ht.c ((gflags & IEEE80211_TX_RC_SHORT_GI) && gflags 1504 net/mac80211/rc80211_minstrel_ht.c if (gflags & IEEE80211_TX_RC_40_MHZ_WIDTH) gflags 1506 net/mac80211/rc80211_minstrel_ht.c else if (gflags & IEEE80211_TX_RC_80_MHZ_WIDTH) gflags 38 net/mac80211/rc80211_minstrel_ht_debugfs.c u32 gflags; gflags 44 net/mac80211/rc80211_minstrel_ht_debugfs.c gflags = mg->flags; gflags 46 net/mac80211/rc80211_minstrel_ht_debugfs.c if (gflags & IEEE80211_TX_RC_40_MHZ_WIDTH) gflags 48 net/mac80211/rc80211_minstrel_ht_debugfs.c else if (gflags & IEEE80211_TX_RC_80_MHZ_WIDTH) gflags 50 net/mac80211/rc80211_minstrel_ht_debugfs.c if (gflags & IEEE80211_TX_RC_SHORT_GI) gflags 62 net/mac80211/rc80211_minstrel_ht_debugfs.c if (gflags & IEEE80211_TX_RC_MCS) { gflags 66 net/mac80211/rc80211_minstrel_ht_debugfs.c } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { gflags 82 net/mac80211/rc80211_minstrel_ht_debugfs.c if (gflags & IEEE80211_TX_RC_MCS) { gflags 84 net/mac80211/rc80211_minstrel_ht_debugfs.c } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { gflags 185 net/mac80211/rc80211_minstrel_ht_debugfs.c u32 gflags; gflags 191 net/mac80211/rc80211_minstrel_ht_debugfs.c gflags = mg->flags; gflags 193 net/mac80211/rc80211_minstrel_ht_debugfs.c if (gflags & IEEE80211_TX_RC_40_MHZ_WIDTH) gflags 195 net/mac80211/rc80211_minstrel_ht_debugfs.c else if (gflags & IEEE80211_TX_RC_80_MHZ_WIDTH) gflags 197 net/mac80211/rc80211_minstrel_ht_debugfs.c if (gflags & IEEE80211_TX_RC_SHORT_GI) gflags 209 net/mac80211/rc80211_minstrel_ht_debugfs.c if (gflags & IEEE80211_TX_RC_MCS) { gflags 213 net/mac80211/rc80211_minstrel_ht_debugfs.c } else if (gflags & IEEE80211_TX_RC_VHT_MCS) { gflags 229 net/mac80211/rc80211_minstrel_ht_debugfs.c if (gflags & IEEE80211_TX_RC_MCS) { gflags 231 net/mac80211/rc80211_minstrel_ht_debugfs.c } else if (gflags & IEEE80211_TX_RC_VHT_MCS) {