Searched refs:set_stream_detection (Results 1 – 1 of 1) sorted by relevance
6986 u8 set_stream_detection = 0; in pqi_host_enable_stream_detection_store() local6988 if (kstrtou8(buffer, 0, &set_stream_detection)) in pqi_host_enable_stream_detection_store()6991 if (set_stream_detection > 0) in pqi_host_enable_stream_detection_store()6992 set_stream_detection = 1; in pqi_host_enable_stream_detection_store()6994 ctrl_info->enable_stream_detection = set_stream_detection; in pqi_host_enable_stream_detection_store()