Home
last modified time | relevance | path

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

12

/include/trace/events/
D9p.h137 __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/
Disicom.h59 #define BOARD(line) (((line) >> 4) & 0x3) argument
Dserial_8250.h72 void serial8250_unregister_port(int line);
73 void serial8250_suspend_port(int line);
74 void serial8250_resume_port(int line);
Dnwpserial.h16 void nwpserial_unregister_port(int line);
Dtty_driver.h287 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);
Drtmutex.h35 int line; member
58 , .name = #mutexname, .file = __FILE__, .line = __LINE__
Dcompiler.h69 unsigned line; member
102 .line = __LINE__, \
137 .line = __LINE__, \
Distallion.h109 void __iomem *(*getmemptr)(struct stlibrd *brdp, unsigned long offset, int line);
Dserial167.h29 int line; member
Dcred.h183 const char *file, unsigned line) in __validate_creds() argument
186 __invalid_creds(cred, file, line); in __validate_creds()
Dserial.h37 int line; member
Dserial_core.h377 unsigned int line; /* port index */ member
538 if (port->cons && port->cons->index == port->line) { in uart_handle_break()
Domapfb.h209 __u16 line; member
Dkernel.h147 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
Disdn.h457 int line; member
Dcyclades.h554 int line; member
Dlockdep.h555 void lockdep_rcu_suspicious(const char *file, const int line, const char *s);
/include/asm-generic/
Dbug.h22 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);
Dvmlinux.lds.h550 .line 0 : { *(.line) } \
/include/net/irda/
Dircomm_core.h64 int line; /* Which TTY line we are using */ member
86 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
Dircomm_tty.h82 int line; member
Dirda_device.h151 __u8 line; /* Used by IrCOMM in IrLPT mode */ member
/include/sound/
Dinfo.h118 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
Dcore.h340 void __snd_printk(unsigned int level, const char *file, int line,
343 #define __snd_printk(level, file, line, format, args...) \ argument
/include/media/
Dv4l2-subdev.h55 u32 line; /* Line number of the sliced VBI data (1-23) */ member

12