Searched refs:flags_supported (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/platform/x86/
H A Dfujitsu-laptop.c139 int flags_supported; member in struct:fujitsu_laptop
388 if (!(priv->flags_supported & FLAG_LID))
401 if (!(priv->flags_supported & FLAG_DOCK))
414 if (!(priv->flags_supported & FLAG_RFKILL))
842 * three have slide switches), bit 17 of flags_supported (the value
846 if (priv->flags_supported & BIT(17)) {
915 priv->flags_supported = call_fext_func(device, FUNC_FLAGS, 0x0, 0x0,
920 if (priv->flags_supported == UNSUPPORTED_CMD)
921 priv->flags_supported = 0;
923 if (priv->flags_supported)
[all...]
/linux-master/net/xdp/
H A Dxsk.c1520 bool flags_supported = true; local
1526 flags_supported = false;
1528 if (flags_supported) {

Completed in 89 milliseconds