Home
last modified time | relevance | path

Searched refs:sv11 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dhostess_sv11.c81 struct z8530_dev *sv11 = dev_to_sv(d); in hostess_open() local
89 err = z8530_sync_open(d, &sv11->chanA); in hostess_open()
92 err = z8530_sync_dma_open(d, &sv11->chanA); in hostess_open()
95 err = z8530_sync_txdma_open(d, &sv11->chanA); in hostess_open()
106 z8530_sync_close(d, &sv11->chanA); in hostess_open()
109 z8530_sync_dma_close(d, &sv11->chanA); in hostess_open()
112 z8530_sync_txdma_close(d, &sv11->chanA); in hostess_open()
117 sv11->chanA.rx_function = hostess_input; in hostess_open()
129 struct z8530_dev *sv11 = dev_to_sv(d); in hostess_close() local
133 sv11->chanA.rx_function = z8530_null_rx; in hostess_close()
[all …]
H A DKconfig26 # There is no way to detect a comtrol sv11 - force it modular for now.