* LKM related API documentation @ 2014-05-04 12:41 Abhijeet Kasurde 2014-05-04 15:00 ` Pranay Srivastava 0 siblings, 1 reply; 4+ messages in thread From: Abhijeet Kasurde @ 2014-05-04 12:41 UTC (permalink / raw) To: kernelnewbies Hi All, Can anyone point me to any location of documentation related to Linux Kernel Module APIs ? I am specifically looking for following APIs - 1. find_symbol 2. request_module 3. find_module etc. Thanks in advance. ^ permalink raw reply [flat|nested] 4+ messages in thread
* LKM related API documentation 2014-05-04 12:41 LKM related API documentation Abhijeet Kasurde @ 2014-05-04 15:00 ` Pranay Srivastava 2014-05-04 15:07 ` Robert P. J. Day 0 siblings, 1 reply; 4+ messages in thread From: Pranay Srivastava @ 2014-05-04 15:00 UTC (permalink / raw) To: kernelnewbies On Sunday, May 4, 2014, Abhijeet Kasurde <abhijeetkasurde21@gmail.com> wrote: > Hi All, > > Can anyone point me to any location of documentation related to Linux > Kernel Module APIs ? > > I am specifically looking for following APIs - > > 1. find_symbol > 2. request_module > 3. find_module etc. > hi Abhijeet, read the code. Its really simple to understand all the three above. I don't think any documentation on these specifically. But the usage is quite simple. Try to look up some modules that use them. > Thanks in advance. > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > -- ---P.K.S -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140504/8fa68467/attachment.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* LKM related API documentation 2014-05-04 15:00 ` Pranay Srivastava @ 2014-05-04 15:07 ` Robert P. J. Day 2014-05-04 17:19 ` Abhijeet Kasurde 0 siblings, 1 reply; 4+ messages in thread From: Robert P. J. Day @ 2014-05-04 15:07 UTC (permalink / raw) To: kernelnewbies On Sun, 4 May 2014, Pranay Srivastava wrote: > > > On Sunday, May 4, 2014, Abhijeet Kasurde <abhijeetkasurde21@gmail.com> wrote: > > Hi All, > > > > Can anyone point me to any location of documentation related to Linux > > Kernel Module APIs ? > > > > I am specifically looking for following APIs - > > > > 1. find_symbol > > 2. request_module > > 3. find_module etc. > > > hi Abhijeet, > > read the code. Its really simple to understand all the three above. > I don't think any documentation on these specifically. But the usage > is quite simple. Try to look up some modules that use them. you could always generate the documentation from the kerneldoc content. i wrote a wiki page on that once, i think the page is still accurate: http://www.crashcourse.ca/wiki/index.php/Kerneldoc rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== ^ permalink raw reply [flat|nested] 4+ messages in thread
* LKM related API documentation 2014-05-04 15:07 ` Robert P. J. Day @ 2014-05-04 17:19 ` Abhijeet Kasurde 0 siblings, 0 replies; 4+ messages in thread From: Abhijeet Kasurde @ 2014-05-04 17:19 UTC (permalink / raw) To: kernelnewbies Thanks Robert, Pranay. Robert, I will take look into generating documentation using your given link, These are just few examples of APIs, I wanted to explore more APIs so documentation will always help and come in handy. BTW, I found one link for various APIs related LKM - https://github.com/jchuang1977/Linux_kernel_API_sample_code This might help others. On Sun, May 4, 2014 at 8:37 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote: > On Sun, 4 May 2014, Pranay Srivastava wrote: > >> >> >> On Sunday, May 4, 2014, Abhijeet Kasurde <abhijeetkasurde21@gmail.com> wrote: >> > Hi All, >> > >> > Can anyone point me to any location of documentation related to Linux >> > Kernel Module APIs ? >> > >> > I am specifically looking for following APIs - >> > >> > 1. find_symbol >> > 2. request_module >> > 3. find_module etc. >> > >> hi Abhijeet, >> >> read the code. Its really simple to understand all the three above. >> I don't think any documentation on these specifically. But the usage >> is quite simple. Try to look up some modules that use them. > > you could always generate the documentation from the kerneldoc > content. i wrote a wiki page on that once, i think the page is still > accurate: > > http://www.crashcourse.ca/wiki/index.php/Kerneldoc > > rday > > -- > > ======================================================================== > Robert P. J. Day Ottawa, Ontario, CANADA > http://crashcourse.ca > > Twitter: http://twitter.com/rpjday > LinkedIn: http://ca.linkedin.com/in/rpjday > ======================================================================== ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-04 17:19 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-05-04 12:41 LKM related API documentation Abhijeet Kasurde 2014-05-04 15:00 ` Pranay Srivastava 2014-05-04 15:07 ` Robert P. J. Day 2014-05-04 17:19 ` Abhijeet Kasurde
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.