/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/trace/hooks/ |
D | bug.h | 15 TP_PROTO(const char *file, unsigned int line, unsigned long bugaddr), 16 TP_ARGS(file, line, bugaddr), 1);
|
/include/linux/ |
D | kmsg_dump.h | 58 char *line, size_t size, size_t *len); 61 char *line, size_t size, size_t *len); 81 bool syslog, const char *line, in kmsg_dump_get_line_nolock() argument 88 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 | 291 int (*poll_init)(struct tty_driver *driver, int line, char *options); 292 int (*poll_get_char)(struct tty_driver *driver, int line); 293 void (*poll_put_char)(struct tty_driver *driver, int line, char ch); 345 extern struct tty_driver *tty_find_polling_driver(char *name, int *line);
|
D | serial_8250.h | 150 void serial8250_unregister_port(int line); 151 void serial8250_suspend_port(int line); 152 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 | 207 extern void ___might_sleep(const char *file, int line, int preempt_offset); 208 extern void __might_sleep(const char *file, int line, int preempt_offset); 209 extern void __cant_sleep(const char *file, int line, int preempt_offset); 251 static inline void ___might_sleep(const char *file, int line, in ___might_sleep() argument 253 static inline void __might_sleep(const char *file, int line, in __might_sleep() argument 316 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 | 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()
|
/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 | 37 unsigned short line; member 84 void warn_slowpath_fmt(const char *file, const int line, unsigned taint, 114 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/kunit/ |
D | assert.h | 46 int line; member 73 .line = __LINE__, \
|
/include/uapi/linux/ |
D | serial.h | 21 int line; member
|
D | omapfb.h | 210 __u16 line; member
|
/include/sound/ |
D | info.h | 117 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len); 170 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 | 306 void __snd_printk(unsigned int level, const char *file, int line, 309 #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
|
/include/net/ |
D | xdp.h | 131 void xdp_warn(const char *msg, const char *func, const int line);
|