Home
last modified time | relevance | path

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

/linux/drivers/reset/
H A Dreset-eyeq.c166 struct eqr_private { struct
178 static inline struct eqr_private *eqr_rcdev_to_priv(struct reset_controller_dev *x) in eqr_rcdev_to_priv() argument
180 return container_of(x, struct eqr_private, rcdev); in eqr_rcdev_to_priv()
191 static int eqr_busy_wait_locked(struct eqr_private *priv, struct device *dev, in eqr_busy_wait_locked()
255 static void eqr_assert_locked(struct eqr_private *priv, u32 domain, u32 offset) in eqr_assert_locked()
296 struct eqr_private *priv = eqr_rcdev_to_priv(rcdev); in eqr_assert()
308 static void eqr_deassert_locked(struct eqr_private *priv, u32 domain, in eqr_deassert_locked()
350 struct eqr_private *priv = eqr_rcdev_to_priv(rcdev); in eqr_deassert()
366 struct eqr_private *priv = eqr_rcdev_to_priv(rcdev); in eqr_status()
402 struct eqr_private *priv = eqr_rcdev_to_priv(rcdev); in eqr_of_xlate_internal()
[all …]