/include/dt-bindings/pinctrl/ |
D | stm32-pinfunc.h | 31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 33 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
|
/include/dt-bindings/gpio/ |
D | uniphier-gpio.h | 13 #define UNIPHIER_GPIO_PORT(bank, line) \ argument 14 ((UNIPHIER_GPIO_LINES_PER_BANK) * (bank) + (line))
|
/include/linux/ |
D | kmsg_dump.h | 59 char *line, size_t size, size_t *len); 62 char *line, size_t size, size_t *len); 80 bool syslog, const char *line, in kmsg_dump_get_line_nolock() argument 87 const char *line, size_t size, size_t *len) in kmsg_dump_get_line() argument
|
D | isicom.h | 60 #define BOARD(line) (((line) >> 4) & 0x3) argument
|
D | tty_driver.h | 295 int (*poll_init)(struct tty_driver *driver, int line, char *options); 296 int (*poll_get_char)(struct tty_driver *driver, int line); 297 void (*poll_put_char)(struct tty_driver *driver, int line, char ch); 343 extern struct tty_driver *tty_find_polling_driver(char *name, int *line);
|
D | serial_8250.h | 146 void serial8250_unregister_port(int line); 147 void serial8250_suspend_port(int line); 148 void serial8250_resume_port(int line);
|
D | rtmutex.h | 37 int line; member 63 , .name = #mutexname, .file = __FILE__, .line = __LINE__
|
D | compiler.h | 31 .data.line = __LINE__, \ 67 .line = __LINE__, \
|
D | kernel.h | 212 extern void ___might_sleep(const char *file, int line, int preempt_offset); 213 extern void __might_sleep(const char *file, int line, int preempt_offset); 214 extern void __cant_sleep(const char *file, int line, int preempt_offset); 256 static inline void ___might_sleep(const char *file, int line, in ___might_sleep() argument 258 static inline void __might_sleep(const char *file, int line, in __might_sleep() argument 314 void __might_fault(const char *file, int line);
|
D | cred.h | 185 const char *file, unsigned line) in __validate_creds() argument 188 __invalid_creds(cred, file, line); in __validate_creds()
|
D | serial_core.h | 24 ((port)->cons && (port)->cons->index == (port)->line) 242 unsigned int line; /* port index */ member 543 if (port->cons && port->cons->index == port->line) { in uart_handle_break()
|
D | compiler_types.h | 88 unsigned line; member
|
D | cyclades.h | 132 int line; member
|
D | lightnvm.h | 72 u64 line : 63; member 525 ppa64.c.line = ppa32 & ((~0U) >> 1); in nvm_ppa32_to_ppa64() 570 ppa32 |= ppa64.c.line; in nvm_ppa64_to_ppa32()
|
D | lockdep.h | 664 void lockdep_rcu_suspicious(const char *file, const int line, const char *s); 667 lockdep_rcu_suspicious(const char *file, const int line, const char *s) in lockdep_rcu_suspicious() argument
|
/include/linux/platform_data/ |
D | serial-sccnxp.h | 48 #define MCTRL_SIG(sig, line) ((line) << (sig)) argument
|
D | spi-s3c64xx.h | 27 unsigned line; member
|
/include/trace/events/ |
D | 9p.h | 157 __array( unsigned char, line, P9_PROTO_DUMP_SZ ) 164 memcpy(__entry->line, pdu->sdata, P9_PROTO_DUMP_SZ); 168 __entry->tag, 0, __entry->line, 16, __entry->line + 16)
|
/include/asm-generic/ |
D | bug.h | 36 unsigned short line; member 83 void warn_slowpath_fmt(const char *file, const int line, unsigned taint, 108 void __warn(const char *file, int line, void *caller, unsigned taint,
|
/include/acpi/ |
D | acoutput.h | 297 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ argument 301 function (level, line, filename, modulename, component, __VA_ARGS__); \ 305 #define ACPI_ACTUAL_DEBUG(level, line, filename, modulename, component, ...) \ argument 306 ACPI_DO_DEBUG_PRINT (acpi_debug_print, level, line, \ 309 #define ACPI_ACTUAL_DEBUG_RAW(level, line, filename, modulename, component, ...) \ argument 310 ACPI_DO_DEBUG_PRINT (acpi_debug_print_raw, level, line, \
|
/include/uapi/linux/ |
D | serial.h | 21 int line; member
|
D | omapfb.h | 210 __u16 line; member
|
/include/sound/ |
D | info.h | 112 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len); 165 static inline int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) { return 0… in snd_info_get_line() argument
|
D | core.h | 291 void __snd_printk(unsigned int level, const char *file, int line, 294 #define __snd_printk(level, file, line, format, ...) \ argument
|
/include/linux/mfd/abx500/ |
D | ab8500.h | 512 void ab8500_debug_register_interrupt(int line); 515 static inline void ab8500_debug_register_interrupt(int line) {} in ab8500_debug_register_interrupt() argument
|