/include/trace/events/ |
D | 9p.h | 137 __array( unsigned char, line, P9_PROTO_DUMP_SZ ) 144 memcpy(__entry->line, pdu->sdata, P9_PROTO_DUMP_SZ); 154 __entry->line[0], __entry->line[1], 155 __entry->line[2], __entry->line[3], 156 __entry->line[4], __entry->line[5], 157 __entry->line[6], __entry->line[7], 158 __entry->line[8], __entry->line[9], 159 __entry->line[10], __entry->line[11], 160 __entry->line[12], __entry->line[13], 161 __entry->line[14], __entry->line[15], [all …]
|
/include/linux/ |
D | isicom.h | 59 #define BOARD(line) (((line) >> 4) & 0x3) argument
|
D | serial_8250.h | 72 void serial8250_unregister_port(int line); 73 void serial8250_suspend_port(int line); 74 void serial8250_resume_port(int line);
|
D | nwpserial.h | 16 void nwpserial_unregister_port(int line);
|
D | tty_driver.h | 287 int (*poll_init)(struct tty_driver *driver, int line, char *options); 288 int (*poll_get_char)(struct tty_driver *driver, int line); 289 void (*poll_put_char)(struct tty_driver *driver, int line, char ch); 333 extern struct tty_driver *tty_find_polling_driver(char *name, int *line);
|
D | rtmutex.h | 35 int line; member 58 , .name = #mutexname, .file = __FILE__, .line = __LINE__
|
D | compiler.h | 69 unsigned line; member 102 .line = __LINE__, \ 137 .line = __LINE__, \
|
D | istallion.h | 109 void __iomem *(*getmemptr)(struct stlibrd *brdp, unsigned long offset, int line);
|
D | serial167.h | 29 int line; member
|
D | cred.h | 183 const char *file, unsigned line) in __validate_creds() argument 186 __invalid_creds(cred, file, line); in __validate_creds()
|
D | serial.h | 37 int line; member
|
D | serial_core.h | 377 unsigned int line; /* port index */ member 538 if (port->cons && port->cons->index == port->line) { in uart_handle_break()
|
D | omapfb.h | 209 __u16 line; member
|
D | kernel.h | 147 void __might_sleep(const char *file, int line, int preempt_offset); 161 static inline void __might_sleep(const char *file, int line, in __might_sleep() argument
|
D | isdn.h | 457 int line; member
|
D | cyclades.h | 554 int line; member
|
D | lockdep.h | 555 void lockdep_rcu_suspicious(const char *file, const int line, const char *s);
|
/include/asm-generic/ |
D | bug.h | 22 unsigned short line; member 65 void warn_slowpath_fmt(const char *file, const int line, 68 void warn_slowpath_fmt_taint(const char *file, const int line, unsigned taint, 70 extern void warn_slowpath_null(const char *file, const int line);
|
D | vmlinux.lds.h | 550 .line 0 : { *(.line) } \
|
/include/net/irda/ |
D | ircomm_core.h | 64 int line; /* Which TTY line we are using */ member 86 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
|
D | ircomm_tty.h | 82 int line; member
|
D | irda_device.h | 151 __u8 line; /* Used by IrCOMM in IrLPT mode */ member
|
/include/sound/ |
D | info.h | 118 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len); 160 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 | 340 void __snd_printk(unsigned int level, const char *file, int line, 343 #define __snd_printk(level, file, line, format, args...) \ argument
|
/include/media/ |
D | v4l2-subdev.h | 55 u32 line; /* Line number of the sliced VBI data (1-23) */ member
|