Searched refs:kinds (Results 1 – 25 of 119) sorted by relevance
12345
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | ummu.c | 161 int ret = -ENOSYS, kinds = 0; in nvkm_ummu_new() local 165 mmu->func->kind(mmu, &kinds, &unused); in nvkm_ummu_new() 171 args->v0.kind_nr = kinds; in nvkm_ummu_new()
|
/linux-6.6.21/Documentation/driver-api/ |
D | i2c.rst | 18 structured around two kinds of driver, and two kinds of device. An I2C
|
D | spi.rst | 22 The programming interface is structured around two kinds of driver, and 23 two kinds of device. A "Controller Driver" abstracts the controller
|
/linux-6.6.21/drivers/hwmon/ |
D | nct6775.h | 7 enum kinds { nct6106, nct6116, nct6775, nct6776, nct6779, nct6791, nct6792, enum 24 enum kinds kind;
|
D | nct6683.c | 37 enum kinds { nct6683, nct6686, nct6687 }; enum 302 enum kinds kind; 347 enum kinds kind;
|
/linux-6.6.21/Documentation/devicetree/bindings/ptp/ |
D | ptp-ines.txt | 3 The IP core needs two different kinds of nodes. The control node
|
/linux-6.6.21/Documentation/admin-guide/namespaces/ |
D | resource-control.rst | 5 There are a lot of kinds of objects in the kernel that don't have
|
/linux-6.6.21/drivers/accessibility/ |
D | Kconfig | 5 Accessibility handles all special kinds of hardware devices or
|
/linux-6.6.21/Documentation/devicetree/bindings/phy/ |
D | mscc,vsc7514-serdes.yaml | 22 There are two kinds of SerDes: SERDES1G supports 10/100Mbps in
|
/linux-6.6.21/Documentation/i2c/ |
D | ten-bit-addresses.rst | 5 The I2C protocol knows about two kinds of device addresses: normal 7 bit
|
/linux-6.6.21/scripts/ |
D | tags.sh | 278 --$CTAGS_EXTRA=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
|
/linux-6.6.21/Documentation/dev-tools/ |
D | ubsan.rst | 7 Compiler inserts code that perform certain kinds of checks before operations
|
/linux-6.6.21/Documentation/mm/ |
D | hwpoison.rst | 45 The main target right now is KVM guests, but it works for all kinds 152 value). This allows stress testing of many kinds of
|
/linux-6.6.21/Documentation/userspace-api/media/dvb/ |
D | dvb-frontend-parameters.rst | 26 All kinds of parameters are combined as a union in the
|
/linux-6.6.21/Documentation/devicetree/bindings/memory-controllers/ |
D | arm,pl35x-smc.yaml | 13 The PL35x Static Memory Controller is a bus where you can connect two kinds
|
/linux-6.6.21/Documentation/admin-guide/gpio/ |
D | sysfs.rst | 42 There are three kinds of entries in /sys/class/gpio: 160 This explicit exporting can help with debugging (by making some kinds
|
/linux-6.6.21/Documentation/devicetree/bindings/pinctrl/ |
D | nuvoton,wpcm450-pinctrl.yaml | 26 # There are three kinds of subnodes:
|
/linux-6.6.21/Documentation/bpf/ |
D | llvm_reloc.rst | 266 Relocation kinds 269 There are several kinds of CO-RE relocations that could be split in 284 The complete list of relocation kinds is represented by the following enum: 464 All relocation kinds could be requested via built-in functions.
|
/linux-6.6.21/drivers/platform/mellanox/ |
D | Kconfig | 35 kinds of mux selection.
|
/linux-6.6.21/Documentation/dev-tools/kunit/ |
D | index.rst | 97 Read also :ref:`kinds-of-tests`.
|
/linux-6.6.21/Documentation/PCI/ |
D | pcieaer-howto.rst | 197 necessary. As different kinds of devices might use different approaches 231 injection can be used to fake various kinds of PCIe errors.
|
/linux-6.6.21/drivers/pci/pcie/ |
D | Kconfig | 47 error injection can fake almost all kinds of errors with the
|
/linux-6.6.21/Documentation/powerpc/ |
D | ptrace.rst | 86 With this GDB can ask for all kinds of hardware breakpoints and watchpoints
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | format.rst | 13 Different devices exchange different kinds of data with applications,
|
/linux-6.6.21/tools/usb/usbip/ |
D | INSTALL | 119 kinds of files. Run `configure --help' for a list of the directories 120 you can set and what kinds of files go in them.
|
12345