Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 31) sorted by relevance

12

/include/trace/events/
A Dsched_ext.h12 TP_PROTO(const char *line),
14 TP_ARGS(line),
17 __string(line, line)
21 __assign_str(line);
25 __get_str(line)
A D9p.h181 __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 Dstm32-pinfunc.h32 #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 Duniphier-gpio.h13 #define UNIPHIER_GPIO_PORT(bank, line) \ argument
14 ((UNIPHIER_GPIO_LINES_PER_BANK) * (bank) + (line))
/include/linux/
A Dkernel.h76 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 Dbug.h40 unsigned int *line);
66 unsigned int *line) in bug_get_file_line() argument
69 *line = 0; in bug_get_file_line()
A Dkmsg_dump.h72 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 Dtty_driver.h482 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 Dserial_8250.h178 void serial8250_unregister_port(int line);
179 void serial8250_suspend_port(int line);
180 void serial8250_resume_port(int line);
A Dcompiler.h30 .data.line = __LINE__, \
66 .line = __LINE__, \
A Dprintk.h414 unsigned int line; member
450 .line = __LINE__, \
A Dlockdep.h656 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 Dcompiler_types.h194 unsigned line; member
A Dserial_core.h25 ((port)->cons && (port)->cons->index == (port)->line)
575 unsigned int line; /* port index */ member
/include/linux/platform_data/
A Dserial-sccnxp.h48 #define MCTRL_SIG(sig, line) ((line) << (sig)) argument
/include/asm-generic/
A Dbug.h27 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 Dvmlinux.lds.h785 .line 0 : { *(.line) } \
/include/acpi/
A Dacoutput.h302 #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 Dassert.h37 int line; member
41 #define KUNIT_CURRENT_LOC { .file = __FILE__, .line = __LINE__ }
/include/uapi/linux/
A Dserial.h22 int line; member
A Domapfb.h210 __u16 line; member
/include/sound/
A Dinfo.h112 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 Ddrm_print.h184 } line; member
496 .line = { .series = series, }, in drm_line_printer()
/include/linux/mfd/abx500/
A Dab8500.h503 static inline void ab8500_debug_register_interrupt(int line) {} in ab8500_debug_register_interrupt() argument
/include/media/
A Dcec.h132 bool (*error_inj_parse_line)(struct cec_adapter *adap, char *line);

Completed in 43 milliseconds

12