Searched full:declared (Results 1 – 25 of 390) sorted by relevance
12345678910>>...16
/linux-6.12.1/include/trace/events/ |
D | ipi.h | 16 * It is necessary for @reason to be a static string declared with 104 * It is necessary for @reason to be a static string declared with 120 * It is necessary for @reason to be a static string declared with
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | nsarguments.c | 87 * DESCRIPTION: Check that the declared parameter count (in ASL/AML) for a 156 "ASL declared %u, ACPI requires %u", in acpi_ns_check_acpi_compliance() 164 "ASL declared %u, ACPI requires %u", in acpi_ns_check_acpi_compliance() 181 * DESCRIPTION: Check that incoming argument count matches the declared 220 * argument count declared for the method in the ASL/AML. in acpi_ns_check_argument_count()
|
/linux-6.12.1/scripts/ |
D | checkdeclares.pl | 4 # checkdeclares: find struct declared more than once 45 print "$file: struct $structname is declared more than once.\n";
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth-trace.h | 44 /* The function that assigns values to the above declared 138 /* The function that assigns values to the above declared 186 /* If only one event of a certain type needs to be declared, use TRACE_EVENT().
|
/linux-6.12.1/Documentation/devicetree/bindings/net/wireless/ |
D | microchip,wilc1000.yaml | 39 and deasserting RESET. This should be declared as an 45 connected to the RESET line. This should be declared as an
|
/linux-6.12.1/Documentation/devicetree/bindings/display/ |
D | allwinner,sun4i-a10-display-frontend.yaml | 47 # have the MBUS declared. 52 # have the MBUS declared.
|
D | allwinner,sun4i-a10-display-backend.yaml | 71 # have the MBUS declared. 76 # have the MBUS declared.
|
/linux-6.12.1/lib/test_fortify/ |
D | test_fortify.sh | 51 …# ./include/linux/fortify-string.h:316:25: error: call to '__write_overflow_field' declared with a… 53 …# ./include/linux/fortify-string.h:316:4: error: call to __write_overflow_field declared with 'war…
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | allwinner,sun4i-a10-csi.yaml | 61 # have the MBUS declared. 66 # have the MBUS declared.
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth_trace.h | 52 /* The function that assigns values to the above declared fields */ 104 /* If only one event of a certain type needs to be declared, use TRACE_EVENT().
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_rtp_helpers.h | 30 * previously declared macros __XE_RTP_PASTE_SEP_*, or declared with such
|
/linux-6.12.1/Documentation/driver-api/driver-model/ |
D | device.rst | 60 Attributes are declared using a macro called DEVICE_ATTR:: 95 above two structures can be declared using:::
|
/linux-6.12.1/fs/xfs/ |
D | xfs_drain.c | 129 * access can decide to back off if they see declared intentions. 160 /* Has anyone declared an intent to update this AG? */
|
/linux-6.12.1/Documentation/sound/soc/ |
D | dapm.rst | 189 e.g. Mixer widget (the kcontrols are declared first) 258 declared via the ``dapm_widgets`` and ``num_dapm_widgets`` fields of the 262 const struct snd_soc_dapm_route`` array and declared via the 265 With the above declared, the driver registration will take care of
|
/linux-6.12.1/lib/zstd/common/ |
D | debug.h | 28 * which is only declared if DEBUGLEVEL>=2, 78 extern int g_debuglevel; /* the variable is only declared,
|
/linux-6.12.1/Documentation/usb/ |
D | functionfs.rst | 31 (one for each declared endpoint) which handle communication on 68 The gadget is registered only after all the declared function
|
/linux-6.12.1/mm/ |
D | page_counter.c | 301 * the declared protection in memory.min and memory.low. 308 * user is allowed to overcommit the declared protection at a given 311 * they have declared and how much of it they are utilizing. 317 * 4. Conversely, when the declared protection is undercommitted at a
|
/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight-config.rst | 165 Each preset declared has a 'preset<n>' subdirectory declared. The values for 213 also declared in the perf 'cs_etm' event infrastructure so that they can
|
/linux-6.12.1/tools/include/nolibc/ |
D | nolibc.h | 10 * All syscalls are declared as static functions so that they can be optimized 37 * The errno variable is declared static and unused. This way it can be
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_self_test.c | 1699 "CCM: STORM declared message length unequal to actual", 1705 "CCM: CSDM declared message length unequal to actual", 1711 "CCM: TSEM declared message length unequal to actual", 1717 "CCM: XSEM declared message length unequal to actual", 1723 "CCM: USEM declared message length unequal to actual", 1729 "CCM: PBF declared message length unequal to actual", 1735 "TCM: STORM declared message length unequal to actual", 1741 "TCM: TSDM declared message length unequal to actual", 1747 "TCM: PRS declared message length unequal to actual", 1753 "TCM: PBF declared message length unequal to actual", [all …]
|
/linux-6.12.1/drivers/net/wireless/silabs/wfx/ |
D | Kconfig | 12 the driver won't probe the device if it is not also declared in the
|
/linux-6.12.1/Documentation/bpf/ |
D | map_cgroup_storage.rst | 26 ``struct bpf_cgroup_storage_key``, declared in ``linux/bpf.h``:: 75 Userspace accessing map declared above::
|
/linux-6.12.1/Documentation/devicetree/bindings/cpu/ |
D | cpu-topology.txt | 102 Description: must be declared within a cpu-map node, one node 120 Description: must be declared within a cpu-map node, one node 137 Description: must be declared in a cluster node, one node per core in 163 Description: must be declared in a core node, one node per thread
|
/linux-6.12.1/arch/x86/mm/ |
D | kmsan_shadow.c | 16 * arch_kmsan_get_meta_or_null() (declared in the header) maps the addresses in
|
/linux-6.12.1/Documentation/RCU/Design/Data-Structures/ |
D | Data-Structures.rst | 209 This portion of the ``rcu_state`` structure is declared as follows: 221 | tree, but they are declared as a flat array! What gives? | 268 This portion of the ``rcu_state`` structure is declared as follows: 292 This portion of the ``rcu_state`` structure is declared as follows: 329 This portion of the ``rcu_node`` structure is declared as follows: 362 This field of the ``rcu_node`` structure is declared as follows: 379 This portion of the ``rcu_node`` structure is declared as follows: 800 This portion of the ``rcu_data`` structure is declared as follows: 825 This portion of the ``rcu_data`` structure is declared as follows: 882 This portion of the ``rcu_data`` structure is declared as follows: [all …]
|
12345678910>>...16