Lines Matching full:define
30 ``c-family-name`` controls the name of the ``#define`` for the family
33 ``c-version-name`` controls the name of the ``#define`` for the version
36 ``max-by-define`` selects if max values for enums are defined as a
37 ``#define`` rather than inside the enum.
45 Every constant is rendered as a ``#define``.
81 If ``max-by-define`` is set to ``true`` at the global level ``attr-max-name``
82 will be specified as a ``#define`` rather than an enum value.
93 ``cmd-cnt-name`` and ``cmd-max-name``. Max will be a define if ``max-by-define``
99 Each multicast group gets a define rendered into the kernel uAPI header.
100 The name of the define is ``$family-MCGRP-$group``, and can be overwritten
101 with the ``c-define-name`` property.