<p dir="ltr">Ctags can help. Ctags -R on the entire source.</p>
<div class="gmail_quote">On 26 Apr 2016 2:19 p.m., &quot;Jay Aurabind&quot; &lt;<a href="mailto:jay.aurabind@gmail.com">jay.aurabind@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 20 April 2016 at 12:56, Cihangir Akturk &lt;<a href="mailto:cakturk@gmail.com">cakturk@gmail.com</a>&gt; wrote:<br>
&gt; On Wed, Apr 20, 2016 at 06:17:38AM +0000, Nijam Haider wrote:<br>
&gt;&gt; i was going through the code leds-gpio.c.<br>
&gt;&gt; i found a function &quot;platform_gpio_blink_set&quot; declared under private data of<br>
&gt;&gt; &quot;gpio_led_data&quot;,and was trying to get through this function. But hardly i can<br>
&gt;&gt; find any link to definition for the same anywhere.<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; That is a function pointer, so you should search assignments to<br>
&gt; that pointer. That way you can find the real function you are<br>
&gt; looking for.<br>
<br>
I&#39;ve spotted such usages in a lot of places, outside the kernel as<br>
well. Just wanted know if there is a smarted way of finding the<br>
assignments, like some tools or any other tips which people could use<br>
to make life easier ?<br>
<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Kernelnewbies mailing list<br>
&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" rel="noreferrer" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
<br>
<br>
<br>
--<br>
<br>
Thanks and Regards,<br>
Aurabindo J<br>
<br>
_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" rel="noreferrer" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</blockquote></div>