#include <linux/module.h>#include <linux/miscdevice.h>#include <linux/proc_fs.h>#include <net/irda/irda.h>#include <net/irda/irmod.h>#include <net/irda/irlap.h>#include <net/irda/irlmp.h>Include dependency graph for irproc.c:

Go to the source code of this file.
Defines | |
| #define | __NO_VERSION__ |
| #define | IRDA_ENTRIES_NUM (sizeof(dir)/sizeof(dir[0])) |
Functions | |
| int | irlap_proc_read (char *buf, char **start, off_t offset, int len, int unused) |
| int | irlmp_proc_read (char *buf, char **start, off_t offset, int len, int unused) |
| int | irttp_proc_read (char *buf, char **start, off_t offset, int len, int unused) |
| int | irias_proc_read (char *buf, char **start, off_t offset, int len, int unused) |
| int | discovery_proc_read (char *buf, char **start, off_t offset, int len, int unused) |
| void | irda_proc_register (void) |
| void | irda_proc_unregister (void) |
Variables | |
| proc_dir_entry * | proc_irda |
| static struct irda_entry | dir [] |
|
|
|
|
|
Definition at line 63 of file irproc.c. Referenced by irda_proc_register(), and irda_proc_unregister(). |
|
||||||||||||||||||||||||
|
Definition at line 212 of file discovery.c. References __u16_host_order::byte, cachelog, cli, discovery_t::daddr, hashbin_get_first(), hashbin_get_next(), HINT_COMM, HINT_COMPUTER, HINT_FAX, HINT_FILE_SERVER, HINT_LAN, HINT_MODEM, HINT_OBEX, HINT_PDA, HINT_PNP, HINT_PRINTER, HINT_TELEPHONY, discovery_t::hints, irlmp, irlmp_get_cachelog(), discovery_t::nickname, NULL, restore_flags, discovery_t::saddr, save_flags, and sprintf(). Here is the call graph for this function: ![]() |
|
|
Definition at line 71 of file irproc.c. References create_proc_entry(), proc_dir_entry::fill_inode, irda_entry::fn, i, IRDA_ENTRIES_NUM, irda_proc_modcount(), name, NULL, and S_IFDIR. Referenced by irda_init(). Here is the call graph for this function: ![]() |
|
|
Definition at line 90 of file irproc.c. References i, IRDA_ENTRIES_NUM, name, NULL, and remove_proc_entry(). Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|