Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 31) 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/linux/
Dkmsg_dump.h59 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
Disicom.h60 #define BOARD(line) (((line) >> 4) & 0x3) argument
Dtty_driver.h295 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);
Dserial_8250.h146 void serial8250_unregister_port(int line);
147 void serial8250_suspend_port(int line);
148 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.h212 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);
Dcred.h185 const char *file, unsigned line) in __validate_creds() argument
188 __invalid_creds(cred, file, line); in __validate_creds()
Dserial_core.h24 ((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()
Dcompiler_types.h88 unsigned line; member
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()
Dlockdep.h664 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/
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.h36 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/
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/uapi/linux/
Dserial.h21 int line; member
Domapfb.h210 __u16 line; member
/include/sound/
Dinfo.h112 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
Dcore.h291 void __snd_printk(unsigned int level, const char *file, int line,
294 #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

12