Searched refs:drvname (Results  1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/staging/unisys/include/ | 
| D | vbushelper.h | 35 	snprintf(bus_device_info_ptr->drvname,  in bus_device_info_init() 36 		 sizeof(bus_device_info_ptr->drvname),  in bus_device_info_init()
  | 
| /linux-4.4.14/drivers/staging/unisys/visorbus/ | 
| D | vbusdeviceinfo.h | 29 	u8 drvname[16];		/* driver .sys file name */  member 189 	psrc = &devinfo->drvname[0];  in vbuschannel_devinfo_to_string() 190 	nsrc = sizeof(devinfo->drvname);  in vbuschannel_devinfo_to_string()
  | 
| /linux-4.4.14/include/linux/ | 
| D | hdlcdrv.h | 74 	const char *drvname;  member
  | 
| /linux-4.4.14/drivers/net/hamradio/ | 
| D | hdlcdrv.c | 609 		if (s->ops && s->ops->drvname) {  in hdlcdrv_ioctl() 610 			strncpy(bi.data.drivername, s->ops->drvname,   in hdlcdrv_ioctl()
  | 
| D | baycom_par.c | 390 	.drvname = bc_drvname,
  | 
| D | baycom_ser_fdx.c | 510 	.drvname = bc_drvname,
  | 
| D | baycom_ser_hdx.c | 546 	.drvname = bc_drvname,
  | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | sm501fb.c | 1895 			     enum sm501_controller head, const char *drvname)  in sm501fb_start_one()  argument 1905 	ret = sm501fb_init_fb(info->fb[head], head, drvname);  in sm501fb_start_one() 1907 		dev_err(info->dev, "cannot initialise fb %s\n", drvname);  in sm501fb_start_one() 1913 		dev_err(info->dev, "failed to register fb %s\n", drvname);  in sm501fb_start_one()
  | 
| /linux-4.4.14/drivers/message/fusion/ | 
| D | mptbase.c | 6641 	char	*drvname;  in mpt_version_proc_show()  local 6648 		drvname = NULL;  in mpt_version_proc_show() 6652 				if (!scsi++) drvname = "SPI host";  in mpt_version_proc_show() 6655 				if (!fc++) drvname = "FC host";  in mpt_version_proc_show() 6658 				if (!sas++) drvname = "SAS host";  in mpt_version_proc_show() 6661 				if (!lan++) drvname = "LAN";  in mpt_version_proc_show() 6664 				if (!targ++) drvname = "SCSI target";  in mpt_version_proc_show() 6667 				if (!ctl++) drvname = "ioctl";  in mpt_version_proc_show() 6671 			if (drvname)  in mpt_version_proc_show() 6672 				seq_printf(m, "  Fusion MPT %s driver\n", drvname);  in mpt_version_proc_show()
  |