Home
last modified time | relevance | path

Searched refs:hdid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/Documentation/rapidio/
Drapidio.txt162 "rapidio.hdid=" with a list of destination ID assignments in order of mport
164 the command line parameter "rapidio.hdid=-1,7" will result in assignment of
170 traditional methods of passing module parameter "hdid=" during its loading:
171 - from command line: "modprobe rapidio hdid=-1,7", or
173 like in this example: "options rapidio hdid=-1,7". An example of modprobe
177 (i) if "hdid=" parameter is omitted all available mport will be assigned
179 (ii) the "hdid=" parameter in systems with multiple mports can have
326 options rapidio hdid=-1,2
Dsysfs.txt132 to them using "hdid=..." rapidio module parameter.
/linux-4.1.27/drivers/rapidio/
Drio.c38 static int hdid[RIO_MAX_MPORTS]; variable
40 module_param_array(hdid, int, &ids_num, 0);
41 MODULE_PARM_DESC(hdid,
1909 return hdid[index]; in rio_get_hdid()