| /linux/include/trace/events/ |
| H A D | dlm.h | 105 __dynamic_array(unsigned char, res_name, 119 memcpy(__get_dynamic_array(res_name), r->res_name, 120 __get_dynamic_array_len(res_name)); 122 memcpy(__get_dynamic_array(res_name), name, 123 __get_dynamic_array_len(res_name)); 130 __print_hex_str(__get_dynamic_array(res_name), 131 __get_dynamic_array_len(res_name))) 149 __dynamic_array(unsigned char, res_name, 164 memcpy(__get_dynamic_array(res_name), r->res_name, 165 __get_dynamic_array_len(res_name)); [all …]
|
| /linux/drivers/pci/ |
| H A D | setup-res.c | 33 const char *res_name = pci_resource_name(dev, resno); in pci_std_update_resource() local 110 res_name, new, check); in pci_std_update_resource() 120 res_name, new, check); in pci_std_update_resource() 139 const char *res_name = pci_resource_name(dev, resource); in pci_claim_resource() local 144 res_name, res); in pci_claim_resource() 159 res_name, res); in pci_claim_resource() 167 res_name, res, conflict->name, conflict); in pci_claim_resource() 206 const char *res_name = pci_resource_name(dev, resno); in pci_revert_fw_address() local 236 pci_info(dev, "%s: trying firmware assignment %pR\n", res_name, res); in pci_revert_fw_address() 239 pci_info(dev, "%s %pR: conflicts with %s %pR\n", res_name, res, in pci_revert_fw_address() [all …]
|
| H A D | iov.c | 805 const char *res_name; in sriov_init() local 853 res_name = pci_resource_name(dev, idx); in sriov_init() 874 res_name, res, i, total); in sriov_init()
|
| H A D | pci.c | 3249 const char *res_name; in pci_ea_read() local 3279 res_name = pci_resource_name(dev, bei); in pci_ea_read() 3354 res_name, res, prop); in pci_ea_read() 3357 res_name, res, prop); in pci_ea_read() 3360 res_name, res, prop); in pci_ea_read()
|
| /linux/drivers/dax/ |
| H A D | kmem.c | 48 const char *res_name; member 128 data->res_name = kstrdup(dev_name(dev), GFP_KERNEL); in dev_dax_kmem_probe() 129 if (!data->res_name) in dev_dax_kmem_probe() 146 res = request_mem_region(range.start, range_len(&range), data->res_name); in dev_dax_kmem_probe() 200 kfree(data->res_name); in dev_dax_kmem_probe() 252 kfree(data->res_name); in dev_dax_kmem_remove()
|
| /linux/fs/dlm/ |
| H A D | debug_fs.c | 85 if (isprint(res->res_name[i])) in print_format1() 86 seq_printf(s, "%c", res->res_name[i]); in print_format1() 199 r->res_name); in print_format2_lock() 279 if (!isascii(r->res_name[i]) || !isprint(r->res_name[i])) in print_format3() 287 seq_printf(s, "%c", r->res_name[i]); in print_format3() 289 seq_printf(s, " %02x", (unsigned char)r->res_name[i]); in print_format3() 353 if (!isascii(r->res_name[i]) || !isprint(r->res_name[i])) in print_format4() 361 seq_printf(s, "%c", r->res_name[i]); in print_format4() 363 seq_printf(s, " %02x", (unsigned char)r->res_name[i]); in print_format4() 614 lkb->lkb_nodeid, lkb->lkb_resource->res_name); in waiters_read()
|
| H A D | dir.c | 210 if (len == r->res_length && !memcmp(name, r->res_name, len)) { in find_rsb_root() 212 r->res_name); in find_rsb_root() 371 memcpy(outbuf + offset, r->res_name, r->res_length); in dlm_copy_master_names()
|
| H A D | lock.c | 177 r->res_name); in dlm_print_rsb() 609 memcpy(r->res_name, name, len); in get_rsb_struct() 805 r->res_name); in find_rsb_dir() 863 from_nodeid, r->res_name); in find_rsb_dir() 872 from_nodeid, dir_nodeid, our_nodeid, r->res_name); in find_rsb_dir() 881 from_nodeid, dir_nodeid, r->res_name); in find_rsb_dir() 1130 r->res_first_lkid, r->res_name); in validate_master_nodeid() 1141 r->res_first_lkid, r->res_name); in validate_master_nodeid() 1160 r->res_dir_nodeid, our_nodeid, r->res_name); in __dlm_master_lookup() 1190 r->res_nodeid, r->res_first_lkid, r->res_name); in __dlm_master_lookup() [all …]
|
| H A D | rcom.c | 371 memcpy(rc->rc_buf, r->res_name, r->res_length); in dlm_send_rcom_lookup() 438 memcpy(rl->rl_name, r->res_name, r->res_length); in pack_rcom_lock()
|
| H A D | user.c | 849 trace_dlm_bast(cb->ls_id, cb->lkb_id, cb->mode, cb->res_name, in device_read() 855 cb->sb_flags, cb->res_name, cb->res_length); in device_read()
|
| H A D | config.c | 70 .key_offset = offsetof(struct dlm_rsb, res_name),
|
| /linux/arch/s390/mm/ |
| H A D | extmem.c | 66 char res_name[16]; member 328 memcpy(&seg->res_name, seg->dcss_name, 8); in __segment_load() 329 EBCASC(seg->res_name, 8); in __segment_load() 330 seg->res_name[8] = '\0'; in __segment_load() 331 strlcat(seg->res_name, " (DCSS)", sizeof(seg->res_name)); in __segment_load() 332 seg->res->name = seg->res_name; in __segment_load()
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | csc.c | 247 struct csc_data *csc_create(struct platform_device *pdev, const char *res_name) in csc_create() argument 262 res_name); in csc_create() 265 res_name); in csc_create()
|
| H A D | sc.c | 275 struct sc_data *sc_create(struct platform_device *pdev, const char *res_name) in sc_create() argument 289 sc->res = platform_get_resource_byname(pdev, IORESOURCE_MEM, res_name); in sc_create() 292 res_name); in sc_create()
|
| H A D | csc.h | 63 struct csc_data *csc_create(struct platform_device *pdev, const char *res_name);
|
| H A D | sc.h | 206 struct sc_data *sc_create(struct platform_device *pdev, const char *res_name);
|
| /linux/drivers/mailbox/ |
| H A D | mailbox-th1520.c | 376 char *res_name, size_t offset) in th1520_map_mmio() argument 381 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, res_name); in th1520_map_mmio() 384 dev_err(&pdev->dev, "Failed to get resource: %s\n", res_name); in th1520_map_mmio() 391 dev_err(&pdev->dev, "Failed to map resource: %s\n", res_name); in th1520_map_mmio()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | profile.c | 55 static const char *res_name[] = { variable 172 i, res_name[profile[i].type], in mlx4_make_profile()
|
| /linux/arch/s390/include/asm/ |
| H A D | pci.h | 172 char res_name[16]; member
|
| /linux/drivers/platform/mellanox/ |
| H A D | mlx-platform.c | 8163 mlxplat_pci_fpga_device_init(unsigned int device, const char *res_name, struct pci_dev **pci_bridge, in mlxplat_pci_fpga_device_init() argument 8180 err = pci_request_region(pci_dev, 0, res_name); in mlxplat_pci_fpga_device_init()
|