• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/

Lines Matching refs:nozomi

2  * nozomi.c  -- HSDPA driver Broadband Wireless Data Card - Globe Trotter
125 #define NOZOMI_NAME "nozomi"
183 * There are two types of nozomi cards,
215 /* Ports that the nozomi has */
372 struct nozomi *dc;
376 struct nozomi {
413 static struct nozomi *ndevs[NOZOMI_MAX_CARDS];
421 static inline struct nozomi *get_dc_by_tty(const struct tty_struct *tty)
428 struct nozomi *ndev = get_dc_by_tty(tty);
529 static void setup_memory(struct nozomi *dc)
612 static void dump_table(const struct nozomi *dc)
654 static inline void dump_table(const struct nozomi *dc) { }
661 static int nozomi_read_config_table(struct nozomi *dc)
733 static void enable_transmit_ul(enum port_type port, struct nozomi *dc)
746 static void disable_transmit_ul(enum port_type port, struct nozomi *dc)
760 static void enable_transmit_dl(enum port_type port, struct nozomi *dc)
773 static void disable_transmit_dl(enum port_type port, struct nozomi *dc)
790 static int send_data(enum port_type index, struct nozomi *dc)
823 static int receive_data(enum port_type index, struct nozomi *dc)
930 static int receive_flow_control(struct nozomi *dc)
1024 const struct nozomi *dc)
1048 static int send_flow_control(struct nozomi *dc)
1075 static int handle_data_dl(struct nozomi *dc, enum port_type port, u8 *toggle,
1115 static int handle_data_ul(struct nozomi *dc, enum port_type port, u16 read_iir)
1170 struct nozomi *dc = dev_id;
1297 static void nozomi_get_card_type(struct nozomi *dc)
1311 static void nozomi_setup_private_data(struct nozomi *dc)
1334 const struct nozomi *dc = pci_get_drvdata(to_pci_dev(dev));
1343 const struct nozomi *dc = pci_get_drvdata(to_pci_dev(dev));
1349 static void make_sysfs_files(struct nozomi *dc)
1359 static void remove_sysfs_files(struct nozomi *dc)
1371 struct nozomi *dc = NULL;
1387 dc = kzalloc(sizeof(struct nozomi), GFP_KERNEL);
1511 static void __devexit tty_exit(struct nozomi *dc)
1538 struct nozomi *dc = pci_get_drvdata(pdev);
1607 struct nozomi *dc = get_dc_by_tty(tty);
1629 struct nozomi *dc = port->dc;
1651 struct nozomi *dc = port->dc;
1684 struct nozomi *dc = get_dc_by_tty(tty);
1741 const struct nozomi *dc = get_dc_by_tty(tty);
1773 struct nozomi *dc = get_dc_by_tty(tty);
1860 struct nozomi *dc = get_dc_by_tty(tty);
1877 struct nozomi *dc = get_dc_by_tty(tty);
1890 struct nozomi *dc = get_dc_by_tty(tty);