Home
last modified time | relevance | path

Searched full:flexible (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
Digc_defines.h26 #define IGC_WUFC_FLX0 BIT(16) /* Flexible Filter 0 Enable */
27 #define IGC_WUFC_FLX1 BIT(17) /* Flexible Filter 1 Enable */
28 #define IGC_WUFC_FLX2 BIT(18) /* Flexible Filter 2 Enable */
29 #define IGC_WUFC_FLX3 BIT(19) /* Flexible Filter 3 Enable */
30 #define IGC_WUFC_FLX4 BIT(20) /* Flexible Filter 4 Enable */
31 #define IGC_WUFC_FLX5 BIT(21) /* Flexible Filter 5 Enable */
32 #define IGC_WUFC_FLX6 BIT(22) /* Flexible Filter 6 Enable */
33 #define IGC_WUFC_FLX7 BIT(23) /* Flexible Filter 7 Enable */
61 #define IGC_WUFC_EXT_FLX8 BIT(8) /* Flexible Filter 8 Enable */
62 #define IGC_WUFC_EXT_FLX9 BIT(9) /* Flexible Filter 9 Enable */
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dmax77620.txt29 Flexible power sequence configurations:
31 The Flexible Power Sequencer (FPS) allows each regulator to power up under
39 The flexible sequencing structure consists of two hardware enable inputs
46 Each regulator, GPIO1, GPIO2, GPIO3, and 32KHz clock has a flexible power
48 a flexible power sequencer timer or a software bit. When a FPS source of
49 regulators, GPIOs and clocks specifies the enable source to be a flexible
51 the regulators, GPIOs and clocks flexible power sequencer configuration
56 corresponds to its flexible sequencer configuration register.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/
Dmax77620.txt29 Flexible power sequence configurations:
31 The Flexible Power Sequencer (FPS) allows each regulator to power up under
39 The flexible sequencing structure consists of two hardware enable inputs
46 Each regulator, GPIO1, GPIO2, GPIO3, and 32KHz clock has a flexible power
48 a flexible power sequencer timer or a software bit. When a FPS source of
49 regulators, GPIOs and clocks specifies the enable source to be a flexible
51 the regulators, GPIOs and clocks flexible power sequencer configuration
56 corresponds to its flexible sequencer configuration register.
/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dstddef.h40 * __DECLARE_FLEX_ARRAY() - Declare a flexible array usable in a union
42 * @TYPE: The type of each flexible array element
43 * @NAME: The name of the flexible array member
45 * In order to have a flexible array member in a union or alone in a
/kernel/linux/linux-5.10/include/uapi/linux/
Dstddef.h38 * __DECLARE_FLEX_ARRAY() - Declare a flexible array usable in a union
40 * @TYPE: The type of each flexible array element
41 * @NAME: The name of the flexible array member
43 * In order to have a flexible array member in a union or alone in a
/kernel/linux/linux-5.10/kernel/events/
Dhw_breakpoint.c46 unsigned int flexible; /* XXX: placeholder, see fetch_this_slot() */ member
65 unsigned int flexible; member
152 nr = info->flexible; in fetch_bp_busy_slots()
153 if (nr > slots->flexible) in fetch_bp_busy_slots()
154 slots->flexible = nr; in fetch_bp_busy_slots()
159 * For now, continue to consider flexible as pinned, until we can
160 * ensure no flexible event can ever be scheduled before a pinned event
243 * (per_cpu(info->flexible, cpu) || (per_cpu(info->cpu_pinned, cpu)
254 * (per_cpu(info->flexible, *) || (max(per_cpu(info->cpu_pinned, *))
266 * ((per_cpu(info->flexible, cpu) > 1) + per_cpu(info->cpu_pinned, cpu)
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dstddef.h45 * __DECLARE_FLEX_ARRAY() - Declare a flexible array usable in a union
47 * @TYPE: The type of each flexible array element
48 * @NAME: The name of the flexible array member
50 * In order to have a flexible array member in a union or alone in a
/kernel/linux/linux-6.6/include/linux/
Dstddef.h84 * DECLARE_FLEX_ARRAY() - Declare a flexible array usable in a union
86 * @TYPE: The type of each flexible array element
87 * @NAME: The name of the flexible array member
89 * In order to have a flexible array member in a union or alone in a
Doverflow.h266 * flex_array_size() - Calculate size of a flexible array member
269 * @member: Name of the flexible array member.
272 * Calculates size of a flexible array of @count number of @member
283 * struct_size() - Calculate size of structure with trailing flexible array.
299 * struct_size_t() - Calculate size of structure with trailing flexible array
/kernel/linux/linux-5.10/include/linux/
Dstddef.h88 * DECLARE_FLEX_ARRAY() - Declare a flexible array usable in a union
90 * @TYPE: The type of each flexible array element
91 * @NAME: The name of the flexible array member
93 * In order to have a flexible array member in a union or alone in a
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Dflexible_array.cocci5 /// Flexible-array members should be used instead.
80 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
87 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
/kernel/linux/linux-6.6/scripts/coccinelle/misc/
Dflexible_array.cocci5 /// Flexible-array members should be used instead.
99 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
106 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
/kernel/linux/linux-6.6/Documentation/process/
Ddeprecated.rst94 array usage and switch to a `flexible array member
241 should always use `"flexible array members" <https://en.wikipedia.org/wiki/Flexible_array_member>`_
269 C99 introduced "flexible array members", which lacks a numeric size for
279 flexible array does not occur last in the structure, which helps to prevent
308 Instead, `flexible array members have incomplete type, and so the sizeof()
335 to implement this is through the use of a `flexible array member`, together with
352 use in UAPI headers.) Those cases are when the flexible array is either
/kernel/linux/linux-5.10/Documentation/process/
Ddeprecated.rst90 array usage and switch to a `flexible array member
221 should always use `"flexible array members" <https://en.wikipedia.org/wiki/Flexible_array_member>`_
249 C99 introduced "flexible array members", which lacks a numeric size for
259 flexible array does not occur last in the structure, which helps to prevent
288 Instead, `flexible array members have incomplete type, and so the sizeof()
315 to implement this is through the use of a `flexible array member`, together with
/kernel/linux/linux-6.6/Documentation/sound/soc/
Ddai.rst28 left/right clock (LRC) synchronise the link. I2S is flexible in that either the
51 flexible protocol. It has bit clock (BCLK) and sync (SYNC) lines that are used
/kernel/linux/linux-5.10/Documentation/sound/soc/
Ddai.rst28 left/right clock (LRC) synchronise the link. I2S is flexible in that either the
51 flexible protocol. It has bit clock (BCLK) and sync (SYNC) lines that are used
/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/
Des58x_fd.h98 * @data_bittiming: Bittiming for flexible data-rate transmission.
188 * has a flexible size.
191 * flexible size.
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_mr_tcam.c305 /* Create the flexible action block */ in mlxsw_sp_mr_tcam_route_create()
377 /* Create a new flexible action block */ in mlxsw_sp_mr_tcam_route_action_update()
409 /* Create a new flexible action block */ in mlxsw_sp_mr_tcam_route_min_mtu_update()
489 /* Create the flexible action block pointing to the new erif_list */ in mlxsw_sp_mr_tcam_route_erif_del()
535 /* Create the flexible action block pointing to the new erif_list */ in mlxsw_sp_mr_tcam_route_update()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_mr_tcam.c305 /* Create the flexible action block */ in mlxsw_sp_mr_tcam_route_create()
377 /* Create a new flexible action block */ in mlxsw_sp_mr_tcam_route_action_update()
409 /* Create a new flexible action block */ in mlxsw_sp_mr_tcam_route_min_mtu_update()
489 /* Create the flexible action block pointing to the new erif_list */ in mlxsw_sp_mr_tcam_route_erif_del()
535 /* Create the flexible action block pointing to the new erif_list */ in mlxsw_sp_mr_tcam_route_update()
/kernel/linux/linux-6.6/kernel/events/
Dhw_breakpoint.c529 * Note: Flexible breakpoints are currently unimplemented, but outlined in the
530 * below algorithm for completeness. The implementation treats flexible as
531 * pinned due to no guarantee that we currently always schedule flexible events
538 * (per_cpu(info->flexible, cpu) || (per_cpu(info->cpu_pinned, cpu)
549 * (per_cpu(info->flexible, *) || (max(per_cpu(info->cpu_pinned, *))
561 * ((per_cpu(info->flexible, cpu) > 1) + per_cpu(info->cpu_pinned, cpu)
564 * -> Same checks as before. But now the info->flexible, if any, must keep
569 * ((per_cpu(info->flexible, *) > 1) + max(per_cpu(info->cpu_pinned, *))
/kernel/linux/linux-5.10/crypto/
Dcrc32c_generic.c23 * flexible and useful for all users. Modules that currently have their
68 * Setting the seed allows arbitrary accumulators and flexible XOR policy
/kernel/linux/linux-6.6/crypto/
Dcrc32c_generic.c23 * flexible and useful for all users. Modules that currently have their
68 * Setting the seed allows arbitrary accumulators and flexible XOR policy
/kernel/linux/linux-6.6/Documentation/powerpc/
Dassociativity.rst50 thereby making the node distance computation flexible. Form 2 also allows flexible primary
/kernel/linux/linux-5.10/Documentation/powerpc/
Dassociativity.rst50 thereby making the node distance computation flexible. Form 2 also allows flexible primary
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
De1000_hw.h737 /* Flexible Filter Length Table Entry */
739 volatile u32 length; /* Flexible Filter Length (RW) */
743 /* Flexible Filter Mask Table Entry */
745 volatile u32 mask; /* Flexible Filter Mask (RW) */
749 /* Flexible Filter Value Table Entry */
751 volatile u32 value; /* Flexible Filter Value (RW) */
755 /* Four Flexible Filters are supported */
758 /* Each Flexible Filter is at most 128 (0x80) bytes in length */
998 #define E1000_FFLT 0x05F00 /* Flexible Filter Length Table - RW Array */
1000 #define E1000_FFMT 0x09000 /* Flexible Filter Mask Table - RW Array */
[all …]

12345678910>>...21