Home
last modified time | relevance | path

Searched refs:retry_counter (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/firmware/
Dstratix10-rsu.c97 unsigned int retry_counter; member
183 priv->retry_counter = *counter; in rsu_retry_callback()
446 return sprintf(buf, "0x%08x\n", priv->retry_counter); in retry_counter_show()
658 static DEVICE_ATTR_RO(retry_counter);
718 priv->retry_counter = INVALID_RETRY_COUNTER; in stratix10_rsu_probe()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-devices-platform-stratix10-rsu77 What: /sys/devices/platform/stratix10-rsu.0/retry_counter
/Linux-v6.6/drivers/usb/core/
Dhub.c4796 int retry_counter, struct usb_device_descriptor *dev_descr) in hub_port_init() argument
4923 do_new_scheme = use_new_scheme(udev, retry_counter, port_dev); in hub_port_init()