Home
last modified time | relevance | path

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

12

/include/dt-bindings/pinctrl/
Dstm32-pinfunc.h31 #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/
Duniphier-gpio.h13 #define UNIPHIER_GPIO_PORT(bank, line) \ argument
14 ((UNIPHIER_GPIO_LINES_PER_BANK) * (bank) + (line))
/include/trace/hooks/
Dbug.h15 TP_PROTO(const char *file, unsigned int line, unsigned long bugaddr),
16 TP_ARGS(file, line, bugaddr), 1);
/include/linux/
Dkmsg_dump.h58 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
Disicom.h60 #define BOARD(line) (((line) >> 4) & 0x3) argument
Dtty_driver.h291 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);
Dserial_8250.h150 void serial8250_unregister_port(int line);
151 void serial8250_suspend_port(int line);
152 void serial8250_resume_port(int line);
Drtmutex.h37 int line; member
63 , .name = #mutexname, .file = __FILE__, .line = __LINE__
Dcompiler.h31 .data.line = __LINE__, \
67 .line = __LINE__, \
Dkernel.h207 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);
Dcred.h185 const char *file, unsigned line) in __validate_creds() argument
188 __invalid_creds(cred, file, line); in __validate_creds()
Dcyclades.h132 int line; member
Dlightnvm.h72 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/
Dserial-sccnxp.h48 #define MCTRL_SIG(sig, line) ((line) << (sig)) argument
Dspi-s3c64xx.h27 unsigned line; member
/include/trace/events/
D9p.h157 __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/
Dbug.h37 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/
Dacoutput.h297 #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/
Dassert.h46 int line; member
73 .line = __LINE__, \
/include/uapi/linux/
Dserial.h21 int line; member
Domapfb.h210 __u16 line; member
/include/sound/
Dinfo.h117 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
Dcore.h306 void __snd_printk(unsigned int level, const char *file, int line,
309 #define __snd_printk(level, file, line, format, ...) \ argument
/include/linux/mfd/abx500/
Dab8500.h512 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/
Dxdp.h131 void xdp_warn(const char *msg, const char *func, const int line);

12