/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_defines.h | 26 #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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A 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.
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | stddef.h | 40 * __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
|
/openbmc/qemu/linux-headers/linux/ |
H A 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
|
/openbmc/linux/include/uapi/linux/ |
H A D | stddef.h | 45 * __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
|
/openbmc/linux/include/linux/ |
H A 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
|
H A D | overflow.h | 266 * 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
|
/openbmc/qemu/docs/system/devices/ |
H A D | nvme.rst | 222 Flexible Data Placement 225 The device may be configured to support TP4146 ("Flexible Data Placement") by 230 The subsystem emulates a single Endurance Group, on which Flexible Data 233 the controller if the subsystems is configured for Flexible Data Placement. 235 Enabling Flexible Data Placement on the subsyste enables the following 308 Indicates the total number of flexible queue resources assignable to all 313 Indicates the total number of flexible interrupt resources assignable to 339 * unbind flexible resources from the primary controller 359 * assign the flexible resources to the VF and set it ONLINE
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A 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…
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | 0003-Update-usage-of-usbdevfs_urb-to-match-new-kernel-UAP.patch | 9 …d by commit 94dfc73e7cf4 ("treewide: uapi: Replace zero-length arrays with flexible-array members") 10 where zero-length array iso_frame_desc in struct usbdevfs_urb was replaced with a proper flexible-a… 15 /usr/include/linux/usbdevice_fs.h:134:41: error: flexible array member ‘usbdevfs_urb::iso_frame_des… 25 Fix it by using pointers to a struct with flexible-array members.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4cpp/files/ |
H A D | fix-pc.patch | 10 -AC_CONFIG_PKGCONFIG_IN([log4cpp], [C++ library for flexible logging, modeled after Log4j]) 18 Description: C++ library for flexible logging, modeled after Log4j
|
/openbmc/linux/Documentation/process/ |
H A 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
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/ |
H A D | libtest-deep-perl_1.204.bb | 1 SUMMARY = "Test::Deep - Extremely flexible deep comparison" 6 Test::Deep gives you very flexible ways to check that the result you got is \
|
/openbmc/linux/Documentation/sound/soc/ |
H A 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
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 137 - [ ] My new public `struct` definitions do _not_ define a flexible array 140 - [ ] It's contained in an `#ifndef __cplusplus` macro guard, as flexible 148 - Note: Any array defined with length 1 is _not_ a flexible array, and any 152 - [ ] I've annotated the flexible array member with `LIBPLDM_CC_COUNTED_BY()`
|
/openbmc/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_fd.h | 98 * @data_bittiming: Bittiming for flexible data-rate transmission. 188 * has a flexible size. 191 * flexible size.
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A 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()
|
/openbmc/linux/kernel/events/ |
H A 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, *))
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.h | 649 /* Flexible Filter Length Table Entry */ 651 volatile uint32_t length; /* Flexible Filter Length (RW) */ 655 /* Flexible Filter Mask Table Entry */ 657 volatile uint32_t mask; /* Flexible Filter Mask (RW) */ 661 /* Flexible Filter Value Table Entry */ 663 volatile uint32_t value; /* Flexible Filter Value (RW) */ 667 /* Four Flexible Filters are supported */ 670 /* Each Flexible Filter is at most 128 (0x80) bytes in length */ 841 #define E1000_FFLT 0x05F00 /* Flexible Filter Length Table - RW Array */ 842 #define E1000_FFMT 0x09000 /* Flexible Filter Mask Table - RW Array */ [all …]
|
/openbmc/linux/crypto/ |
H A 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
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-flask-uploads_0.2.1.bb | 1 DESCRIPTION = "Flexible and efficient upload handling for Flask"
|
H A D | python3-natsort_8.4.0.bb | 1 SUMMARY = "Simple yet flexible natural sorting in Python."
|
H A D | python3-pyexpect_1.0.22.bb | 2 DESCRIPTION = "Minimal but very flexible implementation of the expect pattern"
|
/openbmc/linux/Documentation/powerpc/ |
H A D | associativity.rst | 50 thereby making the node distance computation flexible. Form 2 also allows flexible primary
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A 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 …]
|