Searched refs:hdid (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/devices/ |
| H A D | rio_mport_cdev.c | 498 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() 2088 md->properties.hdid = md->mport->host_deviceid; in mport_cdev_ioctl() 2395 md->properties.hdid = mport->host_deviceid; in mport_cdev_add()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | rio_mport_cdev.h | 70 __u16 hdid; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | rio_mport_cdev.h | 70 __u16 hdid; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rio_mport_cdev.h | 70 __u16 hdid; member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-rapidio | 37 assigned to them using "hdid=..." rapidio module parameter.
|
| /OK3568_Linux_fs/kernel/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, 2220 return hdid[index]; in rio_get_hdid()
|