Searched refs:phead (Results 1 – 7 of 7) sorted by relevance
| /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 | 1008 struct list_head *phead; in __do_sched_recv_cb() local 1011 phead = xa_load(&drv_info->partition_info, part_id); in __do_sched_recv_cb() 1012 if (!phead) { in __do_sched_recv_cb() 1017 list_for_each_entry_safe(partition, tmp, phead, node) { in __do_sched_recv_cb() 1233 struct list_head *phead; in ffa_sched_recv_cb_update() local 1239 phead = xa_load(&drv_info->partition_info, dev->vm_id); in ffa_sched_recv_cb_update() 1240 if (!phead) { in ffa_sched_recv_cb_update() 1245 list_for_each_entry(partition, phead, node) in ffa_sched_recv_cb_update() 1249 if (&partition->node == phead) { in ffa_sched_recv_cb_update() 1707 struct list_head *head, *phead; in ffa_xa_add_partition_info() local [all …]
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | xmit_linux.c | 118 struct list_head *phead, *plist; in rtw_mlcst2unicst() local 130 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst() 132 list_for_each(plist, phead) { in rtw_mlcst2unicst()
|
| H A D | ioctl_cfg80211.c | 1129 struct list_head *plist, *phead; in rtw_cfg80211_surveydone_event_callback() local 1136 phead = get_list_head(queue); in rtw_cfg80211_surveydone_event_callback() 1137 list_for_each(plist, phead) in rtw_cfg80211_surveydone_event_callback() 2351 struct list_head *phead, *plist, *tmp; in cfg80211_rtw_del_station() local 2378 phead = &pstapriv->asoc_list; in cfg80211_rtw_del_station() 2380 list_for_each_safe(plist, tmp, phead) { in cfg80211_rtw_del_station() 2415 struct list_head *phead, *plist; in rtw_sta_info_get_by_idx() local 2419 phead = &pstapriv->asoc_list; in rtw_sta_info_get_by_idx() 2420 plist = get_next(phead); in rtw_sta_info_get_by_idx() 2423 while (phead != plist) { in rtw_sta_info_get_by_idx()
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_ib.c | 597 void *phead; in ipoib_send() local 602 phead = skb->data; in ipoib_send() 619 phead = NULL; in ipoib_send() 679 address, dqpn, tx_req, phead, hlen); in ipoib_send()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 3499 struct list_head *plist, *phead; in issue_action_BSSCoexistPacket() local 3570 phead = get_list_head(queue); in issue_action_BSSCoexistPacket() 3571 plist = get_next(phead); in issue_action_BSSCoexistPacket() 3578 if (phead == plist) in issue_action_BSSCoexistPacket()
|