Searched defs:user_buffer (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/usb/misc/ |
H A D | usblcd.c | 221 static ssize_t lcd_write(struct file *file, const char __user * user_buffer, lcd_write() argument
|
H A D | yurex.c | 448 static ssize_t yurex_write(struct file *file, const char __user *user_buffer, yurex_write() argument
|
H A D | iowarrior.c | 480 __u8 __user *user_buffer; iowarrior_ioctl() local 336 iowarrior_write(struct file *file, const char __user *user_buffer, size_t count, loff_t *ppos) iowarrior_write() argument
|
H A D | ftdi-elan.c | 1139 ftdi_elan_write(struct file *file, const char __user *user_buffer, size_t count, loff_t *ppos) ftdi_elan_write() argument
|
/linux-4.1.27/drivers/usb/ |
H A D | usb-skeleton.c | 361 static ssize_t skel_write(struct file *file, const char *user_buffer, skel_write() argument
|
/linux-4.1.27/net/bluetooth/ |
H A D | 6lowpan.c | 1270 lowpan_control_write(struct file *fp, const char __user *user_buffer, size_t count, loff_t *position) lowpan_control_write() argument
|
/linux-4.1.27/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 1341 static int mtip_get_identify(struct mtip_port *port, void __user *user_buffer) mtip_get_identify() argument 1860 exec_drive_command(struct mtip_port *port, u8 *command, void __user *user_buffer) exec_drive_command() argument
|
/linux-4.1.27/net/core/ |
H A D | pktgen.c | 735 static int hex32_arg(const char __user *user_buffer, unsigned long maxlen, hex32_arg() argument 756 static int count_trail_chars(const char __user * user_buffer, count_trail_chars() argument 781 static long num_arg(const char __user *user_buffer, unsigned long maxlen, num_arg() argument 800 static int strn_len(const char __user * user_buffer, unsigned int maxlen) strn_len() argument 852 pktgen_if_write(struct file *file, const char __user * user_buffer, size_t count, loff_t * offset) pktgen_if_write() argument 1787 pktgen_thread_write(struct file *file, const char __user * user_buffer, size_t count, loff_t * offset) pktgen_thread_write() argument
|
Completed in 368 milliseconds