Home
last modified time | relevance | path

Searched refs:as10x_cmd_stop_streaming (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/media/usb/as102/
Das10x_cmd_stream.c163 int as10x_cmd_stop_streaming(struct as10x_bus_adapter_t *adap) in as10x_cmd_stop_streaming() function
Das10x_cmd.h502 int as10x_cmd_stop_streaming(struct as10x_bus_adapter_t *adap);
Das102_drv.c61 if (as10x_cmd_stop_streaming(bus_adap) < 0) in as102_stop_stream()