Searched refs:pattern_idx (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ ! |
H A D | wlan_hdd_debugfs.c | 108 uint8_t pattern_idx = 0; in __wcnss_wowpattern_write() local 151 if (kstrtou8(token, 0, &pattern_idx)) in __wcnss_wowpattern_write() 159 hdd_del_wowl_ptrn_debugfs(adapter, pattern_idx); in __wcnss_wowpattern_write() 182 hdd_add_wowl_ptrn_debugfs(adapter, pattern_idx, pattern_offset, in __wcnss_wowpattern_write() 235 uint8_t pattern_idx = 0; in __wcnss_patterngen_write() local 289 if (kstrtou8(token, 0, &pattern_idx)) in __wcnss_patterngen_write() 292 if (pattern_idx > (MAXNUM_PERIODIC_TX_PTRNS - 1)) { in __wcnss_patterngen_write() 294 pattern_idx, MAXNUM_PERIODIC_TX_PTRNS - 1); in __wcnss_patterngen_write() 308 if (!hdd_periodic_pattern_map[pattern_idx]) { in __wcnss_patterngen_write() 310 pattern_idx); in __wcnss_patterngen_write() [all …]
|
H A D | wlan_hdd_wowl.c | 333 bool hdd_add_wowl_ptrn_debugfs(struct hdd_adapter *adapter, uint8_t pattern_idx, in hdd_add_wowl_ptrn_debugfs() argument 342 if (pattern_idx > (WOWL_MAX_PTRNS_ALLOWED - 1)) { in hdd_add_wowl_ptrn_debugfs() 344 pattern_idx, WOWL_MAX_PTRNS_ALLOWED - 1); in hdd_add_wowl_ptrn_debugfs() 366 wow_pattern.pattern_id = pattern_idx; in hdd_add_wowl_ptrn_debugfs() 430 if (!g_hdd_wowl_ptrns_debugfs[pattern_idx]) { in hdd_add_wowl_ptrn_debugfs() 431 g_hdd_wowl_ptrns_debugfs[pattern_idx] = 1; in hdd_add_wowl_ptrn_debugfs() 449 uint8_t pattern_idx) in hdd_del_wowl_ptrn_debugfs() argument 454 if (pattern_idx > (WOWL_MAX_PTRNS_ALLOWED - 1)) { in hdd_del_wowl_ptrn_debugfs() 456 pattern_idx, WOWL_MAX_PTRNS_ALLOWED - 1); in hdd_del_wowl_ptrn_debugfs() 461 if (!g_hdd_wowl_ptrns_debugfs[pattern_idx]) { in hdd_del_wowl_ptrn_debugfs() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ ! |
H A D | wlan_hdd_wowl.h | 134 bool hdd_add_wowl_ptrn_debugfs(struct hdd_adapter *adapter, uint8_t pattern_idx, 147 uint8_t pattern_idx);
|