Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/
Dfujitsu-laptop.c133 int flags_supported; member
277 if (!(priv->flags_supported & FLAG_LID)) in lid_show()
290 if (!(priv->flags_supported & FLAG_DOCK)) in dock_show()
303 if (!(priv->flags_supported & FLAG_RFKILL)) in radios_show()
735 if (priv->flags_supported & BIT(17)) { in acpi_fujitsu_laptop_leds_register()
804 priv->flags_supported = call_fext_func(device, FUNC_FLAGS, 0x0, 0x0, in acpi_fujitsu_laptop_add()
809 if (priv->flags_supported == UNSUPPORTED_CMD) in acpi_fujitsu_laptop_add()
810 priv->flags_supported = 0; in acpi_fujitsu_laptop_add()
812 if (priv->flags_supported) in acpi_fujitsu_laptop_add()
906 if (priv->flags_supported) in acpi_fujitsu_laptop_notify()
[all …]
/Linux-v6.6/net/xdp/
Dxsk.c1429 bool flags_supported = true; in xsk_getsockopt() local
1435 flags_supported = false; in xsk_getsockopt()
1437 if (flags_supported) { in xsk_getsockopt()