Searched full:flexible (Results 1 – 25 of 328) sorted by relevance
12345678910>>...14
/linux-6.12.1/drivers/net/ethernet/intel/igc/ |
D | igc_defines.h | 28 #define IGC_WUFC_FLX0 BIT(16) /* Flexible Filter 0 Enable */ 29 #define IGC_WUFC_FLX1 BIT(17) /* Flexible Filter 1 Enable */ 30 #define IGC_WUFC_FLX2 BIT(18) /* Flexible Filter 2 Enable */ 31 #define IGC_WUFC_FLX3 BIT(19) /* Flexible Filter 3 Enable */ 32 #define IGC_WUFC_FLX4 BIT(20) /* Flexible Filter 4 Enable */ 33 #define IGC_WUFC_FLX5 BIT(21) /* Flexible Filter 5 Enable */ 34 #define IGC_WUFC_FLX6 BIT(22) /* Flexible Filter 6 Enable */ 35 #define IGC_WUFC_FLX7 BIT(23) /* Flexible Filter 7 Enable */ 63 #define IGC_WUFC_EXT_FLX8 BIT(8) /* Flexible Filter 8 Enable */ 64 #define IGC_WUFC_EXT_FLX9 BIT(9) /* Flexible Filter 9 Enable */ [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | max77620.txt | 29 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.
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | stddef.h | 33 * __DECLARE_FLEX_ARRAY() - Declare a flexible array usable in a union 35 * @TYPE: The type of each flexible array element 36 * @NAME: The name of the flexible array member 38 * In order to have a flexible array member in a union or alone in a
|
/linux-6.12.1/include/uapi/linux/ |
D | stddef.h | 38 * __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
|
/linux-6.12.1/include/linux/ |
D | stddef.h | 84 * 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
|
D | overflow.h | 343 * flex_array_size() - Calculate size of a flexible array member 346 * @member: Name of the flexible array member. 349 * Calculates size of a flexible array of @count number of @member 360 * struct_size() - Calculate size of structure with trailing flexible array. 376 * struct_size_t() - Calculate size of structure with trailing flexible array 412 * flexible array member, when it does not have a __counted_by annotation. 420 * flexible array member. 428 * flexible array member. 437 * flexible array member.
|
/linux-6.12.1/scripts/coccinelle/misc/ |
D | flexible_array.cocci | 5 /// 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…
|
/linux-6.12.1/Documentation/process/ |
D | deprecated.rst | 94 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
|
/linux-6.12.1/drivers/net/ethernet/cisco/enic/ |
D | vnic_vic.c | 53 /* Flexible array of flexible arrays */); in vic_provinfo_add_tlv()
|
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | virtchnl2_lan_desc.h | 328 * @flexi_flags2: Flexible flags section 2. 333 * @flex_ts: Timestamp and flexible flow id union. 381 * @fflags1: Flexible flags section 1. 390 * @ff2_mirrid_hash2.fflags2: Flexible flags section 2. 395 * @fmd4: Flexible metadata container 4. 397 * @fmd6: Flexible metadata container 6.
|
/linux-6.12.1/Documentation/sound/soc/ |
D | dai.rst | 28 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
|
/linux-6.12.1/drivers/net/can/usb/etas_es58x/ |
D | es58x_fd.h | 98 * @data_bittiming: Bittiming for flexible data-rate transmission. 188 * has a flexible size. 191 * flexible size.
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_mr_tcam.c | 305 /* 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()
|
/linux-6.12.1/kernel/events/ |
D | hw_breakpoint.c | 529 * 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, *))
|
/linux-6.12.1/crypto/ |
D | crc32c_generic.c | 23 * flexible and useful for all users. Modules that currently have their 68 * Setting the seed allows arbitrary accumulators and flexible XOR policy
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 734 /* Flexible Filter Length Table Entry */ 736 volatile u32 length; /* Flexible Filter Length (RW) */ 740 /* Flexible Filter Mask Table Entry */ 742 volatile u32 mask; /* Flexible Filter Mask (RW) */ 746 /* Flexible Filter Value Table Entry */ 748 volatile u32 value; /* Flexible Filter Value (RW) */ 752 /* Four Flexible Filters are supported */ 755 /* Each Flexible Filter is at most 128 (0x80) bytes in length */ 995 #define E1000_FFLT 0x05F00 /* Flexible Filter Length Table - RW Array */ 997 #define E1000_FFMT 0x09000 /* Flexible Filter Mask Table - RW Array */ [all …]
|
/linux-6.12.1/Documentation/translations/it_IT/process/ |
D | deprecated.rst | 104 `flexible array member <#zero-length-and-one-element-arrays>`_. 267 casi il codice del kernel dovrebbe usare sempre i `"flexible array 300 Lo standard C99 introduce i "flexible array members". Questi array non 340 Invece, `i flexible array members hanno un tipo incompleto, e quindi 371 propenso agli errori è quello di usare i `flexible array member`, in
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | associativity.rst | 50 thereby making the node distance computation flexible. Form 2 also allows flexible primary
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | i40e.rst | 130 - Supports multiple parameters for flexible flow classification and load 140 user-defined flexible two-byte pattern and offset by using the ethtool user-def 142 flexible filters. For a given flow type, you must clear all Intel Ethernet Flow 238 This flexible data is specified using the "user-def" field of the ethtool 244 | offset into packet payload | 2 bytes of flexible data | 270 from the payload. The offset must be even because the flexible data is 2 bytes 273 The user-defined flexible offset is also considered part of the input set and 275 the flexible data is not part of the input set and multiple filters may use the
|
/linux-6.12.1/Documentation/security/ |
D | lsm.rst | 18 SELinux is an implementation of flexible and fine-grained 21 projects (e.g. RSBAC, Medusa) have also developed flexible access
|
/linux-6.12.1/include/sound/ |
D | tas2781-tlv.h | 8 // The TAS2781 driver implements a flexible and configurable
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 62 Flexible Block Groups 65 Starting in ext4, there is a new feature called flexible block groups
|
/linux-6.12.1/Documentation/userspace-api/media/rc/ |
D | rc-intro.rst | 18 However, remove controllers are more flexible than a normal input
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | perf_event_fsl_emb.h | 31 * This isn't a very flexible method of expressing constraints,
|
/linux-6.12.1/include/linux/input/ |
D | ad714x.h | 5 * AD714x is very flexible, it can be used as buttons, scrollwheel,
|
12345678910>>...14