Searched defs:newinfo (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/serial/
H A Dusb_wwan.c127 struct serial_struct __user *newinfo)
133 if (copy_from_user(&new_serial, newinfo, sizeof(new_serial)))
126 set_serial_info(struct usb_serial_port *port, struct serial_struct __user *newinfo) argument
H A Dftdi_sio.c1434 struct usb_serial_port *port, struct serial_struct __user *newinfo)
1440 if (copy_from_user(&new_serial, newinfo, sizeof(new_serial)))
1433 set_serial_info(struct tty_struct *tty, struct usb_serial_port *port, struct serial_struct __user *newinfo) argument
/drivers/tty/
H A Disicom.c1110 struct serial_struct newinfo; local
1113 if (copy_from_user(&newinfo, info, sizeof(newinfo)))
1118 (newinfo.flags & ASYNC_SPD_MASK));
1121 if ((newinfo.close_delay != port->port.close_delay) ||
1122 (newinfo.closing_wait != port->port.closing_wait) ||
1123 ((newinfo.flags & ~ASYNC_USR_MASK) !=
1129 (newinfo.flags & ASYNC_USR_MASK));
1131 port->port.close_delay = newinfo.close_delay;
1132 port->port.closing_wait = newinfo
[all...]
/drivers/usb/class/
H A Dcdc-acm.c838 struct serial_struct __user *newinfo)
844 if (copy_from_user(&new_serial, newinfo, sizeof(new_serial)))
837 set_serial_info(struct acm *acm, struct serial_struct __user *newinfo) argument
/drivers/tty/serial/
H A Dserial_core.c910 struct serial_struct __user *newinfo)
916 if (copy_from_user(&new_serial, newinfo, sizeof(new_serial)))
909 uart_set_info_user(struct tty_struct *tty, struct uart_state *state, struct serial_struct __user *newinfo) argument
/drivers/video/console/
H A Dfbcon.c730 struct fb_info *newinfo, int unit,
739 if (!found && newinfo->fbops->fb_release)
740 newinfo->fbops->fb_release(newinfo, 0);
742 module_put(newinfo->fbops->owner);
756 If oldinfo and newinfo are driving the same hardware,
759 newinfo in an undefined state. Thus, a call to
760 fb_set_par() may be needed for the newinfo.
762 if (newinfo && newinfo
729 con2fb_release_oldinfo(struct vc_data *vc, struct fb_info *oldinfo, struct fb_info *newinfo, int unit, int oldidx, int found) argument
[all...]

Completed in 111 milliseconds