Searched refs:kinds (Results 1 – 25 of 111) sorted by relevance
12345
| /Linux-v5.15/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-v5.15/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-v5.15/Documentation/devicetree/bindings/ptp/ |
| D | ptp-ines.txt | 3 The IP core needs two different kinds of nodes. The control node
|
| /Linux-v5.15/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-v5.15/drivers/accessibility/ |
| D | Kconfig | 5 Accessibility handles all special kinds of hardware devices or
|
| /Linux-v5.15/drivers/platform/x86/intel/int33fe/ |
| D | Kconfig | 12 There are two kinds of INT33FE ACPI device possible: for hardware
|
| /Linux-v5.15/Documentation/devicetree/bindings/phy/ |
| D | phy-ocelot-serdes.txt | 12 There are two kinds of SerDes: SERDES1G supports 10/100Mbps in
|
| /Linux-v5.15/tools/lib/lockdep/ |
| D | Makefile | 131 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
|
| /Linux-v5.15/Documentation/i2c/ |
| D | ten-bit-addresses.rst | 5 The I2C protocol knows about two kinds of device addresses: normal 7 bit
|
| /Linux-v5.15/scripts/ |
| D | tags.sh | 264 --extra=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
|
| /Linux-v5.15/tools/lib/traceevent/plugins/ |
| D | Makefile | 172 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
|
| /Linux-v5.15/drivers/platform/mellanox/ |
| D | Kconfig | 35 kinds of mux selection.
|
| /Linux-v5.15/Documentation/dev-tools/ |
| D | ubsan.rst | 7 Compiler inserts code that perform certain kinds of checks before operations
|
| /Linux-v5.15/Documentation/vm/ |
| D | hwpoison.rst | 47 The main target right now is KVM guests, but it works for all kinds 155 value). This allows stress testing of many kinds of
|
| /Linux-v5.15/Documentation/userspace-api/media/dvb/ |
| D | dvb-frontend-parameters.rst | 26 All kinds of parameters are combined as a union in the
|
| /Linux-v5.15/Documentation/devicetree/bindings/soc/mediatek/ |
| D | pwrap.txt | 51 See the following definitions for such kinds of devices.
|
| /Linux-v5.15/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-v5.15/tools/lib/traceevent/ |
| D | Makefile | 193 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
|
| /Linux-v5.15/Documentation/security/ |
| D | landlock.rst | 37 * To avoid multiple kinds of side-channel attacks (e.g. leak of security
|
| /Linux-v5.15/security/ |
| D | Kconfig.hardening | 210 many kinds of "uninitialized heap memory" flaws, especially 222 when freed, eliminating many kinds of "uninitialized heap memory"
|
| /Linux-v5.15/Documentation/process/ |
| D | deprecated.rst | 13 kinds of conversions at once. This means that new instances may sneak into 111 all kinds of misbehaviors. While `CONFIG_FORTIFY_SOURCE=y` and various 238 was introduced to allow for zero-length arrays, to avoid these kinds of
|
| /Linux-v5.15/drivers/hwmon/ |
| D | nct6683.c | 37 enum kinds { nct6683, nct6686, nct6687 }; enum 300 enum kinds kind; 345 enum kinds kind;
|
| /Linux-v5.15/drivers/pci/pcie/ |
| D | Kconfig | 43 error injection can fake almost all kinds of errors with the
|
| /Linux-v5.15/Documentation/userspace-api/media/v4l/ |
| D | format.rst | 13 Different devices exchange different kinds of data with applications,
|
12345