Lines Matching defs:nozomi
3 * nozomi.c -- HSDPA driver Broadband Wireless Data Card - Globe Trotter
90 #define NOZOMI_NAME "nozomi"
148 * There are two types of nozomi cards,
180 /* Ports that the nozomi has */
335 struct nozomi *dc;
339 struct nozomi {
376 static struct nozomi *ndevs[NOZOMI_MAX_CARDS];
384 static inline struct nozomi *get_dc_by_tty(const struct tty_struct *tty)
391 struct nozomi *ndev = get_dc_by_tty(tty);
492 static void nozomi_setup_memory(struct nozomi *dc)
575 static void dump_table(const struct nozomi *dc)
617 static inline void dump_table(const struct nozomi *dc) { }
624 static int nozomi_read_config_table(struct nozomi *dc)
696 static void enable_transmit_ul(enum port_type port, struct nozomi *dc)
709 static void disable_transmit_ul(enum port_type port, struct nozomi *dc)
723 static void enable_transmit_dl(enum port_type port, struct nozomi *dc)
736 static void disable_transmit_dl(enum port_type port, struct nozomi *dc)
753 static int send_data(enum port_type index, struct nozomi *dc)
782 static int receive_data(enum port_type index, struct nozomi *dc)
884 static int receive_flow_control(struct nozomi *dc)
978 const struct nozomi *dc)
1002 static int send_flow_control(struct nozomi *dc)
1029 static int handle_data_dl(struct nozomi *dc, enum port_type port, u8 *toggle,
1069 static int handle_data_ul(struct nozomi *dc, enum port_type port, u16 read_iir)
1124 struct nozomi *dc = dev_id;
1247 static void nozomi_get_card_type(struct nozomi *dc)
1261 static void nozomi_setup_private_data(struct nozomi *dc)
1284 const struct nozomi *dc = dev_get_drvdata(dev);
1293 const struct nozomi *dc = dev_get_drvdata(dev);
1299 static void make_sysfs_files(struct nozomi *dc)
1309 static void remove_sysfs_files(struct nozomi *dc)
1320 struct nozomi *dc = NULL;
1336 dc = kzalloc(sizeof(struct nozomi), GFP_KERNEL);
1458 static void tty_exit(struct nozomi *dc)
1482 struct nozomi *dc = pci_get_drvdata(pdev);
1551 struct nozomi *dc = get_dc_by_tty(tty);
1569 struct nozomi *dc = port->dc;
1591 struct nozomi *dc = port->dc;
1624 struct nozomi *dc = get_dc_by_tty(tty);
1666 const struct nozomi *dc = get_dc_by_tty(tty);
1695 struct nozomi *dc = get_dc_by_tty(tty);
1779 struct nozomi *dc = get_dc_by_tty(tty);
1796 struct nozomi *dc = get_dc_by_tty(tty);
1809 struct nozomi *dc = get_dc_by_tty(tty);