Searched refs:ko (Results 1 – 25 of 138) sorted by relevance
123456
/Linux-v5.15/drivers/media/platform/davinci/ |
D | Kconfig | 16 be two modules called vpif.ko and vpif_display.ko 31 be two modules called vpif.ko and vpif_capture.ko 47 be three modules called vpfe_capture.ko, vpss.ko and dm644x_ccdc.ko 63 be three modules called vpfe_capture.ko, vpss.ko and dm355_ccdc.ko 77 be three modules called vpfe_capture.ko, vpss.ko and isif.ko 91 be five modules created called vpss.ko, vpbe.ko, vpbe_osd.ko, 92 vpbe_venc.ko and vpbe_display.ko
|
/Linux-v5.15/scripts/ |
D | Makefile.modinst | 80 $(dst)/%.ko: $(extmod_prefix)%.ko FORCE 87 $(dst)/%.ko: FORCE 102 $(dst)/%.ko.gz: $(dst)/%.ko FORCE 105 $(dst)/%.ko.xz: $(dst)/%.ko FORCE 108 $(dst)/%.ko.zst: $(dst)/%.ko FORCE
|
D | Makefile.modfinal | 58 $(modules): %.ko: %$(mod-prelink-ext).o %.mod.o scripts/module.lds $(if $(KBUILD_BUILTIN),vmlinux) … 64 targets += $(modules) $(modules:.ko=.mod.o)
|
/Linux-v5.15/drivers/staging/greybus/ |
D | Kconfig | 12 will be called gb-audio.ko 23 will be called gb-audio-codec.ko 33 will be called gb-bootrom.ko 43 will be called gb-camera.ko 53 will be called gb-firmware.ko 63 will be called gb-hid.ko 73 will be called gb-light.ko 82 will be called gb-log.ko 91 will be called gb-log.ko 101 will be called gb-power-supply.ko [all …]
|
/Linux-v5.15/Documentation/dev-tools/ |
D | gdb-kernel-debugging.rst | 75 loading @0xffffffffa0020000: /home/user/linux/build/net/netfilter/xt_tcpudp.ko 76 loading @0xffffffffa0016000: /home/user/linux/build/net/netfilter/xt_pkttype.ko 77 loading @0xffffffffa0002000: /home/user/linux/build/net/netfilter/xt_limit.ko 78 loading @0xffffffffa00ca000: /home/user/linux/build/net/packet/af_packet.ko 79 loading @0xffffffffa003c000: /home/user/linux/build/fs/fuse/fuse.ko 81 loading @0xffffffffa0000000: /home/user/linux/build/drivers/ata/ata_generic.ko 97 loading @0xffffffffa0034000: /home/user/linux/build/lib/libcrc32c.ko 98 loading @0xffffffffa0050000: /home/user/linux/build/lib/lzo/lzo_compress.ko 99 loading @0xffffffffa006e000: /home/user/linux/build/lib/zlib_deflate/zlib_deflate.ko 100 loading @0xffffffffa01b1000: /home/user/linux/build/fs/btrfs/btrfs.ko
|
/Linux-v5.15/tools/usb/usbip/ |
D | README | 68 server:# insmod usbip-core.ko 69 server:# insmod usbip-host.ko 78 - Bind usbip-host.ko to the device with busid 1-2. 91 server:# insmod usbip-core.ko 92 server:# insmod usbip-vudc.ko 106 client:# insmod usbip-core.ko 107 client:# insmod vhci-hcd.ko 130 trois:# insmod path/to/usbip-core.ko 131 trois:# insmod path/to/usbip-host.ko 192 deux:# insmod path/to/usbip-core.ko [all …]
|
/Linux-v5.15/drivers/staging/sm750fb/ |
D | readme | 11 insmod ./sm750fb.ko g_option="1280x1024-8@60" 15 insmod ./sm750fb.ko g_option="noaccel:nomtrr:nohwc:800x600" 18 insmod ./sm750fb.ko g_option="dual,800x600:1024x768" 30 insmod ./sm750fb.ko g_option="noaccel:1280x1024@60:otherparm:etc..."
|
/Linux-v5.15/drivers/mcb/ |
D | Kconfig | 17 If build as a module, the module is called mcb.ko 30 If build as a module, the module is called mcb-pci.ko 39 If build as a module, the module is called mcb-lpc.ko
|
/Linux-v5.15/tools/testing/selftests/sparc64/drivers/ |
D | drivers_test.sh | 8 if [ -f ${SRC_TREE}/drivers/char/adi.ko ]; then 9 insmod ${SRC_TREE}/drivers/char/adi.ko 2> /dev/null
|
/Linux-v5.15/drivers/media/v4l2-core/ |
D | Kconfig | 43 # Used by drivers that need tuner.ko 47 # Used by drivers that need v4l2-jpeg.ko 51 # Used by drivers that need v4l2-h264.ko 55 # Used by drivers that need v4l2-mem2mem.ko
|
/Linux-v5.15/tools/power/cpupower/debug/kernel/ |
D | Makefile | 15 - rm -rf *.o *.ko .*.cmd .*.mod.* *.mod.c 20 install -m 644 -c *.ko $(KMISC)
|
/Linux-v5.15/Documentation/input/devices/ |
D | yealink.rst | 10 - keyboard full support, yealink.ko / input event API 11 - LCD full support, yealink.ko / sysfs API 12 - LED full support, yealink.ko / sysfs API 13 - dialtone full support, yealink.ko / sysfs API 14 - ringtone full support, yealink.ko / sysfs API 15 - audio playback full support, snd_usb_audio.ko / alsa API 16 - audio record full support, snd_usb_audio.ko / alsa API
|
/Linux-v5.15/drivers/staging/gdm724x/ |
D | Kconfig | 13 The modules will be called gdmulte.ko and gdmtty.ko
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 28 if [ -f ${OUTPUT}/lib/test_bpf.ko ]; then 29 insmod ${OUTPUT}/lib/test_bpf.ko 2> /dev/null
|
/Linux-v5.15/drivers/net/wireless/quantenna/qtnfmac/ |
D | Kconfig | 21 qtnfmac.ko and qtnfmac_pcie.ko.
|
/Linux-v5.15/scripts/clang-tools/ |
D | gen_compile_commands.py | 155 ko = line.rstrip() 156 base, ext = os.path.splitext(ko) 158 sys.exit('{}: module path must end with .ko'.format(ko))
|
/Linux-v5.15/drivers/usb/dwc2/ |
D | Kconfig | 14 linked modules, the core module will be called dwc2.ko, the PCI 16 called dwc2_pci.ko, and the platform interface module (for 18 dwc2_platform.ko. For all modes(host, gadget and dual-role), there 19 will be an additional module named dwc2.ko.
|
/Linux-v5.15/Documentation/usb/ |
D | gadget-testing.rst | 35 The function is provided by usb_f_acm.ko module. 74 The function is provided by usb_f_ecm.ko module. 114 The function is provided by usb_f_ecm_subset.ko module. 154 The function is provided by usb_f_eem.ko module. 194 The function is provided by usb_f_fs.ko module. 218 The function is provided by usb_f_hid.ko module. 268 The function is provided by usb_f_ss_lb.ko module. 291 The function is provided by usb_f_mass_storage.ko module. 348 The function is provided by usb_f_midi.ko module. 436 The function is provided by usb_f_ncm.ko module. [all …]
|
D | acm.rst | 61 usbcore.ko 62 uhci-hcd.ko ohci-hcd.ko or ehci-hcd.ko 63 cdc-acm.ko
|
/Linux-v5.15/Documentation/kbuild/ |
D | modules.rst | 147 Example (The module foo.ko, consist of bar.o and baz.o):: 151 make -C $KDIR M=$PWD foo.ko 167 and, after linking, will result in the kernel module <module_name>.ko. 178 module 8123.ko, which is built from the following files:: 295 build the kernel module 8123.ko; it has been included as 308 file. For example, if you wanted to build two modules, foo.ko 309 and bar.ko, the kbuild lines would be:: 386 To build the module complex.ko, we then need the following 511 If you have two modules, foo.ko and bar.ko, where 512 foo.ko needs symbols from bar.ko, you can use a [all …]
|
/Linux-v5.15/drivers/greybus/ |
D | Kconfig | 16 will be called greybus.ko 29 will be called gb-es2.ko
|
/Linux-v5.15/drivers/nfc/s3fwrn5/ |
D | Kconfig | 21 be called s3fwrn5_i2c.ko. 33 be called s3fwrn82_uart.ko.
|
/Linux-v5.15/drivers/phy/intel/ |
D | Kconfig | 15 will be called phy-keembay-emmc.ko. 27 will be called phy-keembay-usb.ko.
|
/Linux-v5.15/tools/testing/selftests/bpf/bpf_testmod/ |
D | .gitignore | 4 .ko
|
/Linux-v5.15/drivers/usb/cdns3/ |
D | Kconfig | 24 as module, the module will be called cdns3.ko. 59 be dynamically linked and module will be called cdns3-pci.ko 93 module, the module will be called cdnsp.ko.
|
123456