Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dhostess_sv11.c80 struct z8530_dev *sv11 = dev_to_sv(d); in hostess_open() local
88 err = z8530_sync_open(d, &sv11->chanA); in hostess_open()
91 err = z8530_sync_dma_open(d, &sv11->chanA); in hostess_open()
94 err = z8530_sync_txdma_open(d, &sv11->chanA); in hostess_open()
105 z8530_sync_close(d, &sv11->chanA); in hostess_open()
108 z8530_sync_dma_close(d, &sv11->chanA); in hostess_open()
111 z8530_sync_txdma_close(d, &sv11->chanA); in hostess_open()
116 sv11->chanA.rx_function = hostess_input; in hostess_open()
128 struct z8530_dev *sv11 = dev_to_sv(d); in hostess_close() local
132 sv11->chanA.rx_function = z8530_null_rx; in hostess_close()
[all …]
DKconfig25 # There is no way to detect a comtrol sv11 - force it modular for now.