Home
last modified time | relevance | path

Searched full:items (Results 1 – 25 of 1451) sorted by relevance

12345678910>>...59

/Linux-v5.10/Documentation/devicetree/bindings/arm/
Dsunxi.yaml20 items:
25 items:
30 items:
35 items:
40 items:
45 items:
50 items:
55 items:
60 items:
65 items:
[all …]
Drockchip.yaml19 items:
24 items:
29 items:
34 items:
39 items:
44 items:
49 items:
54 items:
59 items:
64 items:
[all …]
Drenesas.yaml18 items:
24 items:
32 items:
38 items:
44 items:
50 items:
56 items:
62 - items:
70 items:
77 - items:
[all …]
Dtegra.yaml18 - items:
26 - items:
33 - items:
39 - items:
42 - items:
46 - items:
52 - items:
56 - items:
62 - items:
67 - items:
[all …]
Dmediatek.yaml20 - items:
25 - items:
29 - items:
33 - items:
37 - items:
41 - items:
45 - items:
49 - items:
53 - items:
57 - items:
[all …]
Dfsl.yaml19 items:
26 items:
33 items:
39 items:
47 items:
57 items:
66 items:
73 items:
79 items:
85 items:
[all …]
Datmel-at91.yaml21 - items:
23 - items:
38 - items:
49 - items:
60 items:
67 items:
74 items:
81 - items:
87 items:
94 items:
[all …]
Darm,realview.yaml25 items:
30 items:
36 items:
41 items:
46 items:
57 - items:
60 - items:
63 - items:
66 - items:
69 - items:
[all …]
Dqcom.yaml83 - items:
88 - items:
94 - items:
99 - items:
105 - items:
111 - items:
116 - items:
125 - items:
130 - items:
137 - items:
[all …]
Damlogic.yaml29 items:
35 items:
41 items:
47 items:
55 items:
68 items:
77 items:
85 items:
93 items:
105 items:
[all …]
Dxilinx.yaml20 - items:
34 - items:
39 - items:
44 - items:
50 items:
56 items:
62 items:
68 items:
74 items:
82 items:
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/eeprom/
Dat24.yaml28 # 'atmel') or two items with the same 'model' part where the vendor part of
36 items:
40 - items:
42 - items:
44 - items:
46 - items:
48 - items:
50 - items:
52 - items:
54 - items:
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dqcom,qmp-phy.yaml36 items:
112 items:
118 items:
124 items:
128 items:
140 items:
145 items:
150 items:
155 items:
171 items:
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/sram/
Dallwinner,sun4i-a10-system-control.yaml31 - items:
36 - items:
39 - items:
46 - items:
49 - items:
77 - items:
80 - items:
83 - items:
86 - items:
89 - items:
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/arm/hisilicon/
Dhisilicon.yaml19 items:
24 items:
29 items:
34 items:
38 items:
43 items:
48 items:
52 items:
56 items:
60 items:
[all …]
/Linux-v5.10/Documentation/core-api/
Dworkqueue.rst22 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.10/Documentation/devicetree/bindings/arm/samsung/
Dsamsung-boards.yaml18 items:
28 items:
36 items:
44 items:
52 items:
63 items:
76 items:
87 items:
97 items:
104 items:
[all …]
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c115 } *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.10/Documentation/devicetree/bindings/arm/stm32/
Dstm32.yaml17 - items:
22 - items:
26 - items:
31 - items:
35 - items:
40 - items:
51 - items:
56 items:
/Linux-v5.10/tools/perf/util/
Dthread_map.c37 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 …]
/Linux-v5.10/Documentation/devicetree/bindings/arm/socionext/
Duniphier.yaml18 items:
23 items:
30 items:
35 items:
41 items:
46 items:
52 items:
59 items:
/Linux-v5.10/Documentation/devicetree/bindings/mmc/
Dallwinner,sun4i-a10-mmc.yaml29 - items:
32 - items:
35 - items:
38 - items:
41 - items:
44 - items:
47 - items:
60 items:
69 items:
Drenesas,sdhi.yaml18 - items:
20 - items:
22 - items:
24 - items:
26 - items:
28 - items:
33 - items:
46 - items:
48 - items:
78 items:
[all …]
/Linux-v5.10/include/linux/
Dcounter.h68 * @items: Array of strings
69 * @num_items: Number of items specified in @items
78 * items. The get callback is used to query the currently active item; the index
79 * of the item within the respective items array is returned via the 'item'
82 * respective items array.
85 const char * const *items; member
113 * Creates a read only attribute that lists all the available enum items in a
209 * @items: Array of strings
210 * @num_items: Number of items specified in @items
219 * items. The get callback is used to query the currently active item; the index
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/serial/
Drenesas,scif.yaml18 - items:
23 - items:
27 - items:
34 - items:
49 - items:
71 - items:
73 - items:
78 - items:
88 - items:
93 - items:
[all …]

12345678910>>...59