| /kernel/linux/linux-5.10/drivers/i2c/algos/ |
| D | i2c-algo-bit.c | 344 bit_dbg(3, &i2c_adap->dev, "emitting stop condition\n"); in try_address() 348 bit_dbg(3, &i2c_adap->dev, "emitting start condition\n"); in try_address() 508 "emitting repeated start condition\n"); in bit_doAddress() 545 bit_dbg(3, &i2c_adap->dev, "emitting start condition\n"); in bit_xfer() 554 "emitting enforced stop/start condition\n"); in bit_xfer() 559 "emitting repeated start condition\n"); in bit_xfer() 598 bit_dbg(3, &i2c_adap->dev, "emitting stop condition\n"); in bit_xfer()
|
| /kernel/linux/linux-6.6/drivers/i2c/algos/ |
| D | i2c-algo-bit.c | 329 bit_dbg(3, &i2c_adap->dev, "emitting stop condition\n"); in try_address() 333 bit_dbg(3, &i2c_adap->dev, "emitting start condition\n"); in try_address() 497 "emitting repeated start condition\n"); in bit_doAddress() 534 bit_dbg(3, &i2c_adap->dev, "emitting start condition\n"); in bit_xfer() 543 "emitting enforced stop/start condition\n"); in bit_xfer() 548 "emitting repeated start condition\n"); in bit_xfer() 587 bit_dbg(3, &i2c_adap->dev, "emitting stop condition\n"); in bit_xfer()
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| D | btf_dump.c | 38 EMITTING, enumerator 46 /* emitting state used to determine the need for forward declaration */ 360 * Determine order of emitting dependent types and specified type to satisfy 631 * by btf_dump_emit_type() itself, but all nitty-gritty details of emitting type 637 * we reference it from inside and thus can avoid emitting unnecessary forward 658 if (tstate->emit_state == EMITTING) { in btf_dump_emit_type() 728 tstate->emit_state = EMITTING; in btf_dump_emit_type() 745 tstate->emit_state = EMITTING; in btf_dump_emit_type() 747 * is anonymous, then in C we'll be emitting all fields and in btf_dump_emit_type() 1069 * Old GCC versions are emitting invalid typedef for __gnuc_va_list in btf_dump_emit_typedef_def() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/ |
| D | changesets.rst | 15 at once before emitting OF_RECONFIG notifiers. This is so that the
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| D | insn.h | 8 * Avoid a literal load by emitting a sequence of ADD/LDR instructions with the
|
| D | assembler.h | 620 * emitting into a .arm or a .thumb section. The size of the add opcode 621 * above will be 2 bytes when emitting in Thumb mode and 4 bytes when 622 * emitting in ARM mode, so let's use this to account for the bias. 685 * Avoid a literal load, by emitting a sequence of ADD/LDR instructions
|
| /kernel/linux/linux-6.6/Documentation/devicetree/ |
| D | changesets.rst | 15 at once before emitting OF_RECONFIG notifiers. This is so that the
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | assembler.h | 525 * emitting into a .arm or a .thumb section. The size of the add opcode 526 * above will be 2 bytes when emitting in Thumb mode and 4 bytes when 527 * emitting in ARM mode, so let's use this to account for the bias.
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| D | image.h | 19 * the linker to endian-swap certain values before emitting them.
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/ |
| D | image.h | 19 * the linker to endian-swap certain values before emitting them.
|
| /kernel/linux/linux-5.10/drivers/of/ |
| D | dynamic.c | 727 pr_debug("changeset: emitting notifiers.\n"); in __of_changeset_apply_notify() 729 /* drop the global lock while emitting notifiers */ in __of_changeset_apply_notify() 828 pr_debug("changeset: emitting notifiers.\n"); in __of_changeset_revert_notify() 830 /* drop the global lock while emitting notifiers */ in __of_changeset_revert_notify()
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| D | btf_dump.c | 41 EMITTING, enumerator 49 /* emitting state used to determine the need for forward declaration */ 399 * Determine order of emitting dependent types and specified type to satisfy 674 * by btf_dump_emit_type() itself, but all nitty-gritty details of emitting type 680 * we reference it from inside and thus can avoid emitting unnecessary forward 701 if (tstate->emit_state == EMITTING) { in btf_dump_emit_type() 773 tstate->emit_state = EMITTING; in btf_dump_emit_type() 790 tstate->emit_state = EMITTING; in btf_dump_emit_type() 792 * is anonymous, then in C we'll be emitting all fields and in btf_dump_emit_type() 1195 * Old GCC versions are emitting invalid typedef for __gnuc_va_list in btf_dump_emit_typedef_def() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | compiler_types.h | 313 * supplied condition is *false*, emitting the supplied error message if the 323 /* Helpers for emitting diagnostics in pragmas. */
|
| /kernel/linux/linux-5.10/tools/lib/subcmd/ |
| D | pager.c | 93 spawned_pager = 1; /* means we are emitting to terminal */ in setup_pager()
|
| /kernel/linux/linux-6.6/tools/lib/subcmd/ |
| D | pager.c | 93 spawned_pager = 1; /* means we are emitting to terminal */ in setup_pager()
|
| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | tvlv.c | 356 * @orig_node: orig node emitting the ogm packet 409 * @orig_node: orig node emitting the ogm packet 476 * @orig_node: orig node emitting the ogm packet
|
| /kernel/linux/linux-6.6/net/batman-adv/ |
| D | tvlv.c | 356 * @orig_node: orig node emitting the ogm packet 426 * @orig_node: orig node emitting the ogm packet 495 * @orig_node: orig node emitting the ogm packet
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | iters_looping.c | 21 /* we need this as a workaround to enforce compiler emitting BTF in force_clang_to_emit_btf_for_externs()
|
| /kernel/linux/linux-6.6/drivers/of/ |
| D | dynamic.c | 731 pr_debug("changeset: emitting notifiers.\n"); in __of_changeset_apply_notify() 733 /* drop the global lock while emitting notifiers */ in __of_changeset_apply_notify() 832 pr_debug("changeset: emitting notifiers.\n"); in __of_changeset_revert_notify() 834 /* drop the global lock while emitting notifiers */ in __of_changeset_revert_notify()
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | barrier.h | 125 * can skip emitting a barrier from __smp_mb__before_atomic().
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | barrier.h | 125 * can skip emitting a barrier from __smp_mb__before_atomic().
|
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| D | zstd_ldm.h | 73 * Avoids emitting matches less than `minMatch` bytes.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/backlight/ |
| D | qcom-wled.yaml | 14 WLED (White Light Emitting Diode) driver is used for controlling display
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | compiler.h | 33 * supplied condition is *false*, emitting the supplied error message if the
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/backlight/ |
| D | qcom-wled.yaml | 14 WLED (White Light Emitting Diode) driver is used for controlling display
|