N900 Software Kernel Modules
(New page: Nokia-N900-02-8:/home/user/data/chroot/usr/src/kernel-2.6.28# lsmod|awk '{gsub("_","-",$1);printf("%s ",$0);system("find . -name "$1".ko")}' |awk '{gsub("\.ko$",".c",$NF);$NF= "[http://m...) |
(categorize) |
||
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | lsmod|awk '{gsub("_","-",$1);printf(" %s ",$0);system("find . -name "$1".ko");print ""}' |awk '{gsub("\.ko$",".c",$NF);$NF= "[http://mxr.maemo.org/fremantle/source/kernel/"$NF" "$1" source]";print}'>list.mw | |
- | + | Module Size Used by pn-pep 12992 0 g-nokia 30504 6 vfat 9600 1 [http://mxr.maemo.org/fremantle/source/kernel/./fs/fat/vfat.c Module source] | |
- | fat 43420 1 vfat [http://mxr.maemo.org/fremantle/source/kernel/./fs/fat/fat.c | + | |
- | + | fat 43420 1 vfat [http://mxr.maemo.org/fremantle/source/kernel/./fs/fat/fat.c fat source] | |
- | + | ||
- | panic-info-buff 2820 0 sco 9544 2 [http://mxr.maemo.org/fremantle/source/kernel/./net/bluetooth/sco.c | + | sd-mod 20372 0 scsi-mod 82016 1 sd_mod iphb 3300 1 [http://mxr.maemo.org/fremantle/source/kernel/./net/ipv4/netfilter/iphb.c sd-mod source] |
- | + | ||
- | ext3 96388 2 [http://mxr.maemo.org/fremantle/source/kernel/./fs/ext3/ext3.c | + | rfcomm 33620 14 [http://mxr.maemo.org/fremantle/source/kernel/./net/bluetooth/rfcomm/rfcomm.c rfcomm source] |
- | + | ||
- | jbd 43220 1 ext3 [http://mxr.maemo.org/fremantle/source/kernel/./fs/jbd/jbd.c | + | panic-info-buff 2820 0 sco 9544 2 [http://mxr.maemo.org/fremantle/source/kernel/./net/bluetooth/sco.c panic-info-buff source] |
- | + | ||
- | + | l2cap 21060 9 rfcomm [http://mxr.maemo.org/fremantle/source/kernel/./net/bluetooth/l2cap.c l2cap source] | |
- | uinput 7040 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/input/misc/uinput.c | + | |
- | + | ext3 96388 2 [http://mxr.maemo.org/fremantle/source/kernel/./fs/ext3/ext3.c ext3 source] | |
- | omap-previewer-hack 10840 0 omap34xxcam-mod 18244 8 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/omap34xxcam-mod.c | + | |
- | + | omaplfb 10592 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/gpu/pvr/omaplfb.c omaplfb source] | |
- | + | ||
- | + | jbd 43220 1 ext3 [http://mxr.maemo.org/fremantle/source/kernel/./fs/jbd/jbd.c jbd source] | |
- | + | ||
- | omap3-iommu 1156 0 [http://mxr.maemo.org/fremantle/source/kernel/./arch/arm/mach-omap2/omap3-iommu.c | + | pvrsrvkm 120384 7 omaplfb [http://mxr.maemo.org/fremantle/source/kernel/./drivers/gpu/pvr/pvrsrvkm.c pvrsrvkm source] |
- | + | ||
- | iommu 8648 3 isp_mod,iovmm,iommu2 [http://mxr.maemo.org/fremantle/source/kernel/./arch/arm/plat-omap/iommu.c | + | bridgedriver 156844 1 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/dsp/bridge/bridgedriver.c bridgedriver source] |
- | + | ||
- | + | uinput 7040 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/input/misc/uinput.c uinput source] | |
- | + | ||
- | + | board-rx51-camera 5216 1 [http://mxr.maemo.org/fremantle/source/kernel/./arch/arm/mach-omap2/board-rx51-camera.c board-rx51-camera source] | |
- | wl12xx 76864 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/net/wireless/wl12xx/wl12xx.c | + | |
- | + | omap-previewer-hack 10840 0 omap34xxcam-mod 18244 8 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/omap34xxcam-mod.c omap-previewer-hack source] | |
- | + | ||
- | + | isp-mod 90288 3 board_rx51_camera,omap_previewer_hack,omap34xxcam_mod [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/isp/isp-mod.c isp-mod source] | |
- | + | ||
- | + | iovmm 6724 1 isp_mod [http://mxr.maemo.org/fremantle/source/kernel/./arch/arm/plat-omap/iovmm.c iovmm source] | |
- | + | ||
- | + | videobuf-dma-sg 9348 3 omap_previewer_hack,omap34xxcam_mod,isp_mod [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/videobuf-dma-sg.c videobuf-dma-sg source] | |
- | lis302dl 6848 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/i2c/chips/lis302dl.c | + | |
- | + | videobuf-core 14020 3 omap_previewer_hack,omap34xxcam_mod,videobuf_dma_sg [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/videobuf-core.c videobuf-core source] | |
- | + | ||
- | v4l1-compat 12100 1 videodev [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/v4l1-compat.c | + | omap3-iommu 1156 0 [http://mxr.maemo.org/fremantle/source/kernel/./arch/arm/mach-omap2/omap3-iommu.c omap3-iommu source] |
- | + | ||
- | adp1653 4432 1 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/adp1653.c | + | iommu2 4096 0 [http://mxr.maemo.org/fremantle/source/kernel/./arch/arm/mach-omap2/iommu2.c iommu2 source] |
- | + | ||
- | tsl2563 4864 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/i2c/chips/tsl2563.c | + | iommu 8648 3 isp_mod,iovmm,iommu2 [http://mxr.maemo.org/fremantle/source/kernel/./arch/arm/plat-omap/iommu.c iommu source] |
- | + | ||
- | v4l2-int-device 2816 6 | + | dspbridge 1284 0 [http://mxr.maemo.org/fremantle/source/kernel/./arch/arm/mach-omap2/dspbridge.c dspbridge source] |
- | + | ||
- | rtc-core 13208 1 rtc_twl4030 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/rtc/rtc-core.c | + | ssi-mcsaab-imp 11316 0 cmt-speech 8952 1 phonet 15336 23 pn_pep,g_nokia,ssi_mcsaab_imp [http://mxr.maemo.org/fremantle/source/kernel/./net/phonet/phonet.c ssi-mcsaab-imp source] |
- | + | ||
- | + | smc91x 15428 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/net/smc91x.c smc91x source] | |
+ | |||
+ | mii 4096 1 smc91x [http://mxr.maemo.org/fremantle/source/kernel/./drivers/net/mii.c mii source] | ||
+ | |||
+ | wl12xx 76864 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/net/wireless/wl12xx/wl12xx.c wl12xx source] | ||
+ | |||
+ | mmc-block 8964 5 omap-wdt 4940 1 omap-ssi 18116 2 ssi_mcsaab_imp,cmt_speech mac80211 122954 1 wl12xx [http://mxr.maemo.org/fremantle/source/kernel/./net/mac80211/mac80211.c mmc-block source] | ||
+ | |||
+ | crc7 1216 1 wl12xx [http://mxr.maemo.org/fremantle/source/kernel/./lib/crc7.c crc7 source] | ||
+ | |||
+ | omap-hsmmc 12224 0 tsc2005 7744 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/input/touchscreen/tsc2005.c omap-hsmmc source] | ||
+ | |||
+ | nokia-av 6016 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/misc/nokia-av.c nokia-av source] | ||
+ | |||
+ | hci-h4p 16072 0 mmc-core 46996 2 mmc_block,omap_hsmmc bluetooth 53596 6 rfcomm,sco,l2cap,hci_h4p [http://mxr.maemo.org/fremantle/source/kernel/./net/bluetooth/bluetooth.c hci-h4p source] | ||
+ | |||
+ | fmtx-si4713 27392 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/radio/fmtx-si4713.c fmtx-si4713 source] | ||
+ | |||
+ | et8ek8 8736 1 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/et8ek8.c et8ek8 source] | ||
+ | |||
+ | lis302dl 6848 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/i2c/chips/lis302dl.c lis302dl source] | ||
+ | |||
+ | ad5820 3868 1 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/ad5820.c ad5820 source] | ||
+ | |||
+ | videodev 28160 2 omap34xxcam_mod,fmtx_si4713 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/videodev.c videodev source] | ||
+ | |||
+ | v4l1-compat 12100 1 videodev [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/v4l1-compat.c v4l1-compat source] | ||
+ | |||
+ | compat-ioctl32 832 1 fmtx_si4713 leds-lp5523 9792 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/leds/leds-lp5523.c compat-ioctl32 source] | ||
+ | |||
+ | adp1653 4432 1 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/adp1653.c adp1653 source] | ||
+ | |||
+ | smia-sensor 7244 1 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/smia-sensor.c smia-sensor source] | ||
+ | |||
+ | tsl2563 4864 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/i2c/chips/tsl2563.c tsl2563 source] | ||
+ | |||
+ | smiaregs 6656 4 et8ek8,ad5820,adp1653,smia_sensor [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/smiaregs.c smiaregs source] | ||
+ | |||
+ | v4l2-int-device 2816 6 board_rx51_camera,omap34xxcam_mod,et8ek8,ad5820,adp1653,smia_sensor [http://mxr.maemo.org/fremantle/source/kernel/./drivers/media/video/v4l2-int-device.c v4l2-int-device source] | ||
+ | |||
+ | rtc-twl4030 4482 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/rtc/rtc-twl4030.c rtc-twl4030 source] | ||
+ | |||
+ | rtc-core 13208 1 rtc_twl4030 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/rtc/rtc-core.c rtc-core source] | ||
+ | |||
+ | leds-twl4030-vibra 3840 0 [http://mxr.maemo.org/fremantle/source/kernel/./drivers/leds/leds-twl4030-vibra.c leds-twl4030-vibra source] | ||
+ | |||
+ | twl4030-wdt 3468 1 led-class 2948 2 leds_lp5523,leds_twl4030_vibra [http://mxr.maemo.org/fremantle/source/kernel/./drivers/leds/led-class.c twl4030-wdt source] | ||
+ | |||
+ | [[Category:Fremantle]] | ||
+ | [[Category:Development]] |
Latest revision as of 14:57, 14 June 2010
lsmod|awk '{gsub("_","-",$1);printf(" %s ",$0);system("find . -name "$1".ko");print ""}' |awk '{gsub("\.ko$",".c",$NF);$NF= ""$NF" "$1" source";print}'>list.mw
Module Size Used by pn-pep 12992 0 g-nokia 30504 6 vfat 9600 1 Module source
fat 43420 1 vfat fat source
sd-mod 20372 0 scsi-mod 82016 1 sd_mod iphb 3300 1 sd-mod source
rfcomm 33620 14 rfcomm source
panic-info-buff 2820 0 sco 9544 2 panic-info-buff source
l2cap 21060 9 rfcomm l2cap source
ext3 96388 2 ext3 source
omaplfb 10592 0 omaplfb source
jbd 43220 1 ext3 jbd source
pvrsrvkm 120384 7 omaplfb pvrsrvkm source
bridgedriver 156844 1 bridgedriver source
uinput 7040 0 uinput source
board-rx51-camera 5216 1 board-rx51-camera source
omap-previewer-hack 10840 0 omap34xxcam-mod 18244 8 omap-previewer-hack source
isp-mod 90288 3 board_rx51_camera,omap_previewer_hack,omap34xxcam_mod isp-mod source
iovmm 6724 1 isp_mod iovmm source
videobuf-dma-sg 9348 3 omap_previewer_hack,omap34xxcam_mod,isp_mod videobuf-dma-sg source
videobuf-core 14020 3 omap_previewer_hack,omap34xxcam_mod,videobuf_dma_sg videobuf-core source
omap3-iommu 1156 0 omap3-iommu source
iommu2 4096 0 iommu2 source
iommu 8648 3 isp_mod,iovmm,iommu2 iommu source
dspbridge 1284 0 dspbridge source
ssi-mcsaab-imp 11316 0 cmt-speech 8952 1 phonet 15336 23 pn_pep,g_nokia,ssi_mcsaab_imp ssi-mcsaab-imp source
smc91x 15428 0 smc91x source
mii 4096 1 smc91x mii source
wl12xx 76864 0 wl12xx source
mmc-block 8964 5 omap-wdt 4940 1 omap-ssi 18116 2 ssi_mcsaab_imp,cmt_speech mac80211 122954 1 wl12xx mmc-block source
crc7 1216 1 wl12xx crc7 source
omap-hsmmc 12224 0 tsc2005 7744 0 omap-hsmmc source
nokia-av 6016 0 nokia-av source
hci-h4p 16072 0 mmc-core 46996 2 mmc_block,omap_hsmmc bluetooth 53596 6 rfcomm,sco,l2cap,hci_h4p hci-h4p source
fmtx-si4713 27392 0 fmtx-si4713 source
et8ek8 8736 1 et8ek8 source
lis302dl 6848 0 lis302dl source
ad5820 3868 1 ad5820 source
videodev 28160 2 omap34xxcam_mod,fmtx_si4713 videodev source
v4l1-compat 12100 1 videodev v4l1-compat source
compat-ioctl32 832 1 fmtx_si4713 leds-lp5523 9792 0 compat-ioctl32 source
adp1653 4432 1 adp1653 source
smia-sensor 7244 1 smia-sensor source
tsl2563 4864 0 tsl2563 source
smiaregs 6656 4 et8ek8,ad5820,adp1653,smia_sensor smiaregs source
v4l2-int-device 2816 6 board_rx51_camera,omap34xxcam_mod,et8ek8,ad5820,adp1653,smia_sensor v4l2-int-device source
rtc-twl4030 4482 0 rtc-twl4030 source
rtc-core 13208 1 rtc_twl4030 rtc-core source
leds-twl4030-vibra 3840 0 leds-twl4030-vibra source
twl4030-wdt 3468 1 led-class 2948 2 leds_lp5523,leds_twl4030_vibra twl4030-wdt source
- This page was last modified on 14 June 2010, at 14:57.
- This page has been accessed 11,240 times.