| /include/trace/events/ |
| A D | sched_ext.h | 12 TP_PROTO(const char *line), 14 TP_ARGS(line), 17 __string(line, line) 21 __assign_str(line); 25 __get_str(line)
|
| A D | 9p.h | 181 __dynamic_array(unsigned char, line, 189 memcpy(__get_dynamic_array(line), pdu->sdata, 190 __get_dynamic_array_len(line)); 194 __entry->tag, __get_dynamic_array_len(line), 195 __get_dynamic_array(line))
|
| /include/dt-bindings/pinctrl/ |
| A D | stm32-pinfunc.h | 32 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 34 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
|
| /include/dt-bindings/gpio/ |
| A D | uniphier-gpio.h | 13 #define UNIPHIER_GPIO_PORT(bank, line) \ argument 14 ((UNIPHIER_GPIO_LINES_PER_BANK) * (bank) + (line))
|
| /include/linux/ |
| A D | kernel.h | 76 extern void __might_resched(const char *file, int line, unsigned int offsets); 77 extern void __might_sleep(const char *file, int line); 78 extern void __cant_sleep(const char *file, int line, int preempt_offset); 79 extern void __cant_migrate(const char *file, int line); 133 static inline void __might_resched(const char *file, int line, in __might_resched() argument 135 static inline void __might_sleep(const char *file, int line) { } in __might_sleep() argument 149 void __might_fault(const char *file, int line);
|
| A D | bug.h | 40 unsigned int *line); 66 unsigned int *line) in bug_get_file_line() argument 69 *line = 0; in bug_get_file_line()
|
| A D | kmsg_dump.h | 72 char *line, size_t size, size_t *len); 90 const char *line, size_t size, size_t *len) in kmsg_dump_get_line() argument
|
| A D | tty_driver.h | 482 int (*poll_init)(struct tty_driver *driver, int line, char *options); 483 int (*poll_get_char)(struct tty_driver *driver, int line); 484 void (*poll_put_char)(struct tty_driver *driver, int line, char ch); 563 struct tty_driver *tty_find_polling_driver(char *name, int *line);
|
| A D | serial_8250.h | 178 void serial8250_unregister_port(int line); 179 void serial8250_suspend_port(int line); 180 void serial8250_resume_port(int line);
|
| A D | compiler.h | 30 .data.line = __LINE__, \ 66 .line = __LINE__, \
|
| A D | printk.h | 414 unsigned int line; member 450 .line = __LINE__, \
|
| A D | lockdep.h | 656 void lockdep_rcu_suspicious(const char *file, const int line, const char *s); 659 lockdep_rcu_suspicious(const char *file, const int line, const char *s) in lockdep_rcu_suspicious() argument
|
| A D | compiler_types.h | 194 unsigned line; member
|
| A D | serial_core.h | 25 ((port)->cons && (port)->cons->index == (port)->line) 575 unsigned int line; /* port index */ member
|
| /include/linux/platform_data/ |
| A D | serial-sccnxp.h | 48 #define MCTRL_SIG(sig, line) ((line) << (sig)) argument
|
| /include/asm-generic/ |
| A D | bug.h | 27 void __warn(const char *file, int line, void *caller, unsigned taint, 45 unsigned short line; member 91 void warn_slowpath_fmt(const char *file, const int line, unsigned taint,
|
| A D | vmlinux.lds.h | 785 .line 0 : { *(.line) } \
|
| /include/acpi/ |
| A D | acoutput.h | 302 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ argument 306 function (level, line, filename, modulename, component, __VA_ARGS__); \ 310 #define ACPI_ACTUAL_DEBUG(level, line, filename, modulename, component, ...) \ argument 311 ACPI_DO_DEBUG_PRINT (acpi_debug_print, level, line, \ 314 #define ACPI_ACTUAL_DEBUG_RAW(level, line, filename, modulename, component, ...) \ argument 315 ACPI_DO_DEBUG_PRINT (acpi_debug_print_raw, level, line, \
|
| /include/kunit/ |
| A D | assert.h | 37 int line; member 41 #define KUNIT_CURRENT_LOC { .file = __FILE__, .line = __LINE__ }
|
| /include/uapi/linux/ |
| A D | serial.h | 22 int line; member
|
| A D | omapfb.h | 210 __u16 line; member
|
| /include/sound/ |
| A D | info.h | 112 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len); 163 static inline int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) { return 0… in snd_info_get_line() argument
|
| /include/drm/ |
| A D | drm_print.h | 184 } line; member 496 .line = { .series = series, }, in drm_line_printer()
|
| /include/linux/mfd/abx500/ |
| A D | ab8500.h | 503 static inline void ab8500_debug_register_interrupt(int line) {} in ab8500_debug_register_interrupt() argument
|
| /include/media/ |
| A D | cec.h | 132 bool (*error_inj_parse_line)(struct cec_adapter *adap, char *line);
|