Lines Matching defs:nozomi

2  * nozomi.c  -- HSDPA driver Broadband Wireless Data Card - Globe Trotter
124 #define NOZOMI_NAME "nozomi"
182 * There are two types of nozomi cards,
214 /* Ports that the nozomi has */
369 struct nozomi *dc;
373 struct nozomi {
410 static struct nozomi *ndevs[NOZOMI_MAX_CARDS];
418 static inline struct nozomi *get_dc_by_tty(const struct tty_struct *tty)
425 struct nozomi *ndev = get_dc_by_tty(tty);
526 static void setup_memory(struct nozomi *dc)
609 static void dump_table(const struct nozomi *dc)
651 static inline void dump_table(const struct nozomi *dc) { }
658 static int nozomi_read_config_table(struct nozomi *dc)
730 static void enable_transmit_ul(enum port_type port, struct nozomi *dc)
743 static void disable_transmit_ul(enum port_type port, struct nozomi *dc)
757 static void enable_transmit_dl(enum port_type port, struct nozomi *dc)
770 static void disable_transmit_dl(enum port_type port, struct nozomi *dc)
787 static int send_data(enum port_type index, struct nozomi *dc)
820 static int receive_data(enum port_type index, struct nozomi *dc)
927 static int receive_flow_control(struct nozomi *dc)
1021 const struct nozomi *dc)
1045 static int send_flow_control(struct nozomi *dc)
1072 static int handle_data_dl(struct nozomi *dc, enum port_type port, u8 *toggle,
1112 static int handle_data_ul(struct nozomi *dc, enum port_type port, u16 read_iir)
1167 struct nozomi *dc = dev_id;
1294 static void nozomi_get_card_type(struct nozomi *dc)
1308 static void nozomi_setup_private_data(struct nozomi *dc)
1331 const struct nozomi *dc = pci_get_drvdata(to_pci_dev(dev));
1340 const struct nozomi *dc = pci_get_drvdata(to_pci_dev(dev));
1346 static void make_sysfs_files(struct nozomi *dc)
1356 static void remove_sysfs_files(struct nozomi *dc)
1368 struct nozomi *dc = NULL;
1384 dc = kzalloc(sizeof(struct nozomi), GFP_KERNEL);
1507 static void __devexit tty_exit(struct nozomi *dc)
1532 struct nozomi *dc = pci_get_drvdata(pdev);
1601 struct nozomi *dc = get_dc_by_tty(tty);
1619 struct nozomi *dc = port->dc;
1641 struct nozomi *dc = port->dc;
1674 struct nozomi *dc = get_dc_by_tty(tty);
1723 const struct nozomi *dc = get_dc_by_tty(tty);
1752 struct nozomi *dc = get_dc_by_tty(tty);
1836 struct nozomi *dc = get_dc_by_tty(tty);
1853 struct nozomi *dc = get_dc_by_tty(tty);
1866 struct nozomi *dc = get_dc_by_tty(tty);