Home
last modified time | relevance | path

Searched defs:clk_put (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclkdev.c115 void clk_put(struct clk *clk) in clk_put() function
/openbmc/linux/include/linux/
H A Dclk.h977 static inline void clk_put(struct clk *clk) {} in clk_put() function
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c239 #define clk_put(clk) do { } while (0) macro