Thank you all for replies.<div>sure these are helping a lot. <br><br><div class="gmail_quote"><div dir="ltr">On Wed 27 Apr, 2016 8:35 am Jay Aurabind, &lt;<a href="mailto:jay.aurabind@gmail.com">jay.aurabind@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 27 April 2016 at 07:05, John de la Garza &lt;<a href="mailto:john@jjdev.com" target="_blank">john@jjdev.com</a>&gt; wrote:<br>
&gt; On Tue, Apr 26, 2016 at 02:00:02PM +0530, Jay Aurabind wrote:<br>
&gt;&gt; On 20 April 2016 at 12:56, Cihangir Akturk &lt;<a href="mailto:cakturk@gmail.com" target="_blank">cakturk@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; On Wed, Apr 20, 2016 at 06:17:38AM +0000, Nijam Haider wrote:<br>
&gt;&gt; &gt;&gt; i was going through the code leds-gpio.c.<br>
&gt;&gt; &gt;&gt; i found a function &quot;platform_gpio_blink_set&quot; declared under private data of<br>
&gt;&gt; &gt;&gt; &quot;gpio_led_data&quot;,and was trying to get through this function. But hardly i can<br>
&gt;&gt; &gt;&gt; find any link to definition for the same anywhere.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; That is a function pointer, so you should search assignments to<br>
&gt;&gt; &gt; that pointer. That way you can find the real function you are<br>
&gt;&gt; &gt; looking for.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve spotted such usages in a lot of places, outside the kernel as<br>
&gt;&gt; well. Just wanted know if there is a smarted way of finding the<br>
&gt;&gt; assignments, like some tools or any other tips which people could use<br>
&gt;&gt; to make life easier ?<br>
&gt;<br>
&gt; I&#39;ve been able to print the address of the functions (once it has<br>
&gt; been assigned), then check the System.map for the function name.<br>
<br>
Thank you all for the smart answers!<br>
<br>
--<br>
<br>
Thanks and Regards,<br>
Aurabindo J<br>
</blockquote></div></div>