/Linux-v5.15/Documentation/devicetree/bindings/arm/ |
D | sunxi.yaml | 20 items: 25 items: 30 items: 35 items: 40 items: 45 items: 50 items: 55 items: 60 items: 65 items: [all …]
|
D | rockchip.yaml | 19 items: 24 items: 29 items: 34 items: 39 items: 44 items: 49 items: 54 items: 59 items: 64 items: [all …]
|
D | mediatek.yaml | 20 - items: 25 - items: 29 - items: 33 - items: 37 - items: 41 - items: 45 - items: 49 - items: 53 - items: 57 - items: [all …]
|
D | renesas.yaml | 18 items: 24 items: 32 items: 38 items: 44 items: 50 items: 56 items: 62 - items: 70 items: 77 - items: [all …]
|
D | tegra.yaml | 18 - items: 26 - items: 33 - items: 39 - items: 42 - items: 46 - items: 52 - items: 56 - items: 62 - items: 67 - items: [all …]
|
D | fsl.yaml | 19 items: 26 items: 33 items: 40 items: 47 items: 57 items: 64 items: 70 items: 76 items: 82 items: [all …]
|
D | qcom.yaml | 90 - items: 95 - items: 101 - items: 106 - items: 112 - items: 118 - items: 123 - items: 128 - items: 137 - items: 144 - items: [all …]
|
D | atmel-at91.yaml | 21 - items: 23 - items: 38 - items: 49 - items: 60 items: 67 items: 74 items: 81 - items: 87 items: 94 items: [all …]
|
D | arm,realview.yaml | 25 items: 30 items: 36 items: 41 items: 46 items: 57 - items: 60 - items: 63 - items: 66 - items: 69 - items: [all …]
|
D | amlogic.yaml | 29 items: 35 items: 41 items: 47 items: 55 items: 68 items: 77 items: 85 items: 93 items: 105 items: [all …]
|
D | xilinx.yaml | 20 - items: 37 - items: 42 - items: 47 - items: 53 items: 59 items: 65 items: 71 items: 77 items: 85 items: [all …]
|
D | gemini.yaml | 33 items: 39 items: 44 items: 49 items: 54 items: 59 items: 64 items: 69 items: 74 items: 79 items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/eeprom/ |
D | at24.yaml | 28 # 'atmel') or two items with the same 'model' part where the vendor part of 35 items: 39 - items: 41 - items: 43 - items: 45 - items: 47 - items: 49 - items: 51 - items: 53 - items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/phy/ |
D | qcom,qmp-phy.yaml | 57 items: 134 items: 140 items: 146 items: 150 items: 162 items: 167 items: 172 items: 176 items: 188 items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,adsp.yaml | 99 items: 105 items: 169 items: 172 items: 184 items: 188 items: 201 items: 211 items: 230 items: 238 items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/samsung/ |
D | samsung-boards.yaml | 18 items: 24 items: 31 items: 41 items: 49 items: 57 items: 65 items: 76 items: 89 items: 100 items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/sram/ |
D | allwinner,sun4i-a10-system-control.yaml | 31 - items: 36 - items: 39 - items: 46 - items: 49 - items: 78 - items: 81 - items: 84 - items: 87 - items: 90 - items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/hisilicon/ |
D | hisilicon.yaml | 19 items: 24 items: 29 items: 34 items: 38 items: 43 items: 48 items: 52 items: 56 items: 60 items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/stm32/ |
D | stm32.yaml | 18 items: 31 - items: 36 - items: 40 - items: 45 - items: 49 - items: 54 - items: 58 - items: 67 - items: 73 items: [all …]
|
/Linux-v5.15/Documentation/core-api/ |
D | workqueue.rst | 22 While there are work items on the workqueue the worker executes the 23 functions associated with the work items one after the other. When 43 while an ST wq one for the whole system. Work items had to compete for 86 subsystems and drivers queue work items on and the backend mechanism 87 which manages worker-pools and processes the queued work items. 89 There are two worker-pools, one for normal work items and the other 91 worker-pools to serve work items queued on unbound workqueues - the 94 Subsystems and drivers can create and queue work items through special 96 aspects of the way the work items are executed by setting flags on the 118 number of the currently runnable workers. Generally, work items are [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/mmc/ |
D | allwinner,sun4i-a10-mmc.yaml | 31 - items: 34 - items: 37 - items: 40 - items: 43 - items: 46 - items: 49 - items: 52 - items: 55 - items: 67 items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/display/ |
D | renesas,du.yaml | 108 items: 116 items: 158 items: 167 items: 180 items: 215 items: 224 items: 237 items: 270 items: 279 items: [all …]
|
/Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 115 } *items; in vmw_overlay_send_put() local 123 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; in vmw_overlay_send_put() 130 items = (typeof(items))&cmds[1]; in vmw_overlay_send_put() 131 flush = (struct vmw_escape_video_flush *)&items[num_items]; in vmw_overlay_send_put() 133 /* the size is header + number of items */ in vmw_overlay_send_put() 134 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put() 141 items[i].registerId = i; in vmw_overlay_send_put() 146 items[SVGA_VIDEO_ENABLED].value = true; in vmw_overlay_send_put() 147 items[SVGA_VIDEO_FLAGS].value = arg->flags; in vmw_overlay_send_put() 148 items[SVGA_VIDEO_DATA_OFFSET].value = ptr.offset; in vmw_overlay_send_put() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/serial/ |
D | renesas,scif.yaml | 18 - items: 23 - items: 27 - items: 34 - items: 49 - items: 67 - items: 76 - items: 78 - items: 83 - items: 93 - items: [all …]
|
/Linux-v5.15/tools/perf/util/ |
D | thread_map.c | 37 int items; in thread_map__new_by_pid() local 42 items = scandir(name, &namelist, filter, NULL); in thread_map__new_by_pid() 43 if (items <= 0) in thread_map__new_by_pid() 46 threads = thread_map__alloc(items); in thread_map__new_by_pid() 48 for (i = 0; i < items; i++) in thread_map__new_by_pid() 50 threads->nr = items; in thread_map__new_by_pid() 54 for (i=0; i<items; i++) in thread_map__new_by_pid() 77 int max_threads = 32, items, i; in __thread_map__new_all_cpus() local 110 items = scandir(path, &namelist, filter, NULL); in __thread_map__new_all_cpus() 111 if (items <= 0) in __thread_map__new_all_cpus() [all …]
|