Home
last modified time | relevance | path

Searched defs:setup (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dets.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
117 "setup": [ array
138 "setup": [ array
159 "setup": [ array
180 "setup": [ array
201 "setup": [ array
[all …]
Dcake.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
117 "setup": [ array
138 "setup": [ array
159 "setup": [ array
180 "setup": [ array
201 "setup": [ array
[all …]
Dfq.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
117 "setup": [ array
137 "setup": [ array
158 "setup": [ array
179 "setup": [ array
200 "setup": [ array
[all …]
Dnetem.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
117 "setup": [ array
138 "setup": [ array
159 "setup": [ array
180 "setup": [ array
201 "setup": [ array
[all …]
Dfifo.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
118 "setup": [ array
138 "setup": [ array
158 "setup": [ array
178 "setup": [ array
201 "setup": [ array
[all …]
Dprio.json12 "setup": [ array
33 "setup": [ array
53 "setup": [ array
73 "setup": [ array
93 "setup": [ array
114 "setup": [ array
134 "setup": [ array
154 "setup": [ array
174 "setup": [ array
194 "setup": [ array
[all …]
Dfq_codel.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
117 "setup": [ array
138 "setup": [ array
159 "setup": [ array
180 "setup": [ array
201 "setup": [ array
[all …]
Dsfb.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
117 "setup": [ array
138 "setup": [ array
159 "setup": [ array
180 "setup": [ array
201 "setup": [ array
[all …]
Dhtb.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
118 "setup": [ array
140 "setup": [ array
162 "setup": [ array
184 "setup": [ array
206 "setup": [ array
[all …]
Dsfq.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
117 "setup": [ array
138 "setup": [ array
159 "setup": [ array
180 "setup": [ array
201 "setup": [ array
Dcbs.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
117 "setup": [ array
138 "setup": [ array
160 "setup": [ array
182 "setup": [ array
203 "setup": [ array
Dqfq.json12 "setup": [ array
33 "setup": [ array
55 "setup": [ array
77 "setup": [ array
99 "setup": [ array
121 "setup": [ array
143 "setup": [ array
166 "setup": [ array
188 "setup": [ array
209 "setup": [ array
[all …]
Dred.json12 "setup": [ array
33 "setup": [ array
54 "setup": [ array
75 "setup": [ array
96 "setup": [ array
117 "setup": [ array
138 "setup": [ array
158 "setup": [ array
179 "setup": [ array
/linux-6.12.1/Documentation/sound/cards/
Daudiophile-usb.rst174 Initializing the working mode of the Audiophile USB
190 16-bit modes
227 24-bit modes
259 AC3 w/ DTS passthru mode
275 How to use the ``device_setup`` parameter
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/filters/
Dbasic.json12 "setup": [ array
34 "setup": [ array
56 "setup": [ array
78 "setup": [ array
100 "setup": [ array
122 "setup": [ array
144 "setup": [ array
166 "setup": [ array
188 "setup": [ array
210 "setup": [ array
[all …]
Dcgroup.json12 "setup": [ array
34 "setup": [ array
56 "setup": [ array
78 "setup": [ array
100 "setup": [ array
122 "setup": [ array
144 "setup": [ array
166 "setup": [ array
188 "setup": [ array
210 "setup": [ array
[all …]
Dfw.json12 "setup": [ array
34 "setup": [ array
56 "setup": [ array
78 "setup": [ array
101 "setup": [ array
123 "setup": [ array
146 "setup": [ array
168 "setup": [ array
191 "setup": [ array
213 "setup": [ array
[all …]
Dflow.json12 "setup": [ array
34 "setup": [ array
56 "setup": [ array
78 "setup": [ array
100 "setup": [ array
122 "setup": [ array
144 "setup": [ array
166 "setup": [ array
188 "setup": [ array
210 "setup": [ array
[all …]
Dmatchall.json12 "setup": [ array
34 "setup": [ array
56 "setup": [ array
78 "setup": [ array
100 "setup": [ array
122 "setup": [ array
144 "setup": [ array
166 "setup": [ array
188 "setup": [ array
210 "setup": [ array
[all …]
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
Dswitchdev.rst175 RoCE capability setup
185 migratable capability setup
193 IPsec crypto capability setup
203 IPsec packet capability setup
/linux-6.12.1/drivers/gpu/drm/vc4/
Dvc4_render_cl.c56 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8()
62 static inline void rcl_u16(struct vc4_rcl_setup *setup, u16 val) in rcl_u16()
68 static inline void rcl_u32(struct vc4_rcl_setup *setup, u32 val) in rcl_u32()
80 static void vc4_store_before_load(struct vc4_rcl_setup *setup) in vc4_store_before_load()
115 static void vc4_tile_coordinates(struct vc4_rcl_setup *setup, in vc4_tile_coordinates()
124 struct vc4_rcl_setup *setup, in emit_tile()
254 struct vc4_rcl_setup *setup) in vc4_create_rcl_bo()
535 struct vc4_rcl_setup *setup, in vc4_rcl_render_config_surface_setup()
597 struct vc4_rcl_setup setup = {0}; in vc4_get_rcl() local
/linux-6.12.1/drivers/clk/imx/
Dclk-sscg-pll.c90 struct clk_sscg_pll_setup setup; member
112 static int clk_sscg_pll2_check_match(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_check_match()
128 static int clk_sscg_divq_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divq_lookup()
155 static int clk_sscg_divf2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divf2_lookup()
170 static int clk_sscg_divr2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divr2_lookup()
190 static int clk_sscg_pll2_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_find_setup()
205 static int clk_sscg_divf1_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divf1_lookup()
228 static int clk_sscg_divr1_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divr1_lookup()
248 static int clk_sscg_pll1_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll1_find_setup()
264 static int clk_sscg_pll_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll_find_setup()
[all …]
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/infra/
Dactions.json12 "setup": [ array
35 "setup": [ array
58 "setup": [ array
81 "setup": [ array
104 "setup": [ array
127 "setup": [ array
150 "setup": [ array
173 "setup": [ array
196 "setup": [ array
219 "setup": [ array
[all …]
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/actions/
Dmpls.json12 "setup": [ array
39 "setup": [ array
66 "setup": [ array
93 "setup": [ array
120 "setup": [ array
147 "setup": [ array
174 "setup": [ array
201 "setup": [ array
228 "setup": [ array
255 "setup": [ array
[all …]
Dpedit.json12 "setup": [ array
39 "setup": [ array
68 "setup": [ array
96 "setup": [ array
124 "setup": [ array
152 "setup": [ array
180 "setup": [ array
205 "setup": [ array
233 "setup": [ array
261 "setup": [ array
[all …]

12345678910>>...16