Lines Matching refs:function

271  * 	To set the Control register by calling usb_fill_control_urb function
272 * by passing usb_sndctrlpipe function as parameter.
289 * To set the Uart register by calling usb_fill_control_urb function by
290 * passing usb_rcvctrlpipe function as parameter.
316 * To set the Uart register by calling usb_fill_control_urb function by
317 * passing usb_sndctrlpipe function as parameter.
354 * To set the Control register by calling usb_fill_control_urb function
355 * by passing usb_rcvctrlpipe function as parameter.
577 * this is the callback function for when we have received data on the
682 const char *function)
685 dbg("%s - port == NULL", function);
689 dbg("%s - port->serial == NULL", function);
698 const char *function)
701 dbg("%s - serial == NULL", function);
705 dbg("%s - serial->type == NULL!", function);
713 const char *function)
717 mos7840_port_paranoia_check(port, function) ||
718 mos7840_serial_paranoia_check(port->serial, function)) {
729 * this is the callback function for when we have received data on the
807 * this is the callback function for when we have finished sending
865 * this function is called by the tty driver when a port is opened
1162 * this function is called by the tty driver when it wants to know how many
1203 * this function is called by the tty driver when a port is closed
1298 * This function will block the close until one of the following:
1337 * this function sends a break to the port
1384 * this function is called by the tty driver when it wants to know how many
1427 * this function is called by the tty driver when data should be written to
1578 * this function is called by the tty driver when it wants to stop the data
1626 * this function is called by the tty driver when it wants to resume
1743 * this function calculates the proper baud rate divisor for the specified
1814 * this function sends the proper command to change the baud rate of the
2099 * this function is called by the tty driver when it wants to change
2194 * function to get information about serial port
2255 * this function handles any ioctl calls to the driver
2379 * function, as the structures aren't created yet. */
2597 * This function is called whenever the device is removed from the usb bus.
2634 * This function is called when the usb_serial structure is freed.