Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dfujitsu-laptop.c141 int flags_supported; member
392 if (!(priv->flags_supported & FLAG_LID)) in lid_show()
405 if (!(priv->flags_supported & FLAG_DOCK)) in dock_show()
418 if (!(priv->flags_supported & FLAG_RFKILL)) in radios_show()
884 if (priv->flags_supported & BIT(17)) { in acpi_fujitsu_laptop_leds_register()
967 if (priv->flags_supported) in acpi_fujitsu_laptop_notify()
987 if (priv->flags_supported & (FLAG_SOFTKEYS)) { in acpi_fujitsu_laptop_notify()
1030 priv->flags_supported = call_fext_func(fext, FUNC_FLAGS, 0x0, 0x0, 0x0); in acpi_fujitsu_laptop_probe()
1034 if (priv->flags_supported == UNSUPPORTED_CMD) in acpi_fujitsu_laptop_probe()
1035 priv->flags_supported = 0; in acpi_fujitsu_laptop_probe()
[all …]
/linux/net/xdp/
H A Dxsk.c1986 bool flags_supported = true; in xsk_getsockopt() local
1992 flags_supported = false; in xsk_getsockopt()
1994 if (flags_supported) { in xsk_getsockopt()