Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfgraph.c633 int register_ftrace_graph(struct fgraph_ops *gops) in register_ftrace_graph() argument
654 ftrace_graph_return = gops->retfunc; in register_ftrace_graph()
662 __ftrace_graph_entry = gops->entryfunc; in register_ftrace_graph()
672 void unregister_ftrace_graph(struct fgraph_ops *gops) in unregister_ftrace_graph() argument
/openbmc/linux/drivers/clk/nxp/
H A Dclk-lpc32xx.c1435 const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL; in lpc32xx_clk_register() local
1450 gops = gate0->ops; in lpc32xx_clk_register()
1457 gate_hw, gops, lpc32xx_clk->flags); in lpc32xx_clk_register()