Searched refs:usb_serial_driver (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dbus.c22 struct usb_serial_driver *driver;
53 struct usb_serial_driver *driver;
92 struct usb_serial_driver *driver;
122 struct usb_serial_driver *usb_drv = to_usb_serial_driver(driver);
137 static void free_dynids(struct usb_serial_driver *drv)
153 static inline void free_dynids(struct usb_serial_driver *drv)
166 int usb_serial_bus_register(struct usb_serial_driver *driver)
179 void usb_serial_bus_deregister(struct usb_serial_driver *driver)
H A Dzio.c33 static struct usb_serial_driver zio_device = {
H A Dfunsoft.c35 static struct usb_serial_driver funsoft_device = {
H A Dhp4x.c47 static struct usb_serial_driver hp49gp_device = {
H A Dio_tables.h106 static struct usb_serial_driver edgeport_2port_device = {
135 static struct usb_serial_driver edgeport_4port_device = {
164 static struct usb_serial_driver edgeport_8port_device = {
193 static struct usb_serial_driver epic_device = {
H A Dmoto_modem.c41 static struct usb_serial_driver moto_device = {
H A Dsiemens_mpi.c39 static struct usb_serial_driver siemens_usb_mpi_device = {
H A Dvivopay-serial.c36 static struct usb_serial_driver vivopay_serial_device = {
H A Dusb-serial.c48 static struct usb_driver usb_serial_driver = { variable in typeref:struct:usb_driver
288 struct usb_serial_driver *drv = port->serial->type;
605 struct usb_serial_driver *driver)
625 struct usb_serial_driver *drv)
640 static const struct usb_device_id *get_iface_id(struct usb_serial_driver *drv,
658 static struct usb_serial_driver *search_serial_device(
662 struct usb_serial_driver *drv;
677 struct usb_serial_driver *drv = p->serial->type;
687 struct usb_serial_driver *drv = p->serial->type;
711 struct usb_serial_driver *typ
[all...]
H A Dusb_debug.c72 static struct usb_serial_driver debug_device = {
H A Dempeg.c62 static struct usb_serial_driver empeg_device = {
H A Dnavman.c119 static struct usb_serial_driver navman_device = {
H A Dqcaux.c83 static struct usb_serial_driver qcaux_device = {
H A Daircable.c35 * configurations of usb_serial_driver with out exit, only the probe function
180 static struct usb_serial_driver aircable_device = {
H A Dkeyspan.h543 static struct usb_serial_driver keyspan_pre_device = {
555 static struct usb_serial_driver keyspan_1port_device = {
578 static struct usb_serial_driver keyspan_2port_device = {
601 static struct usb_serial_driver keyspan_4port_device = {
H A Dkeyspan_pda.c833 static struct usb_serial_driver keyspan_pda_fake_device = {
847 static struct usb_serial_driver xircom_pgs_fake_device = {
860 static struct usb_serial_driver keyspan_pda_device = {
H A Dvisor.c180 static struct usb_serial_driver handspring_device = {
201 static struct usb_serial_driver clie_5_device = {
222 static struct usb_serial_driver clie_3_5_device = {
H A Dipw.c286 static struct usb_serial_driver ipw_device = {
H A Dqcserial.c177 static struct usb_serial_driver qcdevice = {
H A Dir-usb.c120 static struct usb_serial_driver ir_device = {
H A Domninet.c95 static struct usb_serial_driver zyxel_omninet_device = {
H A Dsymbolserial.c294 static struct usb_serial_driver symbol_device = {
H A Dcypress_m8.c186 static struct usb_serial_driver cypress_earthmate_device = {
213 static struct usb_serial_driver cypress_hidcom_device = {
240 static struct usb_serial_driver cypress_ca42v2_device = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dserial.h141 * @type: pointer to the struct usb_serial_driver for this device
157 struct usb_serial_driver *type;
188 * usb_serial_driver - describes a usb serial driver
229 struct usb_serial_driver { struct
293 container_of(d, struct usb_serial_driver, driver)
295 extern int usb_serial_register(struct usb_serial_driver *driver);
296 extern void usb_serial_deregister(struct usb_serial_driver *driver);
353 extern int usb_serial_bus_register(struct usb_serial_driver *device);
354 extern void usb_serial_bus_deregister(struct usb_serial_driver *device);
356 extern struct usb_serial_driver usb_serial_generic_devic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/
H A Dlctserial.c94 static struct usb_serial_driver lct_modem_device = {

Completed in 100 milliseconds

123