Lines Matching defs:flags_supported
133 int flags_supported;
277 if (!(priv->flags_supported & FLAG_LID))
290 if (!(priv->flags_supported & FLAG_DOCK))
303 if (!(priv->flags_supported & FLAG_RFKILL))
731 * three have slide switches), bit 17 of flags_supported (the value
735 if (priv->flags_supported & BIT(17)) {
804 priv->flags_supported = call_fext_func(device, FUNC_FLAGS, 0x0, 0x0,
809 if (priv->flags_supported == UNSUPPORTED_CMD)
810 priv->flags_supported = 0;
812 if (priv->flags_supported)
908 if (priv->flags_supported)
931 if (priv->flags_supported & (FLAG_SOFTKEYS)) {