Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/ !
H A Dwlan_hdd_sysfs_motion_detection.c226 uint32_t val_32[HDD_SYSFS_MT_CONFIG_UINT32_ARGS]; in __hdd_sysfs_mt_config_store() local
264 if (kstrtou32(token, 0, &val_32[i])) in __hdd_sysfs_mt_config_store()
270 motion_det_cfg.time_t1 = val_32[0]; in __hdd_sysfs_mt_config_store()
271 motion_det_cfg.time_t2 = val_32[1]; in __hdd_sysfs_mt_config_store()
272 motion_det_cfg.n1 = val_32[2]; in __hdd_sysfs_mt_config_store()
273 motion_det_cfg.n2 = val_32[3]; in __hdd_sysfs_mt_config_store()
274 motion_det_cfg.time_t1_gap = val_32[4]; in __hdd_sysfs_mt_config_store()
275 motion_det_cfg.time_t2_gap = val_32[5]; in __hdd_sysfs_mt_config_store()
276 motion_det_cfg.coarse_K = val_32[6]; in __hdd_sysfs_mt_config_store()
277 motion_det_cfg.fine_K = val_32[7]; in __hdd_sysfs_mt_config_store()
[all …]