Searched refs:text (Results 1 – 9 of 9) sorted by relevance
| /include/trace/events/ |
| A D | printk.h | 11 TP_PROTO(const char *text, size_t len), 13 TP_ARGS(text, len), 25 if ((len > 0) && (text[len-1] == '\n')) 28 memcpy(__get_str(msg), text, len);
|
| /include/kunit/ |
| A D | assert.h | 105 const char *text; member 140 const struct kunit_binary_assert_text *text; member 163 const struct kunit_binary_assert_text *text; member 186 const struct kunit_binary_assert_text *text; member 211 const struct kunit_binary_assert_text *text; member 224 bool is_literal(const char *text, long long value); 225 bool is_str_literal(const char *text, const char *value);
|
| A D | test.h | 803 KUNIT_INIT_ASSERT(.text = &__text, \ 865 KUNIT_INIT_ASSERT(.text = &__text, \ 899 KUNIT_INIT_ASSERT(.text = &__text, \ 923 KUNIT_INIT_ASSERT(.text = #ptr, .value = __ptr), \
|
| /include/asm-generic/ |
| A D | vmlinux.lds.h | 106 #define TEXT_MAIN .text .text.[0-9a-zA-Z_]* 565 *(.text.split .text.split.[0-9a-zA-Z_]*) \ 570 *(.text.unlikely .text.unlikely.*) \ 575 *(.text.hot .text.hot.*) \ 592 *(.text.asan.* .text.tsan.*) \ 593 *(.text.unknown .text.unknown.*) \ 600 *(.ref.text) 652 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { \ 730 *(.init.text .init.text.*) \ 731 *(.text.startup) [all …]
|
| /include/sound/ |
| A D | info.h | 66 struct snd_info_entry_text text; member 142 entry->c.text.read = read; in snd_info_set_text_ops()
|
| /include/linux/ |
| A D | thunderbolt.h | 146 char *text; member 163 const char *text);
|
| A D | module.h | 154 #define __INIT_OR_MODULE .text
|
| /include/video/ |
| A D | sticore.h | 104 u32 text : 1; /* turn on text display planes? */ member
|
| /include/media/tpg/ |
| A D | v4l2-tpg.h | 245 u8 *basep[TPG_MAX_PLANES][2], int y, int x, const char *text);
|
Completed in 28 milliseconds