Searched refs:print_name (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/net/fddi/ | 
| D | defxx.c | 269 					const char *print_name, 533 	const char *print_name = dev_name(bdev);  in dfx_register()  local 550 		       print_name);  in dfx_register() 559 			       print_name);  in dfx_register() 573 		       print_name);  in dfx_register() 575 		       print_name);  in dfx_register() 577 		       "\n", print_name);  in dfx_register() 584 					    print_name);  in dfx_register() 586 		region = request_region(bar_start[0], bar_len[0], print_name);  in dfx_register() 589 		       "aborting\n", dfx_use_mmio ? "MMIO" : "I/O", print_name,  in dfx_register() [all …] 
 | 
| /Linux-v5.10/fs/dlm/ | 
| D | debug_fs.c | 259 	int print_name = 1;  in print_format3()  local 277 			print_name = 0;  in print_format3() 280 	seq_puts(s, print_name ? "str " : "hex");  in print_format3() 283 		if (print_name)  in print_format3() 334 	int print_name = 1;  in print_format4()  local 351 			print_name = 0;  in print_format4() 354 	seq_puts(s, print_name ? "str " : "hex");  in print_format4() 357 		if (print_name)  in print_format4()
  | 
| /Linux-v5.10/kernel/locking/ | 
| D | lockdep_proc.c | 41 static void print_name(struct seq_file *m, struct lock_class *class)  in print_name()  function 82 	print_name(m, class);  in l_show() 88 			print_name(m, entry->class);  in l_show() 154 		print_name(m, class);  in lc_show()
  | 
| /Linux-v5.10/drivers/gpu/drm/msm/adreno/ | 
| D | a6xx_gpu_state.c | 1018 static void print_name(struct drm_printer *p, const char *fmt, const char *name)  in print_name()  function 1034 	print_name(p, "  - type: ", block->name);  in a6xx_show_shader() 1080 		print_name(p, "  - cluster-name: ", dbgahb->name);  in a6xx_show_dbgahb_cluster() 1092 		print_name(p, "  - cluster-name: ", cluster->name);  in a6xx_show_cluster() 1106 	print_name(p, "  - regs-name: ", indexed->name);  in a6xx_show_indexed_regs() 1116 		print_name(p, "  - debugbus-block: ", block->name);  in a6xx_show_debugbus_block()
  | 
| /Linux-v5.10/drivers/net/ethernet/3com/ | 
| D | 3c59x.c | 1099 	const char *print_name = "3c59x";  in vortex_probe1()  local 1110 			print_name = pci_name(pdev);  in vortex_probe1() 1114 			print_name = dev_name(&edev->dev);  in vortex_probe1() 1155 	       print_name,  in vortex_probe1() 1193 					print_name, pci_latency, new_latency);  in vortex_probe1() 1326 				print_name,  in vortex_probe1() 1379 				print_name, vp->media_override,  in vortex_probe1() 1456 				print_name,  in vortex_probe1()
  |