Home
last modified time | relevance | path

Searched refs:post (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
A Dgm200.c82 pmu_load(struct nv50_devinit *init, u8 type, bool post, in pmu_load() argument
92 if (!post) in pmu_load()
109 gm200_devinit_preos(struct nv50_devinit *init, bool post) in gm200_devinit_preos() argument
114 pmu_load(init, 0x01, post, NULL, NULL); in gm200_devinit_preos()
118 gm200_devinit_post(struct nvkm_devinit *base, bool post) in gm200_devinit_post() argument
135 ret = pmu_load(init, 0x04, post, &exec, &args); in gm200_devinit_post()
142 if (post) { in gm200_devinit_post()
150 if (post) { in gm200_devinit_post()
158 if (post) { in gm200_devinit_post()
168 gm200_devinit_preos(init, post); in gm200_devinit_post()
[all …]
A Dbase.c62 if (init && init->func->post) in nvkm_devinit_post()
63 ret = init->func->post(init, init->post); in nvkm_devinit_post()
74 init->post = true; in nvkm_devinit_fini()
88 init->post = init->force_post; in nvkm_devinit_preinit()
A Dnv50.c103 if (!base->post) { in nv50_devinit_preinit()
106 base->post = true; in nv50_devinit_preinit()
112 if (!base->post) { in nv50_devinit_preinit()
116 base->post = true; in nv50_devinit_preinit()
137 while (init->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { in nv50_devinit_init()
168 .post = nv04_devinit_post,
A Dtu102.c69 tu102_devinit_post(struct nvkm_devinit *base, bool post) in tu102_devinit_post() argument
72 gm200_devinit_preos(init, post); in tu102_devinit_post()
79 .post = tu102_devinit_post,
A Dpriv.h11 int (*post)(struct nvkm_devinit *, bool post); member
A Dgf100.c104 base->post = ((nvkm_rd32(device, 0x2240c) & BIT(1)) == 0); in gf100_devinit_preinit()
111 .post = nv04_devinit_post,
/linux/Documentation/livepatch/
A Dcallbacks.rst48 active), used to clean up post-patch callback
61 symmetry: pre-patch callbacks have a post-unpatch counterpart and
62 post-patch callbacks have a pre-unpatch counterpart. An unpatch
90 No post-patch, pre-unpatch, or post-unpatch callbacks will be executed
96 will only occur if their corresponding post-patch callback executed).
100 only the post-unpatch callback will be called.
118 patch the data *after* patching is complete with a post-patch callback,
126 may be possible to implement similar updates via pre/post-patch
131 pre/post-patch callback could iterate over all such devices, making a
/linux/drivers/video/fbdev/matrox/
A Dmatroxfb_misc.h9 unsigned int* in, unsigned int* feed, unsigned int* post);
13 unsigned int *post) in PLL_calcclock() argument
15 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); in PLL_calcclock()
A Dmatroxfb_maven.c227 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_PLL_mavenclock() argument
283 *post = p; in matroxfb_PLL_mavenclock()
294 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant); in matroxfb_PLL_mavenclock()
300 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_mavenclock() argument
317 *post = p; in matroxfb_mavenclock()
322 unsigned int* in, unsigned int* feed, unsigned int* post) { in DAC1064_calcclock() argument
336 *post = p; in DAC1064_calcclock()
/linux/tools/testing/selftests/drivers/net/netdevsim/
A Ddevlink.sh106 check_value max_macs post-set 16 32
107 check_value test1 post-set false Y
111 check_value max_macs post-reload 16 16
112 check_value test1 post-reload false N
151 check_region_snapshot_count dummy post-first-snapshot 1
159 check_region_snapshot_count dummy post-third-snapshot 3
164 check_region_snapshot_count dummy post-first-delete 2
169 check_region_snapshot_count dummy post-first-request 3
189 check_region_snapshot_count dummy post-second-delete 2
194 check_region_snapshot_count dummy post-first-request 3
[all …]
/linux/sound/core/
A Dpcm_timer.c21 unsigned long rate, mult, fsize, l, post; in snd_pcm_timer_resolution_change() local
37 post = 1; in snd_pcm_timer_resolution_change()
40 post *= 2; in snd_pcm_timer_resolution_change()
49 runtime->timer_resolution = (mult * fsize / rate) * post; in snd_pcm_timer_resolution_change()
/linux/Documentation/devicetree/bindings/clock/
A Dkeystone-pll.txt4 a divider and a post divider. The additional PLL IPs like ARMPLL, DDRPLL
18 - reg-names : control, multiplier and post-divider. The multiplier and
19 post-divider registers are applicable only for main pll clock
20 - fixed-postdiv : fixed post divider value. If absent, use clkod register bits
29 reg-names = "control", "multiplier", "post-divider";
/linux/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt23 post (the post-suite stage)
52 post-suite method using this info passed in to the pre_suite method.
82 'post'
/linux/drivers/scsi/aacraid/
A Drx.c347 } * post; in aac_rx_check_health() local
358 post = dma_alloc_coherent(&dev->pdev->dev, in aac_rx_check_health()
361 if (unlikely(post == NULL)) { in aac_rx_check_health()
366 post->Post_Command = cpu_to_le32(COMMAND_POST_RESULTS); in aac_rx_check_health()
367 post->Post_Address = cpu_to_le32(baddr); in aac_rx_check_health()
372 post, paddr); in aac_rx_check_health()
/linux/tools/testing/selftests/netfilter/
A Dnft_queue.sh118 chain post {
147 chain post {
308 chain post {
358 chain post {
371 for n in output post; do
/linux/Documentation/devicetree/bindings/input/
A Dhid-over-i2c.txt30 - post-power-on-delay-ms
33 - post-power-on-delay-ms: time required by the device after enabling its regulators
/linux/Documentation/ABI/testing/
A Dconfigfs-most60 configuration, the creation is post-poned until
115 configuration, the creation is post-poned until
170 configuration, the creation is post-poned until
236 configuration, the creation is post-poned until
/linux/tools/memory-model/
A Dlinux-kernel.cat177 let w-post-bounded = fence? ; [Marked]
178 let r-post-bounded = (nonrw-fence | ([~Noreturn] ; fencerel(Rmb) ; [R4rmb]))? ;
183 (w-post-bounded ; vis ; w-pre-bounded)
185 (w-post-bounded ; vis ; r-pre-bounded)
186 let rw-xbstar = fence | (r-post-bounded ; xbstar ; w-pre-bounded)
/linux/drivers/spi/
A Dspi-imx.c439 unsigned int pre, post; in mx51_ecspi_clkdiv() local
445 post = fls(fin) - fls(fspi); in mx51_ecspi_clkdiv()
446 if (fin > fspi << post) in mx51_ecspi_clkdiv()
447 post++; in mx51_ecspi_clkdiv()
451 post = max(4U, post) - 4; in mx51_ecspi_clkdiv()
452 if (unlikely(post > 0xf)) { in mx51_ecspi_clkdiv()
458 pre = DIV_ROUND_UP(fin, fspi << post) - 1; in mx51_ecspi_clkdiv()
461 __func__, fin, fspi, post, pre); in mx51_ecspi_clkdiv()
464 *fres = (fin / (pre + 1)) >> post; in mx51_ecspi_clkdiv()
467 (post << MX51_ECSPI_CTRL_POSTDIV_OFFSET); in mx51_ecspi_clkdiv()
/linux/fs/ocfs2/
A Drefcounttree.h76 struct ocfs2_post_refcount *post);
94 struct ocfs2_post_refcount *post);
/linux/net/ipv6/
A Drpl.c15 const void *post, unsigned char pfx) in ipv6_rpl_addr_decompress() argument
18 memcpy(&dst->s6_addr[pfx], post, IPV6_PFXTAIL_LEN(pfx)); in ipv6_rpl_addr_decompress()
/linux/arch/powerpc/boot/dts/fsl/
A Dt1042si-post.dtsi2 * T1042 Silicon/SoC Device Tree Source (post include)
35 #include "t1040si-post.dtsi"
A Dt2080si-post.dtsi2 * T2080 Silicon/SoC Device Tree Source (post include)
35 /include/ "t2081si-post.dtsi"
/linux/Documentation/devicetree/bindings/ata/
A Dsata_highbank.yaml35 calxeda,post-clocks:
90 calxeda,post-clocks = <0>;
/linux/tools/testing/selftests/tc-testing/
A DREADME134 -P, --pause Pause execution just before post-suite stage
198 pre- and post-suite
199 pre- and post-case
200 pre- and post-execute stage
220 - post (post-suite)

Completed in 35 milliseconds

12345678910>>...15