|
int | sport_set_multichannel (struct sport_device *sport, int tdm_count, u32 mask, int packed) |
|
| EXPORT_SYMBOL (sport_set_multichannel) |
|
int | sport_config_rx (struct sport_device *sport, unsigned int rcr1, unsigned int rcr2, unsigned int clkdiv, unsigned int fsdiv) |
|
| EXPORT_SYMBOL (sport_config_rx) |
|
int | sport_config_tx (struct sport_device *sport, unsigned int tcr1, unsigned int tcr2, unsigned int clkdiv, unsigned int fsdiv) |
|
| EXPORT_SYMBOL (sport_config_tx) |
|
int | sport_rx_start (struct sport_device *sport) |
|
| EXPORT_SYMBOL (sport_rx_start) |
|
int | sport_rx_stop (struct sport_device *sport) |
|
| EXPORT_SYMBOL (sport_rx_stop) |
|
int | sport_tx_start (struct sport_device *sport) |
|
| EXPORT_SYMBOL (sport_tx_start) |
|
int | sport_tx_stop (struct sport_device *sport) |
|
| EXPORT_SYMBOL (sport_tx_stop) |
|
int | sport_config_rx_dma (struct sport_device *sport, void *buf, int fragcount, size_t fragsize) |
|
| EXPORT_SYMBOL (sport_config_rx_dma) |
|
int | sport_config_tx_dma (struct sport_device *sport, void *buf, int fragcount, size_t fragsize) |
|
| EXPORT_SYMBOL (sport_config_tx_dma) |
|
unsigned long | sport_curr_offset_rx (struct sport_device *sport) |
|
| EXPORT_SYMBOL (sport_curr_offset_rx) |
|
unsigned long | sport_curr_offset_tx (struct sport_device *sport) |
|
| EXPORT_SYMBOL (sport_curr_offset_tx) |
|
void | sport_incfrag (struct sport_device *sport, int *frag, int tx) |
|
| EXPORT_SYMBOL (sport_incfrag) |
|
void | sport_decfrag (struct sport_device *sport, int *frag, int tx) |
|
| EXPORT_SYMBOL (sport_decfrag) |
|
int | sport_dump_stat (struct sport_device *sport, char *buf, size_t len) |
|
int | sport_set_rx_callback (struct sport_device *sport, void(*rx_callback)(void *), void *rx_data) |
|
| EXPORT_SYMBOL (sport_set_rx_callback) |
|
int | sport_set_tx_callback (struct sport_device *sport, void(*tx_callback)(void *), void *tx_data) |
|
| EXPORT_SYMBOL (sport_set_tx_callback) |
|
int | sport_set_err_callback (struct sport_device *sport, void(*err_callback)(void *), void *err_data) |
|
| EXPORT_SYMBOL (sport_set_err_callback) |
|
struct sport_device * | sport_init (struct platform_device *pdev, unsigned int wdsize, unsigned int dummy_count, size_t priv_size) |
|
| EXPORT_SYMBOL (sport_init) |
|
void | sport_done (struct sport_device *sport) |
|
| EXPORT_SYMBOL (sport_done) |
|
int | sport_send_and_recv (struct sport_device *sport, u8 *out_data, u8 *in_data, int len) |
|
| EXPORT_SYMBOL (sport_send_and_recv) |
|
| MODULE_AUTHOR ("Roy Huang") |
|
| MODULE_DESCRIPTION ("SPORT driver for ADI Blackfin") |
|
| MODULE_LICENSE ("GPL") |
|