| /linux/drivers/firmware/arm_scmi/ |
| H A D | bus.c | 57 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 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 | 968 struct list_head *phead; in __do_sched_recv_cb() local 971 phead = xa_load(&drv_info->partition_info, part_id); in __do_sched_recv_cb() 972 if (!phead) { in __do_sched_recv_cb() 977 list_for_each_entry_safe(partition, tmp, phead, node) { in __do_sched_recv_cb() 1193 struct list_head *phead; in ffa_sched_recv_cb_update() local 1199 phead = xa_load(&drv_info->partition_info, dev->vm_id); in ffa_sched_recv_cb_update() 1200 if (!phead) { in ffa_sched_recv_cb_update() 1205 list_for_each_entry_safe(partition, tmp, phead, node) in ffa_sched_recv_cb_update() 1635 struct list_head *head, *phead; in ffa_xa_add_partition_info() local 1638 phead = xa_load(&drv_info->partition_info, dev->vm_id); in ffa_xa_add_partition_info() [all …]
|
| /linux/drivers/staging/rtl8723bs/core/ |
| 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() 374 struct list_head *phead, *plist; in _rtw_find_same_network() local 377 phead = get_list_head(scanned_queue); in _rtw_find_same_network() 378 list_for_each(plist, phead) { in _rtw_find_same_network() [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/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/include/ |
| H A D | rtw_xmit.h | 250 u8 *phead; member
|