Home
last modified time | relevance | path

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

/Linux-v4.19/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
/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c502 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/
Drio_mport_cdev.h70 __u16 hdid; member
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-rapidio33 assigned to them using "hdid=..." rapidio module parameter.
/Linux-v4.19/drivers/rapidio/
Drio.c52 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()