/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 70 struct sta_info *pstat, u16 pkt_type); 914 struct sta_info *pstat = NULL; in OnAuth23a() local 968 pstat = rtw_get_stainfo23a(pstapriv, sa); in OnAuth23a() 969 if (!pstat) { in OnAuth23a() 972 pstat = rtw_alloc_stainfo23a(pstapriv, sa, GFP_ATOMIC); in OnAuth23a() 973 if (!pstat) { in OnAuth23a() 980 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth23a() 981 pstat->auth_seq = 0; in OnAuth23a() 987 if (!list_empty(&pstat->asoc_list)) { in OnAuth23a() 988 list_del_init(&pstat->asoc_list); in OnAuth23a() [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 658 struct sta_info *pstat = NULL; in OnAuth() local 698 pstat = rtw_get_stainfo(pstapriv, sa); in OnAuth() 699 if (pstat == NULL) { in OnAuth() 702 pstat = rtw_alloc_stainfo(pstapriv, sa); in OnAuth() 703 if (pstat == NULL) { in OnAuth() 709 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth() 710 pstat->auth_seq = 0; in OnAuth() 713 if (!list_empty(&pstat->asoc_list)) { in OnAuth() 714 list_del_init(&pstat->asoc_list); in OnAuth() 725 if (list_empty(&pstat->auth_list)) { in OnAuth() [all …]
|
/linux-4.1.27/tools/perf/ |
D | builtin-kmem.c | 322 static struct page_stat *search_page_alloc_stat(struct page_stat *pstat, bool create) in search_page_alloc_stat() argument 334 cmp = page_stat_cmp(data, pstat); in search_page_alloc_stat() 348 data->page = pstat->page; in search_page_alloc_stat() 349 data->order = pstat->order; in search_page_alloc_stat() 350 data->gfp_flags = pstat->gfp_flags; in search_page_alloc_stat() 351 data->migrate_type = pstat->migrate_type; in search_page_alloc_stat() 378 struct page_stat *pstat; in perf_evsel__process_page_alloc_event() local 404 pstat = search_page(page, true); in perf_evsel__process_page_alloc_event() 405 if (pstat == NULL) in perf_evsel__process_page_alloc_event() 408 pstat->order = order; in perf_evsel__process_page_alloc_event() [all …]
|
/linux-4.1.27/drivers/input/misc/ |
D | pcap_keys.c | 31 u32 pstat; in pcap_keys_handler() local 33 ezx_pcap_read(pcap_keys->pcap, PCAP_REG_PSTAT, &pstat); in pcap_keys_handler() 34 pstat &= 1 << pirq; in pcap_keys_handler() 38 input_report_key(pcap_keys->input, KEY_POWER, !pstat); in pcap_keys_handler() 41 input_report_key(pcap_keys->input, KEY_HP, !pstat); in pcap_keys_handler()
|
/linux-4.1.27/drivers/s390/crypto/ |
D | zcrypt_api.c | 793 struct ica_z90_status *pstat; in zcrypt_ica_status() local 796 pstat = kzalloc(sizeof(*pstat), GFP_KERNEL); in zcrypt_ica_status() 797 if (!pstat) in zcrypt_ica_status() 799 pstat->totalcount = zcrypt_device_count; in zcrypt_ica_status() 800 pstat->leedslitecount = zcrypt_count_type(ZCRYPT_PCICA); in zcrypt_ica_status() 801 pstat->leeds2count = zcrypt_count_type(ZCRYPT_PCICC); in zcrypt_ica_status() 802 pstat->requestqWaitCount = zcrypt_requestq_count(); in zcrypt_ica_status() 803 pstat->pendingqWaitCount = zcrypt_pendingq_count(); in zcrypt_ica_status() 804 pstat->totalOpenCount = atomic_read(&zcrypt_open_count); in zcrypt_ica_status() 805 pstat->cryptoDomain = ap_domain_index; in zcrypt_ica_status() [all …]
|
/linux-4.1.27/fs/overlayfs/ |
D | copy_up.c | 305 struct kstat pstat; in ovl_copy_up_one() local 319 err = vfs_getattr(&parentpath, &pstat); in ovl_copy_up_one() 374 ovl_set_timestamps(upperdir, &pstat); in ovl_copy_up_one()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | odm.c | 1044 struct sta_info *pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMaskCE() local 1045 if (IS_STA_VALID(pstat)) { in odm_RefreshRateAdaptiveMaskCE() 1046 …if (ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false , &pstat->rssi_level… in odm_RefreshRateAdaptiveMaskCE() 1049 pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level)); in odm_RefreshRateAdaptiveMaskCE() 1050 rtw_hal_update_ra_mask(pAdapter, i, pstat->rssi_level); in odm_RefreshRateAdaptiveMaskCE()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | odm.c | 1145 struct sta_info *pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMask() local 1146 if (pstat) { in odm_RefreshRateAdaptiveMask() 1147 smoothed = pstat->rssi_stat.UndecoratedSmoothedPWDB; in odm_RefreshRateAdaptiveMask() 1149 &pstat->rssi_level)) { in odm_RefreshRateAdaptiveMask() 1154 pstat->rssi_level)); in odm_RefreshRateAdaptiveMask() 1155 rtw_hal_update_ra_mask23a(pstat, in odm_RefreshRateAdaptiveMask() 1156 pstat->rssi_level); in odm_RefreshRateAdaptiveMask()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 572 struct sta_info *pstat, int pkt_type);
|
/linux-4.1.27/drivers/scsi/ |
D | dc395x.c | 1194 u16 pstat; in dump_register_info() local 1196 pci_read_config_word(dev, PCI_STATUS, &pstat); in dump_register_info() 1253 pstat); in dump_register_info()
|