Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/amba/
Dbus.c526 static void amba_deferred_retry_func(struct work_struct *dummy);
527 static DECLARE_DELAYED_WORK(deferred_retry_work, amba_deferred_retry_func);
554 static void amba_deferred_retry_func(struct work_struct *dummy) in amba_deferred_retry_func() function