Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 2016) sorted by relevance

12345678910>>...81

/linux-6.6.21/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 …]
Dtegra.yaml18 - items:
26 - items:
33 - items:
39 - items:
42 - items:
45 - items:
49 - items:
55 - items:
58 - items:
61 - items:
[all …]
Dmediatek.yaml20 - items:
25 - items:
29 - items:
33 - items:
37 - items:
42 - items:
46 - items:
50 - items:
54 - items:
58 - items:
[all …]
Dqcom.yaml146 - items:
151 - items:
159 - items:
168 - items:
173 - items:
179 - items:
185 - items:
190 - items:
197 - items:
203 - items:
[all …]
Drockchip.yaml19 items:
24 items:
29 items:
34 items:
39 items:
44 items:
49 items:
54 items:
59 items:
64 items:
[all …]
Datmel-at91.yaml22 - items:
24 - items:
39 - items:
50 - items:
61 items:
68 items:
75 items:
82 - items:
88 items:
95 items:
[all …]
Dux500.yaml19 items:
24 items:
29 items:
34 items:
39 items:
44 items:
49 items:
54 items:
59 items:
64 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 …]
Dxilinx.yaml20 - items:
37 - items:
42 - items:
47 - items:
53 items:
59 items:
65 items:
71 items:
77 items:
85 items:
[all …]
Dfsl.yaml19 items:
26 items:
33 items:
40 items:
47 items:
57 items:
64 items:
70 items:
76 items:
82 items:
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/eeprom/
Dat24.yaml31 # 'atmel') or two items with the same 'model' part where the vendor part of
38 items:
42 - items:
44 - items:
46 - items:
48 - items:
50 - items:
52 - items:
54 - items:
56 - items:
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/soc/renesas/
Drenesas.yaml18 items:
24 items:
32 items:
38 items:
44 items:
50 items:
56 items:
62 - items:
70 items:
77 - items:
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/arm/stm32/
Dstm32.yaml18 items:
22 - items:
27 - items:
31 - items:
36 - items:
40 - items:
45 - items:
49 - items:
55 items:
63 items:
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcmbca.yaml26 items:
33 items:
42 items:
51 items:
57 items:
65 items:
73 items:
80 items:
87 items:
94 items:
[all …]
/linux-6.6.21/drivers/gpu/drm/vmwgfx/
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()
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()
143 items[SVGA_VIDEO_FORMAT].value = arg->format; in vmw_overlay_send_put()
[all …]
/linux-6.6.21/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-6.6.21/Documentation/devicetree/bindings/display/tegra/
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-6.6.21/Documentation/devicetree/bindings/display/msm/
Dgmu.yaml23 - items:
45 items:
50 items:
55 items:
60 items:
92 items:
97 items:
102 items:
108 items:
124 items:
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/mips/
Dralink.yaml21 items:
27 items:
31 items:
37 items:
41 items:
45 items:
51 items:
55 items:
61 items:
65 items:
[all …]
/linux-6.6.21/drivers/staging/media/atomisp/pci/base/refcount/src/
Drefcount.c37 struct ia_css_refcount_entry *items; member
49 if (!myrefcount.items) { in refcount_find_entry()
56 if ((&myrefcount.items[i])->data == 0) { in refcount_find_entry()
59 return &myrefcount.items[i]; in refcount_find_entry()
62 if ((&myrefcount.items[i])->data == ptr) { in refcount_find_entry()
64 return &myrefcount.items[i]; in refcount_find_entry()
79 if (myrefcount.items) { in ia_css_refcount_init()
84 myrefcount.items = in ia_css_refcount_init()
86 if (!myrefcount.items) in ia_css_refcount_init()
89 memset(myrefcount.items, 0, in ia_css_refcount_init()
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/mmc/
Dallwinner,sun4i-a10-mmc.yaml32 - items:
35 - items:
38 - items:
41 - items:
44 - items:
47 - items:
50 - items:
53 - items:
56 - items:
59 - items:
[all …]
/linux-6.6.21/tools/perf/util/
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
111 items = scandir(path, &namelist, filter, NULL); in __thread_map__new_all_cpus()
112 if (items <= 0) in __thread_map__new_all_cpus()
[all …]
/linux-6.6.21/sound/pci/lola/
Dlola_clock.c128 chip->clock.items = val & 0xff; in lola_init_clock_widget()
130 chip->clock.items); in lola_init_clock_widget()
131 if (chip->clock.items > MAX_SAMPLE_CLOCK_COUNT) { in lola_init_clock_widget()
133 chip->clock.items); in lola_init_clock_widget()
137 nitems = chip->clock.items; in lola_init_clock_widget()
143 unsigned short items[4]; in lola_init_clock_widget() local
152 items[0] = val & 0xfff; in lola_init_clock_widget()
153 items[1] = (val >> 16) & 0xfff; in lola_init_clock_widget()
154 items[2] = res_ex & 0xfff; in lola_init_clock_widget()
155 items[3] = (res_ex >> 16) & 0xfff; in lola_init_clock_widget()
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/remoteproc/
Dqcom,sc7280-mss-pil.yaml22 items:
27 items:
32 items:
37 items:
41 items:
50 items:
59 items:
67 items:
75 items:
80 items:
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/arm/samsung/
Dsamsung-boards.yaml18 items:
24 items:
31 items:
41 items:
49 items:
57 items:
65 items:
76 items:
86 items:
99 items:
[all …]

12345678910>>...81