Searched refs:_STR (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | stream.c | 39 #define _STR "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 52 if (bpf_stream_printk(BPF_STDOUT, _STR) == -ENOSPC && size == 99954) in stream_deadlock() 54 size += sizeof(_STR) - 1; in stream_deadlock() 21 #define _STR global() macro
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-firmware_node | 14 that describes the device as provided by the _STR method in the ACPI 16 an _STR method associated with it in the ACPI namespace, this
|
| H A D | sysfs-bus-acpi | 35 _STR control method, if present.
|
| /linux/drivers/pinctrl/cirrus/ |
| H A D | pinctrl-lochnagar.c | 64 LN_PIN_SAIF(REV, ID##_BCLK, LN_##ID##_STR"-bclk"); \ 65 LN_PIN_SAIF(REV, ID##_LRCLK, LN_##ID##_STR"-lrclk"); \ 66 LN_PIN_SAIF(REV, ID##_RXDAT, LN_##ID##_STR"-rxdat"); \ 67 LN_PIN_SAIF(REV, ID##_TXDAT, LN_##ID##_STR"-txdat") 88 LN2_PIN_MUX(ID##_BCLK, LN_##ID##_STR"-bclk"); \ 89 LN2_PIN_MUX(ID##_LRCLK, LN_##ID##_STR"-lrclk"); \ 90 LN2_PIN_MUX(ID##_RXDAT, LN_##ID##_STR"-rxdat"); \ 91 LN2_PIN_MUX(ID##_TXDAT, LN_##ID##_STR"-txdat") 372 .name = LN_##ID##_STR, \ 384 .name = LN_##ID##_STR, \
|
| /linux/tools/tracing/rtla/src/ |
| H A D | utils.c | 685 #define _STR(x) #x macro 686 #define STR(x) _STR(x)
|
| /linux/drivers/usb/serial/ |
| H A D | garmin_gps.c | 39 #define _STR(s) #s macro 40 #define _DRIVER_VERSION(a, b) "v" _STR(a) "." _STR(b)
|
| /linux/tools/mm/ |
| H A D | page-types.c | 41 # define _STR(x) #x macro 42 # define STR(x) _STR(x)
|
| /linux/Documentation/arch/arm64/ |
| H A D | acpi_object_usage.rst | 652 _STR 6.1.10 Recommended for conveying device names to end users;
|
| /linux/Documentation/trace/ |
| H A D | ftrace.rst | 2501 #define _STR(x) #x 2502 #define STR(x) _STR(x)
|