Home
last modified time | relevance | path

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

12345678910>>...106

/linux/Documentation/devicetree/bindings/clock/
H A Dsamsung,exynos850-clock.yaml72 items:
76 items:
88 items:
93 items:
106 items:
111 items:
124 items:
129 items:
142 items:
150 items:
[all …]
H A Dsamsung,exynosautov9-clock.yaml70 items:
74 items:
86 items:
91 items:
104 items:
109 items:
122 items:
127 items:
140 items:
146 items:
[all …]
H A Dtesla,fsd-clock.yaml55 items:
58 items:
69 items:
75 items:
89 items:
97 items:
113 items:
119 items:
133 items:
138 items:
[all …]
H A Dsamsung,exynos5433-clock.yaml105 items:
125 items:
142 items:
160 items:
186 items:
205 items:
230 items:
248 items:
265 items:
282 items:
[all …]
H A Daxis,artpec8-clock.yaml69 items:
73 items:
84 items:
90 items:
103 items:
109 items:
122 items:
127 items:
139 items:
147 items:
[all …]
H A Dqcom,videocc.yaml34 - items:
74 items:
77 items:
88 items:
92 items:
104 items:
109 items:
123 items:
127 items:
139 items:
[all …]
/linux/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra20-gr3d.yaml72 items:
76 items:
80 items:
85 items:
101 items:
112 items:
117 items:
122 items:
129 items:
148 items:
[all …]
/linux/Documentation/devicetree/bindings/interconnect/
H A Dqcom,glymur-rpmh.yaml25 - items:
29 - items:
33 - items:
37 - items:
41 - items:
45 - items:
49 - items:
53 - items:
57 - items:
61 - items:
[all …]
/linux/Documentation/devicetree/bindings/mips/
H A Dralink.yaml21 items:
27 items:
31 items:
37 items:
41 items:
45 items:
51 items:
55 items:
61 items:
65 items:
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dapm,xgene-phy.yaml18 items:
41 items:
44 items:
58 items:
61 items:
73 items:
76 items:
87 items:
90 items:
103 items:
[all …]
/linux/Documentation/devicetree/bindings/arm/hisilicon/
H A Dhisilicon.yaml19 items:
24 items:
29 items:
34 items:
38 items:
43 items:
48 items:
52 items:
56 items:
60 items:
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dintel,ixp4xx-hss.yaml28 items:
29 items:
37 items:
38 - items:
45 items:
46 - items:
53 items:
54 - items:
62 items:
63 items:
[all …]
/linux/Documentation/devicetree/bindings/arm/
H A Dgemini.yaml33 items:
39 items:
44 items:
49 items:
54 items:
59 items:
64 items:
69 items:
74 items:
79 items:
[all …]
H A Dux500.yaml19 items:
24 items:
29 items:
34 items:
39 items:
44 items:
49 items:
54 items:
59 items:
64 items:
[all …]
H A Darm,realview.yaml25 items:
30 items:
36 items:
41 items:
46 items:
57 - items:
60 - items:
63 - items:
66 - items:
69 - items:
/linux/Documentation/devicetree/bindings/soc/imx/
H A Dfsl,imx8mm-vpu-blk-ctrl.yaml19 items:
64 items:
71 items:
78 items:
84 items:
90 items:
96 items:
109 items:
116 items:
123 items:
[all …]
/linux/Documentation/devicetree/bindings/spi/
H A Dallwinner,sun6i-a31-spi.yaml20 - items:
27 - items:
32 - items:
36 - items:
47 items:
52 items:
60 items:
65 items:
76 items:
81 items:
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c109 } *items; in vmw_overlay_send_put() local
117 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; in vmw_overlay_send_put()
124 items = (typeof(items))&cmds[1]; in vmw_overlay_send_put()
125 flush = (struct vmw_escape_video_flush *)&items[num_items]; in vmw_overlay_send_put()
127 /* the size is header + number of items */ in vmw_overlay_send_put()
128 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put()
135 items[i].registerId = i; in vmw_overlay_send_put()
140 items[SVGA_VIDEO_ENABLED].value = true; in vmw_overlay_send_put()
141 items[SVGA_VIDEO_FLAGS].value = arg->flags; in vmw_overlay_send_put()
142 items[SVGA_VIDEO_DATA_OFFSET].value = ptr.offset; in vmw_overlay_send_put()
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Dst,stm32-lptimer.yaml25 - items:
28 - items:
38 items:
66 - items:
69 - items:
86 - items:
89 - items:
102 - items:
105 - items:
119 - items:
[all …]
/linux/tools/perf/util/
H A Dthread_map.c38 int items; in thread_map__new_by_pid() local
43 items = scandir(name, &namelist, filter, NULL); in thread_map__new_by_pid()
44 if (items <= 0) in thread_map__new_by_pid()
47 threads = thread_map__alloc(items); in thread_map__new_by_pid()
49 for (i = 0; i < items; i++) in thread_map__new_by_pid()
51 threads->nr = items; in thread_map__new_by_pid()
55 for (i=0; i<items; i++) in thread_map__new_by_pid()
78 int max_threads = 32, items, i; in thread_map__new_all_cpus() local
102 items = scandir(path, &namelist, filter, NULL); in thread_map__new_all_cpus()
103 if (items <= 0) { in thread_map__new_all_cpus()
[all …]
/linux/fs/xfs/
H A Dxfs_drain.h14 * Passive drain mechanism. This data structure tracks a count of some items
19 /* Number of items pending in some part of the filesystem. */
36 * When a writer thread executes a chain of log intent items, the AG header
52 * Given a list of deferred work items, the deferred work manager will complete
53 * a work item and all the sub-items that the parent item creates before moving
55 * sub-items. Writer threads are permitted to queue multiple work items
57 * sub-items (such as RUIs) must bump the intent counter and maintain it until
58 * the sub-items can themselves bump the intent counter.
60 * Therefore, the intent count tracks entire lifetimes of deferred work items.
61 * All functions that create work items must increment the intent counter as
/linux/Documentation/devicetree/bindings/arm/socionext/
H A Duniphier.yaml18 items:
23 items:
30 items:
36 items:
41 items:
47 items:
52 items:
58 items:
65 items:
/linux/Documentation/devicetree/bindings/riscv/
H A Dsunxi.yaml23 items:
28 items:
33 items:
38 items:
44 items:
49 items:
58 items:
63 items:
68 items:
/linux/Documentation/devicetree/bindings/usb/
H A Dqcom,dwc3.yaml25 items:
118 items:
190 items:
204 items:
208 items:
235 items:
255 - items:
259 - items:
277 items:
296 items:
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra30-hda.yaml28 - items:
35 - items:
70 items:
104 items:
111 items:
126 items:
133 items:
148 items:
154 items:
168 items:
[all …]

12345678910>>...106