Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/driver-api/rapidio/
Drapidio.rst168 "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-6.1.9/drivers/rapidio/devices/
Drio_mport_cdev.c498 u16 hdid; in maint_hdid_set() local
500 if (copy_from_user(&hdid, arg, sizeof(hdid))) in maint_hdid_set()
503 md->mport->host_deviceid = hdid; in maint_hdid_set()
504 md->properties.hdid = hdid; in maint_hdid_set()
505 rio_local_set_device_id(md->mport, hdid); in maint_hdid_set()
507 rmcd_debug(MPORT, "Set host device Id to %d", hdid); in maint_hdid_set()
2092 md->properties.hdid = md->mport->host_deviceid; in mport_cdev_ioctl()
2399 md->properties.hdid = mport->host_deviceid; in mport_cdev_add()
/linux-6.1.9/include/uapi/linux/
Drio_mport_cdev.h70 __u16 hdid; member
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-class-rapidio37 assigned to them using "hdid=..." rapidio module parameter.
/linux-6.1.9/drivers/rapidio/
Drio.c48 static int hdid[RIO_MAX_MPORTS]; variable
50 module_param_array(hdid, int, &ids_num, 0);
51 MODULE_PARM_DESC(hdid,
2139 return hdid[index]; in rio_get_hdid()