Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Dbus.c57 struct list_head *head, *phead = NULL; in scmi_protocol_device_request() local
75 phead = idr_find(&scmi_requested_devices, id_table->protocol_id); in scmi_protocol_device_request()
76 if (phead) { in scmi_protocol_device_request()
77 head = phead; in scmi_protocol_device_request()
105 if (!phead) { in scmi_protocol_device_request()
106 phead = kzalloc_obj(*phead); in scmi_protocol_device_request()
107 if (!phead) { in scmi_protocol_device_request()
112 INIT_LIST_HEAD(phead); in scmi_protocol_device_request()
114 ret = idr_alloc(&scmi_requested_devices, (void *)phead, in scmi_protocol_device_request()
120 kfree(phead); in scmi_protocol_device_request()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.c43 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 Dnvram_64.c728 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 Ddriver.c996 struct list_head *phead; in __do_sched_recv_cb()
999 phead = xa_load(&drv_info->partition_info, part_id); in __do_sched_recv_cb()
1000 if (!phead) { in __do_sched_recv_cb()
1005 list_for_each_entry_safe(partition, tmp, phead, node) {
1221 struct list_head *phead; in ffa_sched_recv_cb_update()
1227 phead = xa_load(&drv_info->partition_info, dev->vm_id); in ffa_sched_recv_cb_update()
1228 if (!phead) { in ffa_sched_recv_cb_update()
1233 list_for_each_entry(partition, phead, node) in ffa_sched_recv_cb_update()
1237 if (&partition->node == phead) { in ffa_sched_recv_cb_update()
1695 struct list_head *head, *phead; in ffa_xa_add_partition_info()
986 struct list_head *phead; __do_sched_recv_cb() local
1211 struct list_head *phead; ffa_sched_recv_cb_update() local
1685 struct list_head *head, *phead; ffa_xa_add_partition_info() local
1762 struct list_head *phead; ffa_partitions_cleanup() local
[all...]
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c223 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()
371 struct list_head *phead, *plist;
374 phead = get_list_head(scanned_queue); in _rtw_find_same_network() local
375 list_for_each(plist, phead) { in _rtw_find_same_network()
393 struct list_head *plist, *phead; rtw_get_oldest_wlan_network() local
475 struct list_head *plist, *phead; rtw_update_scanned_network() local
795 struct list_head *plist, *phead, *ptemp; free_scanqueue() local
1704 struct list_head *phead; rtw_select_roaming_candidate() local
1795 struct list_head *phead; rtw_select_and_join_from_scanned_queue() local
[all...]
/linux/fs/proc/
H A Dproc_sysctl.c91 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 in next_entry()
1058 sysctl_follow_link(struct ctl_table_header ** phead,const struct ctl_table ** pentry) sysctl_follow_link() argument
[all...]
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c597 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/include/
H A Drtw_xmit.h236 u8 *phead;
250 u8 *phead; global() member