Searched defs:sport_device (Results 1 – 2 of 2) sorted by relevance
42 struct sport_device { struct43 int num;44 int dma_rx_chan;45 int dma_tx_chan;46 int err_irq;47 const unsigned short *pin_req;48 struct sport_register *regs;50 unsigned char *rx_buf;51 unsigned char *tx_buf;52 unsigned int rx_fragsize;[all …]
26 struct sport_device { struct27 struct platform_device *pdev;28 const unsigned short *pin_req;29 struct sport_register *tx_regs;30 struct sport_register *rx_regs;31 int tx_dma_chan;32 int rx_dma_chan;33 int tx_err_irq;34 int rx_err_irq;59 struct sport_device *sport_create(struct platform_device *pdev); argument