Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/reset/
Dreset-mpfs.c33 struct mpfs_reset { struct
38 static inline struct mpfs_reset *to_mpfs_reset(struct reset_controller_dev *rcdev) in to_mpfs_reset() argument
40 return container_of(rcdev, struct mpfs_reset, rcdev); in to_mpfs_reset()
48 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_assert()
65 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_deassert()
82 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_status()
92 static int mpfs_reset(struct reset_controller_dev *rcdev, unsigned long id) in mpfs_reset() function
104 .reset = mpfs_reset,
138 struct mpfs_reset *rst; in mpfs_reset_probe()