Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/linux-3.4.99/drivers/xen/
Devtchn.c84 static inline void set_port_user(unsigned port, struct per_user_data *u) in set_port_user()
105 struct per_user_data *u; in evtchn_interrupt() local
139 struct per_user_data *u = file->private_data; in evtchn_read() local
211 struct per_user_data *u = file->private_data; in evtchn_write() local
252 static int evtchn_bind_to_user(struct per_user_data *u, int port) in evtchn_bind_to_user()
284 static void evtchn_unbind_from_user(struct per_user_data *u, int port) in evtchn_unbind_from_user()
299 struct per_user_data *u = file->private_data; in evtchn_ioctl() local
433 struct per_user_data *u = file->private_data; in evtchn_poll() local
445 struct per_user_data *u = filp->private_data; in evtchn_fasync() local
451 struct per_user_data *u; in evtchn_open() local
[all …]
/linux-3.4.99/drivers/tty/serial/
Dmxs-auart.c128 #define to_auart_port(u) container_of(u, struct mxs_auart_port, port) argument
226 static int mxs_auart_request_port(struct uart_port *u) in mxs_auart_request_port()
231 static int mxs_auart_verify_port(struct uart_port *u, in mxs_auart_verify_port()
239 static void mxs_auart_config_port(struct uart_port *u, int flags) in mxs_auart_config_port()
243 static const char *mxs_auart_type(struct uart_port *u) in mxs_auart_type()
250 static void mxs_auart_release_port(struct uart_port *u) in mxs_auart_release_port()
254 static void mxs_auart_set_mctrl(struct uart_port *u, unsigned mctrl) in mxs_auart_set_mctrl()
267 static u32 mxs_auart_get_mctrl(struct uart_port *u) in mxs_auart_get_mctrl()
284 static void mxs_auart_settermios(struct uart_port *u, in mxs_auart_settermios()
411 static void mxs_auart_reset(struct uart_port *u) in mxs_auart_reset()
[all …]
/linux-3.4.99/include/asm-generic/
Dtermios-base.h65 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
72 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
73 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
Dtermios.h116 struct termios2 __user *u) in user_termios_to_kernel_termios()
121 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios()
128 struct termios __user *u) in user_termios_to_kernel_termios_1()
133 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1()
140 struct termios __user *u) in user_termios_to_kernel_termios()
145 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios()
/linux-3.4.99/net/unix/
Dgarbage.c129 struct unix_sock *u = unix_sk(s); in unix_inflight() local
146 struct unix_sock *u = unix_sk(s); in unix_notinflight() local
181 struct unix_sock *u = unix_sk(sk); in scan_inflight() local
211 struct unix_sock *u; in scan_children() local
249 static void inc_inflight_move_tail(struct unix_sock *u) in inc_inflight_move_tail()
278 struct unix_sock *u; in unix_gc() local
/linux-3.4.99/lib/mpi/
Dmpi-add.c36 int mpi_add_ui(MPI w, const MPI u, unsigned long v) in mpi_add_ui()
82 int mpi_add(MPI w, MPI u, MPI v) in mpi_add()
155 int mpi_sub_ui(MPI w, MPI u, unsigned long v) in mpi_sub_ui()
202 int mpi_sub(MPI w, MPI u, MPI v) in mpi_sub()
222 int mpi_addm(MPI w, MPI u, MPI v, MPI m) in mpi_addm()
229 int mpi_subm(MPI w, MPI u, MPI v, MPI m) in mpi_subm()
Dmpi-cmp.c23 int mpi_cmp_ui(MPI u, unsigned long v) in mpi_cmp_ui()
43 int mpi_cmp(MPI u, MPI v) in mpi_cmp()
Dlonglong.h239 #define umul_ppmm(w1, w0, u, v) \ argument
248 #define smul_ppmm(w1, w0, u, v) \ argument
257 #define __umulsidi3(u, v) \ argument
331 #define umul_ppmm(wh, wl, u, v) \ argument
447 #define umul_ppmm(w1, w0, u, v) \ argument
511 #define umul_ppmm(w1, w0, u, v) \ argument
520 #define __umulsidi3(u, v) \ argument
584 #define umul_ppmm(w1, w0, u, v) \ argument
677 #define umul_ppmm(wh, wl, u, v) \ argument
707 #define umul_ppmm(w1, w0, u, v) \ argument
[all …]
Dmpi-mul.c62 int mpi_mul_2exp(MPI w, MPI u, unsigned long cnt) in mpi_mul_2exp()
107 int mpi_mul(MPI w, MPI u, MPI v) in mpi_mul()
189 int mpi_mulm(MPI w, MPI u, MPI v, MPI m) in mpi_mulm()
/linux-3.4.99/arch/m68k/lib/
Dmuldi3.c30 #define umul_ppmm(w1, w0, u, v) \ argument
56 #define umul_ppmm(w1, w0, u, v) \ argument
65 #define __umulsidi3(u, v) \ argument
84 __muldi3 (DItype u, DItype v) in __muldi3()
/linux-3.4.99/arch/microblaze/lib/
Dmuldi3.c17 #define umul_ppmm(w1, w0, u, v) \ argument
43 #define __umulsidi3(u, v) ({ \ argument
50 DWtype __muldi3(DWtype u, DWtype v) in __muldi3()
/linux-3.4.99/arch/arm/mach-dove/
Dirq.c42 u32 u; in pmu_irq_mask() local
52 u32 u; in pmu_irq_unmask() local
62 u32 u; in pmu_irq_ack() local
/linux-3.4.99/drivers/xen/xenbus/
Dxenbus_dev_frontend.c109 } u; member
123 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_read() local
304 struct xenbus_file_priv *u) in xenbus_write_transaction()
358 static int xenbus_write_watch(unsigned msg_type, struct xenbus_file_priv *u) in xenbus_write_watch()
433 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_write() local
527 struct xenbus_file_priv *u; in xenbus_file_open() local
553 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_release() local
586 struct xenbus_file_priv *u = file->private_data; in xenbus_file_poll() local
/linux-3.4.99/arch/m68k/include/asm/
Dtermios.h85 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
87 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
88 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-3.4.99/arch/h8300/include/asm/
Dtermios.h85 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
87 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
88 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-3.4.99/arch/xtensa/include/asm/
Dtermios.h98 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
99 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
100 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
101 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-3.4.99/arch/mn10300/include/asm/
Dtermios.h83 #define user_termios_to_kernel_termios(k, u) \ argument
85 #define kernel_termios_to_user_termios(u, k) \ argument
87 #define user_termios_to_kernel_termios_1(k, u) \ argument
89 #define kernel_termios_to_user_termios_1(u, k) \ argument
/linux-3.4.99/arch/m32r/include/asm/
Dtermios.h84 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
85 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
86 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
87 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-3.4.99/arch/parisc/include/asm/
Dtermios.h83 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
84 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
85 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
86 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-3.4.99/arch/cris/include/asm/
Dtermios.h85 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
87 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
88 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-3.4.99/arch/ia64/include/asm/
Dtermios.h90 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
91 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
92 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
93 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-3.4.99/arch/arm/include/asm/
Dtermios.h85 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
86 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
87 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
88 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-3.4.99/drivers/hid/
Dhid-wiimote.h142 static inline int wiiext_init(void *u) { return 0; } in wiiext_init()
143 static inline void wiiext_deinit(void *u) { } in wiiext_deinit()
144 static inline void wiiext_event(void *u, bool p) { } in wiiext_event()
145 static inline bool wiiext_active(void *u) { return false; } in wiiext_active()
146 static inline void wiiext_handle(void *u, const __u8 *p) { } in wiiext_handle()
157 static inline int wiidebug_init(void *u) { return 0; } in wiidebug_init()
158 static inline void wiidebug_deinit(void *u) { } in wiidebug_deinit()
/linux-3.4.99/arch/arm/mm/
Dcache-tauros2.c115 u32 u; in read_extra_features() local
122 static inline void __init write_extra_features(u32 u) in write_extra_features()
129 u32 u; in disable_l2_prefetch() local
/linux-3.4.99/arch/arm/plat-orion/
Dtime.c75 u32 u; in orion_clkevt_next_event() local
112 u32 u; in orion_clkevt_mode() local
192 u32 u; in orion_time_init() local

12345678910>>...22