Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
bus.c File Reference
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/tty.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/usb/serial.h>

Go to the source code of this file.

Functions

int usb_serial_bus_register (struct usb_serial_driver *driver)
 
void usb_serial_bus_deregister (struct usb_serial_driver *driver)
 

Variables

struct bus_type usb_serial_bus_type
 

Function Documentation

void usb_serial_bus_deregister ( struct usb_serial_driver driver)

Definition at line 192 of file bus.c.

int usb_serial_bus_register ( struct usb_serial_driver driver)

Definition at line 179 of file bus.c.

Variable Documentation

struct bus_type usb_serial_bus_type
Initial value:
= {
.name = "usb-serial",
.match = usb_serial_device_match,
.probe = usb_serial_device_probe,
.remove = usb_serial_device_remove,
.drv_attrs = drv_attrs,
}

Definition at line 171 of file bus.c.