Home
last modified time | relevance | path

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

/components/utilities/libadt/ref/
A Dref.h21 struct rt_ref struct
28 rt_inline void rt_ref_init(struct rt_ref *r) in rt_ref_init() argument
33 rt_inline unsigned int rt_ref_read(struct rt_ref *r) in rt_ref_read()
42 rt_inline void rt_ref_get(struct rt_ref *r) in rt_ref_get()
54 rt_inline int rt_ref_put(struct rt_ref *r, void (*release)(struct rt_ref *r)) in rt_ref_put()
70 rt_inline int rt_ref_get_unless_zero(struct rt_ref *r) in rt_ref_get_unless_zero()
/components/drivers/include/drivers/core/
A Dpower_domain.h52 struct rt_ref ref;
/components/drivers/include/drivers/
A Dregulator.h55 struct rt_ref ref;
A Dclk.h65 struct rt_ref ref;
A Dpci_endpoint.h83 struct rt_ref ref;
A Dofw.h46 struct rt_ref ref;
/components/drivers/core/
A Dpower_domain.c193 static void dm_power_domain_release(struct rt_ref *r) in dm_power_domain_release()
/components/drivers/pci/endpoint/
A Dendpoint.c491 static void pci_ep_release(struct rt_ref *ref) in pci_ep_release()
/components/drivers/regulator/
A Dregulator.c613 static void regulator_release(struct rt_ref *r) in regulator_release()
/components/drivers/pic/
A Dpic-gicv3-its.c86 struct rt_ref ref;
923 static void its_map_release(struct rt_ref *r) in its_map_release()
/components/drivers/clk/
A Dclk.c35 static void clk_release(struct rt_ref *r) in clk_release()
/components/drivers/ofw/
A Dbase.c262 static void ofw_node_release(struct rt_ref *r) in ofw_node_release()

Completed in 21 milliseconds