Lines Matching refs:max3100_port

92 struct max3100_port {  struct
136 static struct max3100_port *max3100s[MAX_MAX3100]; /* the chips */ argument
139 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity()
157 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity()
162 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity()
175 static void max3100_dowork(struct max3100_port *s) in max3100_dowork()
183 struct max3100_port *s = from_timer(s, t, timer); in max3100_timeout()
191 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr()
216 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx()
258 struct max3100_port *s = container_of(w, struct max3100_port, work); in max3100_work()
326 struct max3100_port *s = dev_id; in max3100_irq()
336 struct max3100_port *s = container_of(port, in max3100_enable_ms()
337 struct max3100_port, in max3100_enable_ms()
347 struct max3100_port *s = container_of(port, in max3100_start_tx()
348 struct max3100_port, in max3100_start_tx()
358 struct max3100_port *s = container_of(port, in max3100_stop_rx()
359 struct max3100_port, in max3100_stop_rx()
374 struct max3100_port *s = container_of(port, in max3100_tx_empty()
375 struct max3100_port, in max3100_tx_empty()
387 struct max3100_port *s = container_of(port, in max3100_get_mctrl()
388 struct max3100_port, in max3100_get_mctrl()
401 struct max3100_port *s = container_of(port, in max3100_set_mctrl()
402 struct max3100_port, in max3100_set_mctrl()
423 struct max3100_port *s = container_of(port, in max3100_set_termios()
424 struct max3100_port, in max3100_set_termios()
545 struct max3100_port *s = container_of(port, in max3100_shutdown()
546 struct max3100_port, in max3100_shutdown()
580 struct max3100_port *s = container_of(port, in max3100_startup()
581 struct max3100_port, in max3100_startup()
635 struct max3100_port *s = container_of(port, in max3100_type()
636 struct max3100_port, in max3100_type()
646 struct max3100_port *s = container_of(port, in max3100_release_port()
647 struct max3100_port, in max3100_release_port()
655 struct max3100_port *s = container_of(port, in max3100_config_port()
656 struct max3100_port, in max3100_config_port()
668 struct max3100_port *s = container_of(port, in max3100_verify_port()
669 struct max3100_port, in max3100_verify_port()
682 struct max3100_port *s = container_of(port, in max3100_stop_tx()
683 struct max3100_port, in max3100_stop_tx()
691 struct max3100_port *s = container_of(port, in max3100_request_port()
692 struct max3100_port, in max3100_request_port()
701 struct max3100_port *s = container_of(port, in max3100_break_ctl()
702 struct max3100_port, in max3100_break_ctl()
764 max3100s[i] = kzalloc(sizeof(struct max3100_port), GFP_KERNEL); in max3100_probe()
813 struct max3100_port *s = spi_get_drvdata(spi); in max3100_remove()
847 struct max3100_port *s = dev_get_drvdata(dev); in max3100_suspend()
870 struct max3100_port *s = dev_get_drvdata(dev); in max3100_resume()