rio-scan.c (2ec3ba69faf301fb599e3651515e808e8efa533e) | rio-scan.c (9edbc30b434f56258d03faac5daf37a555384db3) |
---|---|
1/* 2 * RapidIO enumeration and discovery support 3 * 4 * Copyright 2005 MontaVista Software, Inc. 5 * Matt Porter <mporter@kernel.crashing.org> 6 * 7 * Copyright 2009 Integrated Device Technology, Inc. 8 * Alex Bounine <alexandre.bounine@idt.com> --- 1148 unchanged lines hidden (view full) --- 1157 } 1158 1159 return 0; 1160bail: 1161 return -EBUSY; 1162} 1163 1164static struct rio_scan rio_scan_ops = { | 1/* 2 * RapidIO enumeration and discovery support 3 * 4 * Copyright 2005 MontaVista Software, Inc. 5 * Matt Porter <mporter@kernel.crashing.org> 6 * 7 * Copyright 2009 Integrated Device Technology, Inc. 8 * Alex Bounine <alexandre.bounine@idt.com> --- 1148 unchanged lines hidden (view full) --- 1157 } 1158 1159 return 0; 1160bail: 1161 return -EBUSY; 1162} 1163 1164static struct rio_scan rio_scan_ops = { |
1165 .owner = THIS_MODULE, |
|
1165 .enumerate = rio_enum_mport, 1166 .discover = rio_disc_mport, 1167}; 1168 1169static bool scan; 1170module_param(scan, bool, 0); 1171MODULE_PARM_DESC(scan, "Start RapidIO network enumeration/discovery " 1172 "(default = 0)"); --- 28 unchanged lines hidden --- | 1166 .enumerate = rio_enum_mport, 1167 .discover = rio_disc_mport, 1168}; 1169 1170static bool scan; 1171module_param(scan, bool, 0); 1172MODULE_PARM_DESC(scan, "Start RapidIO network enumeration/discovery " 1173 "(default = 0)"); --- 28 unchanged lines hidden --- |