| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_sta_mgt.c | 122 struct list_head *plist, *phead; in kfree_all_stainfo() local 126 phead = get_list_head(&pstapriv->free_sta_queue); in kfree_all_stainfo() 127 plist = get_next(phead); in kfree_all_stainfo() 129 while (phead != plist) in kfree_all_stainfo() 143 struct list_head *phead, *plist; in _rtw_free_sta_priv() local 152 phead = &(pstapriv->sta_hash[index]); in _rtw_free_sta_priv() 153 list_for_each(plist, phead) { in _rtw_free_sta_priv() 352 struct list_head *phead, *plist; in rtw_free_stainfo() local 365 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo() 366 plist = get_next(phead); in rtw_free_stainfo() [all …]
|
| H A D | rtw_ap.c | 175 struct list_head *phead, *plist, *tmp; in expire_timeout_chk() local 185 phead = &pstapriv->auth_list; in expire_timeout_chk() 187 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk() 210 phead = &pstapriv->asoc_list; in expire_timeout_chk() 212 list_for_each_safe(plist, tmp, phead) { in expire_timeout_chk() 1142 struct list_head *plist, *phead; in rtw_acl_add_sta() local 1155 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta() 1156 list_for_each(plist, phead) { in rtw_acl_add_sta() 1199 struct list_head *plist, *phead, *tmp; in rtw_acl_remove_sta() local 1207 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta() [all …]
|
| H A D | rtw_mlme.c | 223 struct list_head *phead, *plist; in _rtw_find_network() local 231 phead = get_list_head(scanned_queue); in _rtw_find_network() 232 list_for_each(plist, phead) { in _rtw_find_network() 239 if (plist == phead) in _rtw_find_network() 248 struct list_head *phead, *plist, *tmp; in rtw_free_network_queue() local 255 phead = get_list_head(scanned_queue); in rtw_free_network_queue() 256 list_for_each_safe(plist, tmp, phead) { in rtw_free_network_queue() 381 struct list_head *phead, *plist; in _rtw_find_same_network() local 384 phead = get_list_head(scanned_queue); in _rtw_find_same_network() 385 list_for_each(plist, phead) { in _rtw_find_same_network() [all …]
|
| H A D | rtw_ioctl_set.c | 39 struct list_head *plist, *phead; in rtw_do_join() local 46 phead = get_list_head(queue); in rtw_do_join() 47 plist = get_next(phead); in rtw_do_join()
|
| H A D | rtw_mlme_ext.c | 3578 struct list_head *plist, *phead; in issue_action_BSSCoexistPacket() local 3652 phead = get_list_head(queue); in issue_action_BSSCoexistPacket() 3653 plist = get_next(phead); in issue_action_BSSCoexistPacket() 3660 if (phead == plist) in issue_action_BSSCoexistPacket()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | head.c | 43 nvkm_head_del(struct nvkm_head **phead) in nvkm_head_del() argument 45 struct nvkm_head *head = *phead; in nvkm_head_del() 49 kfree(*phead); in nvkm_head_del() 50 *phead = NULL; in nvkm_head_del()
|
| /linux/arch/powerpc/kernel/ |
| H A D | nvram_64.c | 728 struct nvram_header phead; in nvram_write_header() local 730 memcpy(&phead, &part->header, NVRAM_HEADER_LEN); in nvram_write_header() 731 phead.length = cpu_to_be16(phead.length); in nvram_write_header() 734 rc = ppc_md.nvram_write((char *)&phead, NVRAM_HEADER_LEN, &tmp_index); in nvram_write_header() 987 struct nvram_header phead; in nvram_scan_partitions() local 1015 memcpy(&phead, header, NVRAM_HEADER_LEN); in nvram_scan_partitions() 1017 phead.length = be16_to_cpu(phead.length); in nvram_scan_partitions() 1020 c_sum = nvram_checksum(&phead); in nvram_scan_partitions() 1021 if (c_sum != phead.checksum) { in nvram_scan_partitions() 1024 phead.checksum, c_sum); in nvram_scan_partitions() [all …]
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 964 struct list_head *phead; in __do_sched_recv_cb() local 967 phead = xa_load(&drv_info->partition_info, part_id); in __do_sched_recv_cb() 968 if (!phead) { in __do_sched_recv_cb() 973 list_for_each_entry_safe(partition, tmp, phead, node) { in __do_sched_recv_cb() 1164 struct list_head *phead; in ffa_sched_recv_cb_update() local 1170 phead = xa_load(&drv_info->partition_info, dev->vm_id); in ffa_sched_recv_cb_update() 1171 if (!phead) { in ffa_sched_recv_cb_update() 1176 list_for_each_entry_safe(partition, tmp, phead, node) in ffa_sched_recv_cb_update() 1606 struct list_head *head, *phead; in ffa_xa_add_partition_info() local 1609 phead = xa_load(&drv_info->partition_info, dev->vm_id); in ffa_xa_add_partition_info() [all …]
|
| /linux/fs/proc/ |
| H A D | proc_sysctl.c | 91 static int sysctl_follow_link(struct ctl_table_header **phead, 113 static const struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry() argument 139 *phead = head; in find_entry() 353 static const struct ctl_table *lookup_entry(struct ctl_table_header **phead, in lookup_entry() argument 363 *phead = head; in lookup_entry() 383 struct ctl_table_header **phead, const struct ctl_table **pentry) in first_entry() argument 396 *phead = head; in first_entry() 400 static void next_entry(struct ctl_table_header **phead, const struct ctl_table **pentry) in next_entry() argument 402 struct ctl_table_header *head = *phead; in next_entry() 416 *phead = head; in next_entry() [all …]
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | xmit_linux.c | 126 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 138 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst() 140 list_for_each(plist, phead) { in rtw_mlcst2unicst()
|
| H A D | ioctl_cfg80211.c | 1126 struct list_head *plist, *phead; in rtw_cfg80211_surveydone_event_callback() local 1133 phead = get_list_head(queue); in rtw_cfg80211_surveydone_event_callback() 1134 list_for_each(plist, phead) in rtw_cfg80211_surveydone_event_callback() 2339 struct list_head *phead, *plist, *tmp; in cfg80211_rtw_del_station() local 2366 phead = &pstapriv->asoc_list; in cfg80211_rtw_del_station() 2368 list_for_each_safe(plist, tmp, phead) { in cfg80211_rtw_del_station() 2403 struct list_head *phead, *plist; in rtw_sta_info_get_by_idx() local 2407 phead = &pstapriv->asoc_list; in rtw_sta_info_get_by_idx() 2408 plist = get_next(phead); in rtw_sta_info_get_by_idx() 2411 while (phead != plist) { in rtw_sta_info_get_by_idx()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_xmit.h | 250 u8 *phead; member
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | sdio_ops.c | 831 recvbuf->phead = recvbuf->pskb->head; in sd_recv_rxfifo()
|