Lines Matching defs:nozomi
3 * nozomi.c -- HSDPA driver Broadband Wireless Data Card - Globe Trotter
87 #define NOZOMI_NAME "nozomi"
144 * There are two types of nozomi cards,
176 /* Ports that the nozomi has */
331 struct nozomi *dc;
335 struct nozomi {
366 static struct nozomi *ndevs[NOZOMI_MAX_CARDS];
374 static inline struct nozomi *get_dc_by_tty(const struct tty_struct *tty)
381 struct nozomi *ndev = get_dc_by_tty(tty);
479 static void nozomi_setup_memory(struct nozomi *dc)
562 static void dump_table(const struct nozomi *dc)
604 static inline void dump_table(const struct nozomi *dc) { }
611 static int nozomi_read_config_table(struct nozomi *dc)
683 static void enable_transmit_ul(enum port_type port, struct nozomi *dc)
696 static void disable_transmit_ul(enum port_type port, struct nozomi *dc)
710 static void enable_transmit_dl(enum port_type port, struct nozomi *dc)
723 static void disable_transmit_dl(enum port_type port, struct nozomi *dc)
740 static int send_data(enum port_type index, struct nozomi *dc)
769 static int receive_data(enum port_type index, struct nozomi *dc)
870 static int receive_flow_control(struct nozomi *dc)
964 const struct nozomi *dc)
988 static int send_flow_control(struct nozomi *dc)
1015 static int handle_data_dl(struct nozomi *dc, enum port_type port, u8 *toggle,
1055 static int handle_data_ul(struct nozomi *dc, enum port_type port, u16 read_iir)
1110 struct nozomi *dc = dev_id;
1233 static void nozomi_get_card_type(struct nozomi *dc)
1247 static void nozomi_setup_private_data(struct nozomi *dc)
1270 const struct nozomi *dc = dev_get_drvdata(dev);
1279 const struct nozomi *dc = dev_get_drvdata(dev);
1285 static void make_sysfs_files(struct nozomi *dc)
1295 static void remove_sysfs_files(struct nozomi *dc)
1306 struct nozomi *dc = NULL;
1320 dc = kzalloc(sizeof(struct nozomi), GFP_KERNEL);
1442 static void tty_exit(struct nozomi *dc)
1464 struct nozomi *dc = pci_get_drvdata(pdev);
1533 struct nozomi *dc = get_dc_by_tty(tty);
1551 struct nozomi *dc = port->dc;
1573 struct nozomi *dc = port->dc;
1606 struct nozomi *dc = get_dc_by_tty(tty);
1646 const struct nozomi *dc = get_dc_by_tty(tty);
1675 struct nozomi *dc = get_dc_by_tty(tty);
1757 struct nozomi *dc = get_dc_by_tty(tty);
1773 struct nozomi *dc = get_dc_by_tty(tty);
1785 struct nozomi *dc = get_dc_by_tty(tty);