Lines Matching refs:speed
61 vdev->speed, vdev->devid); in status_show()
137 static int valid_args(__u32 rhport, enum usb_device_speed speed) in valid_args() argument
146 switch (speed) { in valid_args()
154 usb_speed_string(speed)); in valid_args()
178 __u32 rhport = 0, devid = 0, speed = 0; in store_attach() local
187 if (sscanf(buf, "%u %u %u %u", &rhport, &sockfd, &devid, &speed) != 4) in store_attach()
191 rhport, sockfd, devid, speed); in store_attach()
194 if (valid_args(rhport, speed) < 0) in store_attach()
222 rhport, sockfd, devid, speed, usb_speed_string(speed)); in store_attach()
225 vdev->speed = speed; in store_attach()
236 rh_port_connect(rhport, speed); in store_attach()