/Linux-v4.19/include/asm-generic/ |
D | termios.h | 72 struct termios2 __user *u) in user_termios_to_kernel_termios() 77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() 84 struct termios __user *u) in user_termios_to_kernel_termios_1() 89 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1() 96 struct termios __user *u) in user_termios_to_kernel_termios() 101 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios()
|
D | termios-base.h | 66 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument 73 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/Linux-v4.19/drivers/xen/ |
D | evtchn.c | 95 static unsigned int evtchn_ring_offset(struct per_user_data *u, in evtchn_ring_offset() 101 static evtchn_port_t *evtchn_ring_entry(struct per_user_data *u, in evtchn_ring_entry() 107 static int add_evtchn(struct per_user_data *u, struct user_evtchn *evtchn) in add_evtchn() 134 static void del_evtchn(struct per_user_data *u, struct user_evtchn *evtchn) in del_evtchn() 141 static struct user_evtchn *find_evtchn(struct per_user_data *u, unsigned port) in find_evtchn() 163 struct per_user_data *u = evtchn->user; in evtchn_interrupt() local 195 struct per_user_data *u = file->private_data; in evtchn_read() local 267 struct per_user_data *u = file->private_data; in evtchn_write() local 308 static int evtchn_resize_ring(struct per_user_data *u) in evtchn_resize_ring() 364 static int evtchn_bind_to_user(struct per_user_data *u, int port) in evtchn_bind_to_user() [all …]
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4proc.c | 350 union nfsd4_op_u *u) in nfsd4_open() 493 union nfsd4_op_u *u) in nfsd4_getfh() 501 union nfsd4_op_u *u) in nfsd4_putfh() 514 union nfsd4_op_u *u) in nfsd4_putrootfh() 525 union nfsd4_op_u *u) in nfsd4_restorefh() 540 union nfsd4_op_u *u) in nfsd4_savefh() 555 union nfsd4_op_u *u) in nfsd4_access() 584 union nfsd4_op_u *u) in nfsd4_commit() 595 union nfsd4_op_u *u) in nfsd4_create() 688 union nfsd4_op_u *u) in nfsd4_getattr() [all …]
|
/Linux-v4.19/drivers/tty/serial/ |
D | serial-tegra.c | 142 static inline struct tegra_uart_port *to_tegra_uport(struct uart_port *u) in to_tegra_uport() 147 static unsigned int tegra_uart_get_mctrl(struct uart_port *u) in tegra_uart_get_mctrl() 195 static void tegra_uart_set_mctrl(struct uart_port *u, unsigned int mctrl) in tegra_uart_set_mctrl() 207 static void tegra_uart_break_ctl(struct uart_port *u, int break_ctl) in tegra_uart_break_ctl() 349 static int tegra_uart_request_port(struct uart_port *u) in tegra_uart_request_port() 354 static void tegra_uart_release_port(struct uart_port *u) in tegra_uart_release_port() 457 static void tegra_uart_start_tx(struct uart_port *u) in tegra_uart_start_tx() 466 static unsigned int tegra_uart_tx_empty(struct uart_port *u) in tegra_uart_tx_empty() 482 static void tegra_uart_stop_tx(struct uart_port *u) in tegra_uart_stop_tx() 582 struct uart_port *u = &tup->uport; in tegra_uart_rx_dma_complete() local [all …]
|
/Linux-v4.19/net/unix/ |
D | garbage.c | 126 struct unix_sock *u = unix_sk(s); in unix_inflight() local 147 struct unix_sock *u = unix_sk(s); in unix_notinflight() local 180 struct unix_sock *u = unix_sk(sk); in scan_inflight() local 210 struct unix_sock *u; in scan_children() local 246 static void inc_inflight_move_tail(struct unix_sock *u) in inc_inflight_move_tail() 273 struct unix_sock *u; in unix_gc() local
|
D | af_unix.c | 281 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname() local 358 struct unix_sock *u; in unix_dgram_peer_wake_relay() local 377 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() local 399 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() local 491 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor() local 518 struct unix_sock *u = unix_sk(sk); in unix_release_sock() local 612 struct unix_sock *u = unix_sk(sk); in unix_listen() local 668 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off() local 756 struct unix_sock *u; in unix_create1() local 843 struct unix_sock *u = unix_sk(sk); in unix_autobind() local [all …]
|
/Linux-v4.19/drivers/crypto/cavium/cpt/ |
D | cpt_hw_types.h | 77 u64 u[8]; member 134 u64 u[2]; member 163 u64 u; member 192 u64 u; member 225 u64 u; member 288 u64 u; member 338 u64 u; member 373 u64 u; member 413 u64 u; member 442 u64 u; member [all …]
|
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 108 } u; member 123 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_read() local 302 struct xenbus_file_priv *u; in xenbus_file_free() local 334 struct xenbus_file_priv *u, uint32_t tx_id) in xenbus_get_transaction() 347 struct xenbus_file_priv *u = req->par; in xenbus_dev_queue_reply() local 401 static int xenbus_command_reply(struct xenbus_file_priv *u, in xenbus_command_reply() 429 struct xenbus_file_priv *u) in xenbus_write_transaction() 463 static int xenbus_write_watch(unsigned msg_type, struct xenbus_file_priv *u) in xenbus_write_watch() 522 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_write() local 620 struct xenbus_file_priv *u; in xenbus_file_open() local [all …]
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | termios.h | 67 #define user_termios_to_kernel_termios(k, u) \ argument 88 #define kernel_termios_to_user_termios(u, k) \ argument 109 #define user_termios_to_kernel_termios_1(k, u) \ argument 128 #define kernel_termios_to_user_termios_1(u, k) \ argument
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | termios.h | 53 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 55 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 56 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | termios.h | 47 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 49 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 50 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/Linux-v4.19/arch/mips/include/asm/ |
D | termios.h | 82 struct termios2 *u) in user_termios_to_kernel_termios() 87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() 94 struct termios __user *u) in user_termios_to_kernel_termios_1() 99 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1()
|
/Linux-v4.19/arch/m68k/lib/ |
D | muldi3.c | 28 #define umul_ppmm(w1, w0, u, v) \ argument 54 #define umul_ppmm(w1, w0, u, v) \ argument 63 #define __umulsidi3(u, v) \ argument 82 __muldi3 (DItype u, DItype v) in __muldi3()
|
/Linux-v4.19/arch/h8300/lib/ |
D | muldi3.c | 8 #define umul_ppmm(w1, w0, u, v) \ argument 28 #define __umulsidi3(u, v) ( \ argument 35 DWtype __muldi3(DWtype u, DWtype v) in __muldi3()
|
/Linux-v4.19/lib/ |
D | muldi3.c | 28 #define umul_ppmm(w1, w0, u, v) \ argument 54 #define __umulsidi3(u, v) ({ \ argument 61 long long notrace __muldi3(long long u, long long v) in __muldi3()
|
/Linux-v4.19/arch/microblaze/lib/ |
D | muldi3.c | 14 #define umul_ppmm(w1, w0, u, v) \ argument 40 #define __umulsidi3(u, v) ({ \ argument 47 long long __muldi3(long long u, long long v) in __muldi3()
|
/Linux-v4.19/arch/arm/plat-orion/ |
D | time.c | 77 u32 u; in orion_clkevt_next_event() local 113 u32 u; in orion_clkevt_shutdown() local 136 u32 u; in orion_clkevt_set_periodic() local 205 u32 u; in orion_time_init() local
|
/Linux-v4.19/lib/mpi/ |
D | longlong.h | 232 #define umul_ppmm(w1, w0, u, v) \ argument 241 #define smul_ppmm(w1, w0, u, v) \ argument 250 #define __umulsidi3(u, v) \ argument 415 #define umul_ppmm(w1, w0, u, v) \ argument 470 #define umul_ppmm(w1, w0, u, v) \ argument 479 #define __umulsidi3(u, v) \ argument 534 #define umul_ppmm(w1, w0, u, v) \ argument 613 #define umul_ppmm(wh, wl, u, v) \ argument 643 #define umul_ppmm(w1, w0, u, v) \ argument 650 #define umul_ppmm(w1, w0, u, v) \ argument [all …]
|
D | mpi-cmp.c | 23 int mpi_cmp_ui(MPI u, unsigned long v) in mpi_cmp_ui() 44 int mpi_cmp(MPI u, MPI v) in mpi_cmp()
|
/Linux-v4.19/include/uapi/linux/ |
D | vboxguest.h | 93 } u; member 119 } u; member 134 } u; member 198 } u; member 219 } u; member 251 } u; member 277 } u; member 301 } u; member 323 } u; member
|
/Linux-v4.19/arch/s390/include/asm/ |
D | termios.h | 21 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 22 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
|
/Linux-v4.19/drivers/hid/ |
D | hid-picolcd_debugfs.c | 82 static ssize_t picolcd_debug_eeprom_read(struct file *f, char __user *u, in picolcd_debug_eeprom_read() 121 static ssize_t picolcd_debug_eeprom_write(struct file *f, const char __user *u, in picolcd_debug_eeprom_write() 190 char __user *u, size_t s, loff_t *off) in _picolcd_flash_read() 225 static ssize_t picolcd_debug_flash_read(struct file *f, char __user *u, in picolcd_debug_flash_read() 272 const char __user *u, size_t s, loff_t *off) in _picolcd_flash_write() 308 static ssize_t picolcd_debug_flash_write(struct file *f, const char __user *u, in picolcd_debug_flash_write()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | signal.c | 36 # define PUT_SIGSET(k,u) __copy_to_user((u)->sig, (k)->sig, sizeof(sigset_t)) argument 37 # define GET_SIGSET(k,u) __copy_from_user((k)->sig, (u)->sig, sizeof(sigset_t)) argument 39 # define PUT_SIGSET(k,u) __put_user((k)->sig[0], &(u)->sig[0]) argument 40 # define GET_SIGSET(k,u) __get_user((k)->sig[0], &(u)->sig[0]) argument
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 379 __u64 __user *u = ubuf; in fpr_get() local 408 const __u64 __user *u = ubuf; in fpr_set() local 514 unsigned long __user *u = ubuf; in gpr_get() local 542 const unsigned long __user *u = ubuf; in gpr_set() local 594 compat_ulong_t __user *u = ubuf; in gpr32_get() local 623 const compat_ulong_t __user *u = ubuf; in gpr32_set() local
|