Searched refs:sv11 (Results 1 – 2 of 2) sorted by relevance
81 struct z8530_dev *sv11 = dev_to_sv(d); in hostess_open() local89 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() local133 sv11->chanA.rx_function = z8530_null_rx; in hostess_close()[all …]
26 # There is no way to detect a comtrol sv11 - force it modular for now.