Searched defs:normal (Results 1 - 5 of 5) sorted by relevance

/drivers/tty/serial/
H A Dserial_core.c2210 * normal driver.
2217 struct tty_driver *normal; local
2230 normal = alloc_tty_driver(drv->nr);
2231 if (!normal)
2234 drv->tty_driver = normal;
2236 normal->driver_name = drv->driver_name;
2237 normal->name = drv->dev_name;
2238 normal->major = drv->major;
2239 normal->minor_start = drv->minor;
2240 normal
[all...]
/drivers/net/wireless/p54/
H A Dlmac.h270 } __packed normal; member in union:p54_tx_data::__anon3677
387 struct p54_scan_body normal; member in union:p54_scan_body_union
/drivers/usb/host/
H A Dehci.h43 unsigned long normal; member in struct:ehci_stats
286 * descriptors as well as a normal little-endian PCI EHCI controller.
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h623 * be one Rcv Descriptor for normal packets, one for jumbo and may be others.
988 nx_nic_intr_coalesce_data_t normal; member in struct:__anon2748
/drivers/net/ethernet/micrel/
H A Dksz884x.c3685 * can only receive them in normal case.
4756 static void transmit_cleanup(struct dev_info *hw_priv, int normal) argument
4774 if (normal)

Completed in 175 milliseconds