Lines Matching refs:nozomi

369 	struct nozomi *dc;
373 struct nozomi { struct
410 static struct nozomi *ndevs[NOZOMI_MAX_CARDS]; argument
418 static inline struct nozomi *get_dc_by_tty(const struct tty_struct *tty) in get_dc_by_tty()
425 struct nozomi *ndev = get_dc_by_tty(tty); in get_port_by_tty()
526 static void nozomi_setup_memory(struct nozomi *dc) in nozomi_setup_memory()
609 static void dump_table(const struct nozomi *dc) in dump_table()
651 static inline void dump_table(const struct nozomi *dc) { } in dump_table()
658 static int nozomi_read_config_table(struct nozomi *dc) in nozomi_read_config_table()
730 static void enable_transmit_ul(enum port_type port, struct nozomi *dc) in enable_transmit_ul()
743 static void disable_transmit_ul(enum port_type port, struct nozomi *dc) in disable_transmit_ul()
757 static void enable_transmit_dl(enum port_type port, struct nozomi *dc) in enable_transmit_dl()
770 static void disable_transmit_dl(enum port_type port, struct nozomi *dc) in disable_transmit_dl()
787 static int send_data(enum port_type index, struct nozomi *dc) in send_data()
816 static int receive_data(enum port_type index, struct nozomi *dc) in receive_data()
919 static int receive_flow_control(struct nozomi *dc) in receive_flow_control()
1013 const struct nozomi *dc) in port2ctrl()
1037 static int send_flow_control(struct nozomi *dc) in send_flow_control()
1064 static int handle_data_dl(struct nozomi *dc, enum port_type port, u8 *toggle, in handle_data_dl()
1104 static int handle_data_ul(struct nozomi *dc, enum port_type port, u16 read_iir) in handle_data_ul()
1159 struct nozomi *dc = dev_id; in interrupt_handler()
1282 static void nozomi_get_card_type(struct nozomi *dc) in nozomi_get_card_type()
1296 static void nozomi_setup_private_data(struct nozomi *dc) in nozomi_setup_private_data()
1319 const struct nozomi *dc = pci_get_drvdata(to_pci_dev(dev)); in card_type_show()
1328 const struct nozomi *dc = pci_get_drvdata(to_pci_dev(dev)); in open_ttys_show()
1334 static void make_sysfs_files(struct nozomi *dc) in make_sysfs_files()
1344 static void remove_sysfs_files(struct nozomi *dc) in remove_sysfs_files()
1356 struct nozomi *dc = NULL; in nozomi_card_init()
1372 dc = kzalloc(sizeof(struct nozomi), GFP_KERNEL); in nozomi_card_init()
1498 static void tty_exit(struct nozomi *dc) in tty_exit()
1522 struct nozomi *dc = pci_get_drvdata(pdev); in nozomi_card_exit()
1591 struct nozomi *dc = get_dc_by_tty(tty); in ntty_install()
1609 struct nozomi *dc = port->dc; in ntty_activate()
1631 struct nozomi *dc = port->dc; in ntty_shutdown()
1664 struct nozomi *dc = get_dc_by_tty(tty); in ntty_write()
1706 const struct nozomi *dc = get_dc_by_tty(tty); in ntty_write_room()
1735 struct nozomi *dc = get_dc_by_tty(tty); in ntty_tiocmset()
1819 struct nozomi *dc = get_dc_by_tty(tty); in ntty_unthrottle()
1836 struct nozomi *dc = get_dc_by_tty(tty); in ntty_throttle()
1849 struct nozomi *dc = get_dc_by_tty(tty); in ntty_chars_in_buffer()