Lines Matching refs:sport
60 void sport_delete(struct sport_device *sport);
61 int sport_set_tx_params(struct sport_device *sport,
63 int sport_set_rx_params(struct sport_device *sport,
65 void sport_tx_start(struct sport_device *sport);
66 void sport_rx_start(struct sport_device *sport);
67 void sport_tx_stop(struct sport_device *sport);
68 void sport_rx_stop(struct sport_device *sport);
69 void sport_set_tx_callback(struct sport_device *sport,
71 void sport_set_rx_callback(struct sport_device *sport,
73 int sport_config_tx_dma(struct sport_device *sport, void *buf,
75 int sport_config_rx_dma(struct sport_device *sport, void *buf,
77 unsigned long sport_curr_offset_tx(struct sport_device *sport);
78 unsigned long sport_curr_offset_rx(struct sport_device *sport);