• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/

Lines Matching refs:sport_uart_port

43 struct sport_uart_port {
58 static int sport_uart_tx_chars(struct sport_uart_port *up);
61 static inline void tx_one_byte(struct sport_uart_port *up, unsigned int value)
80 static inline unsigned char rx_one_byte(struct sport_uart_port *up)
118 static int sport_uart_setup(struct sport_uart_port *up, int size, int baud_rate)
146 struct sport_uart_port *up = dev_id;
168 struct sport_uart_port *up = dev_id;
179 struct sport_uart_port *up = dev_id;
209 struct sport_uart_port *up = (struct sport_uart_port *)port;
222 struct sport_uart_port *up = (struct sport_uart_port *)port;
238 struct sport_uart_port *up = (struct sport_uart_port *)dev_id;
262 struct sport_uart_port *up = (struct sport_uart_port *)port;
317 static int sport_uart_tx_chars(struct sport_uart_port *up)
356 struct sport_uart_port *up = (struct sport_uart_port *)port;
369 struct sport_uart_port *up = (struct sport_uart_port *)port;
393 struct sport_uart_port *up = (struct sport_uart_port *)port;
409 struct sport_uart_port *up = (struct sport_uart_port *)port;
429 struct sport_uart_port *up = (struct sport_uart_port *)port;
449 struct sport_uart_port *up = (struct sport_uart_port *)port;
468 struct sport_uart_port *up = (struct sport_uart_port *)port;
483 struct sport_uart_port *up = (struct sport_uart_port *)port;
590 static struct sport_uart_port *bfin_sport_uart_ports[BFIN_SPORT_UART_MAX_PORTS];
598 struct sport_uart_port *up;
624 struct sport_uart_port *up = (struct sport_uart_port *)port;
638 struct sport_uart_port *up = bfin_sport_uart_ports[co->index];
706 struct sport_uart_port *sport = dev_get_drvdata(dev);
717 struct sport_uart_port *sport = dev_get_drvdata(dev);
735 struct sport_uart_port *sport;
747 kzalloc(sizeof(struct sport_uart_port), GFP_KERNEL);
751 "Fail to malloc sport_uart_port\n");
845 struct sport_uart_port *sport = platform_get_drvdata(pdev);