Searched refs:hdid (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/driver-api/rapidio/ |
| H A D | rapidio.rst | 168 "rapidio.hdid=" with a list of destination ID assignments in order of mport 170 the command line parameter "rapidio.hdid=-1,7" will result in assignment of 176 traditional methods of passing module parameter "hdid=" during its loading: 178 - from command line: "modprobe rapidio hdid=-1,7", or 180 like in this example: "options rapidio hdid=-1,7". An example of modprobe 184 (i) if "hdid=" parameter is omitted all available mport will be assigned 187 (ii) the "hdid=" parameter in systems with multiple mports can have 333 options rapidio hdid=-1,2
|
| /linux/drivers/rapidio/devices/ |
| H A D | rio_mport_cdev.c | 480 u16 hdid; in maint_hdid_set() local 482 if (copy_from_user(&hdid, arg, sizeof(hdid))) in maint_hdid_set() 485 md->mport->host_deviceid = hdid; in maint_hdid_set() 486 md->properties.hdid = hdid; in maint_hdid_set() 487 rio_local_set_device_id(md->mport, hdid); in maint_hdid_set() 489 rmcd_debug(MPORT, "Set host device Id to %d", hdid); in maint_hdid_set() 2074 md->properties.hdid = md->mport->host_deviceid; in mport_cdev_ioctl() 2381 md->properties.hdid = mport->host_deviceid; in mport_cdev_add()
|
| /linux/include/uapi/linux/ |
| H A D | rio_mport_cdev.h | 70 __u16 hdid; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-rapidio | 37 assigned to them using "hdid=..." rapidio module parameter.
|
| /linux/drivers/rapidio/ |
| H A D | rio.c | 48 static int hdid[RIO_MAX_MPORTS]; variable 50 module_param_array(hdid, int, &ids_num, 0); 51 MODULE_PARM_DESC(hdid, 2036 return hdid[index]; in rio_get_hdid()
|