File nut/os/devreg.c


Included Files


Global Variable nutDeviceList

NUTDEVICE* nutDeviceList
Visible in:   nut/include/sys/device.h
    nut/os/devreg.c
Used in: NutDeviceLookup() nut/os/devreg.c
  NutRegisterDevice() nut/os/devreg.c

Global Function NutDeviceLookup()

NUTDEVICE* NutDeviceLookup ( const char* name )
Prototyped in: nut/include/sys/device.h
Calls: strcmp()
Called by: DhcpKick() nut/pro/dhcpc.c
  NutDhcpIfConfig() nut/pro/dhcpc.c
  NutNetIfConfig2() nut/net/ifconfig.c
  NutRegisterDevice() nut/os/devreg.c
  PathOperation() nut/fs/pathops.c
  _open() nut/crt/open.c
  opendir() nut/fs/dirent.c
  stat() nut/fs/pathops.c
References Variables: nutDeviceList nut/os/devreg.c

Global Function NutRegisterDevice()

int NutRegisterDevice ( NUTDEVICE* dev, uptr_t base, u_char irq )
Prototyped in: nut/include/sys/device.h
Calls: NutDeviceLookup() nut/os/devreg.c
References Variables: nutDeviceList nut/os/devreg.c