Searched refs:hdid (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/Documentation/rapidio/ |
D | rapidio.txt | 162 "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
|
/Linux-v4.19/drivers/rapidio/devices/ |
D | rio_mport_cdev.c | 502 u16 hdid; in maint_hdid_set() local 504 if (copy_from_user(&hdid, arg, sizeof(hdid))) in maint_hdid_set() 507 md->mport->host_deviceid = hdid; in maint_hdid_set() 508 md->properties.hdid = hdid; in maint_hdid_set() 509 rio_local_set_device_id(md->mport, hdid); in maint_hdid_set() 511 rmcd_debug(MPORT, "Set host device Id to %d", hdid); in maint_hdid_set() 2083 md->properties.hdid = md->mport->host_deviceid; in mport_cdev_ioctl() 2396 md->properties.hdid = mport->host_deviceid; in mport_cdev_add()
|
/Linux-v4.19/include/uapi/linux/ |
D | rio_mport_cdev.h | 70 __u16 hdid; member
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-rapidio | 33 assigned to them using "hdid=..." rapidio module parameter.
|
/Linux-v4.19/drivers/rapidio/ |
D | rio.c | 52 static int hdid[RIO_MAX_MPORTS]; variable 54 module_param_array(hdid, int, &ids_num, 0); 55 MODULE_PARM_DESC(hdid, 2224 return hdid[index]; in rio_get_hdid()
|