/Linux-v6.1/tools/memory-model/Documentation/ |
D | README | 8 depending on what you know and what you would like to learn. Please note 35 of LKMM, and would like to learn about LKMM's requirements,
|
/Linux-v6.1/Documentation/rust/ |
D | coding-guidelines.rst | 13 contributing from time to time to the kernel does not need to learn and 112 To learn Markdown, there are many guides available out there. For instance, 175 To learn more about how to write documentation for Rust and extra features,
|
/Linux-v6.1/include/uapi/linux/ |
D | fsmap.h | 32 * lowest disk mapping ("low key") that the user wants to learn 39 * highest disk mapping ("high key") that the user wants to learn
|
/Linux-v6.1/drivers/net/ethernet/mscc/ |
D | ocelot_net.c | 617 } learn; member 636 ocelot_mact_learn(ocelot, w->learn.pgid, w->learn.addr, in ocelot_mact_work() 637 w->learn.vid, w->learn.entry_type); in ocelot_mact_work() 685 ether_addr_copy(w.learn.addr, addr); in ocelot_mc_sync() 686 w.learn.vid = OCELOT_STANDALONE_PVID; in ocelot_mc_sync() 687 w.learn.pgid = PGID_CPU; in ocelot_mc_sync() 688 w.learn.entry_type = ENTRYTYPE_LOCKED; in ocelot_mc_sync() 719 /* Learn the new net device MAC address in the mac table. */ in ocelot_port_set_mac_address()
|
/Linux-v6.1/fs/hfs/ |
D | Kconfig | 9 Please read <file:Documentation/filesystems/hfs.rst> to learn about
|
/Linux-v6.1/fs/ecryptfs/ |
D | Kconfig | 10 <file:Documentation/filesystems/ecryptfs.rst> to learn more about
|
/Linux-v6.1/Documentation/process/ |
D | howto.rst | 7 instructions on how to become a Linux kernel developer and how to learn 20 So, you want to learn how to become a Linux kernel developer? Or you 49 Please remember that you are trying to learn how to work with the 53 such a large and geographically dispersed team. Try to learn as much as 215 will learn the basics of getting your patch into the Linux kernel tree, 356 more stable, but you'll also learn to fix real world problems and you will
|
D | index.rst | 14 to learn about how our community works. Reading these documents will make
|
D | 7.AdvancedTopics.rst | 7 works. There is still more to learn, however! This section will cover a 156 learn how to program in the kernel environment than by looking at code
|
/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/ |
D | calxeda-ddr-ctrlr.yaml | 12 purposes and to learn about the DRAM topology.
|
/Linux-v6.1/drivers/md/ |
D | Kconfig | 31 <https://www.tldp.org/docs.html#howto>. There you will also learn 76 learn where to get the supporting user space utilities raidtools. 98 learn where to get the supporting user space utilities raidtools. 153 learn where to get the supporting user space utilities raidtools.
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | querycap.rst | 27 example :ref:`VIDIOC_ENUMINPUT` to learn about the
|
D | video.rst | 16 To learn about the number and attributes of the available inputs and
|
/Linux-v6.1/Documentation/gpu/amdgpu/display/ |
D | index.rst | 23 If you want to learn more about our driver details, take a look at the below
|
/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_mactable.c | 15 #define MAC_CMD_LEARN 0 /* Insert (Learn) 1 entry */ 106 /* Insert/learn new entry */ in sparx5_mact_learn() 304 * it is possible for an entry to be learn by HW and before the in sparx5_add_mact_entry()
|
/Linux-v6.1/Documentation/userspace-api/media/rc/ |
D | lirc-set-wideband-receiver.rst | 36 intended to be used to learn output of existing remote. This ioctl
|
/Linux-v6.1/Documentation/arm/sunxi/ |
D | clocks.rst | 47 Q: Were can I learn more about the sunxi clocks?
|
/Linux-v6.1/drivers/media/rc/keymaps/ |
D | rc-beelink-gs1.c | 13 * TV Keys (Power, Learn and Volume)
|
/Linux-v6.1/net/core/ |
D | bpf_sk_storage.c | 635 /* Continue to learn diag_size */ in bpf_sk_storage_diag_put_all() 644 /* Continue to learn diag_size */ in bpf_sk_storage_diag_put_all() 696 /* Continue to learn diag_size */ in bpf_sk_storage_diag_put() 711 /* Continue to learn diag_size */ in bpf_sk_storage_diag_put()
|
/Linux-v6.1/arch/x86/include/uapi/asm/ |
D | e820.h | 45 * time they will learn... )
|
/Linux-v6.1/include/linux/ |
D | virtio_ring.h | 65 * expected. The caller should query virtqueue_get_vring_size to learn
|
/Linux-v6.1/drivers/net/ethernet/sunplus/ |
D | spl2sw_mac.c | 66 /* Set learn port = cpu_port, aging = 1 */ in spl2sw_mac_addr_add() 101 /* Set learn port = lan_port0 and aging = 0 in spl2sw_mac_addr_del()
|
/Linux-v6.1/Documentation/gpu/ |
D | introduction.rst | 135 experience, one needs to get familiar with all the concepts and learn about the 139 and documents that can be used to learn about DRM/KMS and graphics in general.
|
/Linux-v6.1/drivers/net/dsa/microchip/ |
D | ksz8795.c | 868 u8 learn[DSA_MAX_PORTS]; in ksz8_flush_dyn_mac_table() local 887 ksz_pread8(dev, index, regs[P_STP_CTRL], &learn[index]); in ksz8_flush_dyn_mac_table() 888 if (!(learn[index] & PORT_LEARN_DISABLE)) in ksz8_flush_dyn_mac_table() 890 learn[index] | PORT_LEARN_DISABLE); in ksz8_flush_dyn_mac_table() 897 if (!(learn[index] & PORT_LEARN_DISABLE)) in ksz8_flush_dyn_mac_table() 898 ksz_pwrite8(dev, index, regs[P_STP_CTRL], learn[index]); in ksz8_flush_dyn_mac_table()
|
/Linux-v6.1/fs/reiserfs/ |
D | Kconfig | 28 to learn more about reiserfs.
|