Lines Matching defs:nozomi

3  * nozomi.c  -- HSDPA driver Broadband Wireless Data Card - Globe Trotter
71 #define NOZOMI_NAME "nozomi"
128 * There are two types of nozomi cards,
160 /* Ports that the nozomi has */
315 struct nozomi *dc;
319 struct nozomi {
350 static struct nozomi *ndevs[NOZOMI_MAX_CARDS];
358 static inline struct nozomi *get_dc_by_tty(const struct tty_struct *tty)
365 struct nozomi *ndev = get_dc_by_tty(tty);
463 static void nozomi_setup_memory(struct nozomi *dc)
546 static void dump_table(const struct nozomi *dc)
588 static inline void dump_table(const struct nozomi *dc) { }
595 static int nozomi_read_config_table(struct nozomi *dc)
667 static void enable_transmit_ul(enum port_type port, struct nozomi *dc)
680 static void disable_transmit_ul(enum port_type port, struct nozomi *dc)
694 static void enable_transmit_dl(enum port_type port, struct nozomi *dc)
707 static void disable_transmit_dl(enum port_type port, struct nozomi *dc)
724 static int send_data(enum port_type index, struct nozomi *dc)
751 static int receive_data(enum port_type index, struct nozomi *dc)
851 static int receive_flow_control(struct nozomi *dc)
945 const struct nozomi *dc)
969 static int send_flow_control(struct nozomi *dc)
996 static int handle_data_dl(struct nozomi *dc, enum port_type port, u8 *toggle,
1036 static int handle_data_ul(struct nozomi *dc, enum port_type port, u16 read_iir)
1091 struct nozomi *dc = dev_id;
1214 static void nozomi_get_card_type(struct nozomi *dc)
1228 static void nozomi_setup_private_data(struct nozomi *dc)
1251 const struct nozomi *dc = dev_get_drvdata(dev);
1260 const struct nozomi *dc = dev_get_drvdata(dev);
1266 static void make_sysfs_files(struct nozomi *dc)
1276 static void remove_sysfs_files(struct nozomi *dc)
1287 struct nozomi *dc = NULL;
1301 dc = kzalloc(sizeof(struct nozomi), GFP_KERNEL);
1423 static void tty_exit(struct nozomi *dc)
1445 struct nozomi *dc = pci_get_drvdata(pdev);
1514 struct nozomi *dc = get_dc_by_tty(tty);
1532 struct nozomi *dc = port->dc;
1554 struct nozomi *dc = port->dc;
1586 struct nozomi *dc = get_dc_by_tty(tty);
1627 const struct nozomi *dc = get_dc_by_tty(tty);
1656 struct nozomi *dc = get_dc_by_tty(tty);
1738 struct nozomi *dc = get_dc_by_tty(tty);
1754 struct nozomi *dc = get_dc_by_tty(tty);
1766 struct nozomi *dc = get_dc_by_tty(tty);