Home
last modified time | relevance | path

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

12345678910>>...17

/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgm200.c83 pmu_load(struct nv50_devinit *init, u8 type, bool post, in pmu_load() argument
94 if (!post || !subdev->device->pmu) in pmu_load()
115 gm200_devinit_preos(struct nv50_devinit *init, bool post) in gm200_devinit_preos() argument
120 pmu_load(init, 0x01, post, NULL, NULL); in gm200_devinit_preos()
124 gm200_devinit_post(struct nvkm_devinit *base, bool post) in gm200_devinit_post() argument
141 ret = pmu_load(init, 0x04, post, &exec, &args); in gm200_devinit_post()
148 if (post) { in gm200_devinit_post()
156 if (post) { in gm200_devinit_post()
164 if (post) { in gm200_devinit_post()
174 gm200_devinit_preos(init, post); in gm200_devinit_post()
[all …]
Dbase.c63 if (init && init->func->post) in nvkm_devinit_post()
64 ret = init->func->post(init, init->post); in nvkm_devinit_post()
75 init->post = true; in nvkm_devinit_fini()
89 init->post = init->force_post; in nvkm_devinit_preinit()
Dnv50.c100 if (!base->post) { in nv50_devinit_preinit()
103 base->post = true; in nv50_devinit_preinit()
109 if (!base->post) { in nv50_devinit_preinit()
113 base->post = true; in nv50_devinit_preinit()
134 while (init->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { in nv50_devinit_init()
165 .post = nv04_devinit_post,
Dtu102.c86 tu102_devinit_post(struct nvkm_devinit *base, bool post) in tu102_devinit_post() argument
95 gm200_devinit_preos(init, post); in tu102_devinit_post()
102 .post = tu102_devinit_post,
Dpriv.h11 int (*post)(struct nvkm_devinit *, bool post); member
Dgf100.c101 base->post = ((nvkm_rd32(device, 0x2240c) & BIT(1)) == 0); in gf100_devinit_preinit()
108 .post = nv04_devinit_post,
Dnv1a.c33 .post = nv04_devinit_post,
/linux-6.6.21/Documentation/netlink/specs/
Ddevlink.yaml264 post: devlink-nl-post-doit
290 post: devlink-nl-post-doit
318 post: devlink-nl-post-doit
344 post: devlink-nl-post-doit
371 post: devlink-nl-post-doit
399 post: devlink-nl-post-doit
428 post: devlink-nl-post-doit
454 post: devlink-nl-post-doit
482 post: devlink-nl-post-doit
508 post: devlink-nl-post-doit
[all …]
/linux-6.6.21/drivers/video/fbdev/matrox/
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()
/linux-6.6.21/Documentation/livepatch/
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-6.6.21/tools/testing/selftests/hid/tests/
Dtest_tablet.py432 def post(self, uhdev, pen): member in BaseTest.TestTablet
470 events = self.post(uhdev, p)
479 events = self.post(uhdev, p)
486 events = self.post(uhdev, p)
588 events = self.post(uhdev, p)
595 events = self.post(uhdev, p)
600 events = self.post(uhdev, p)
606 events = self.post(uhdev, p)
610 events = self.post(uhdev, p)
633 events = self.post(uhdev, p)
[all …]
/linux-6.6.21/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh118 check_value max_macs post-set 16 32
119 check_value test1 post-set false Y
123 check_value max_macs post-reload 16 16
124 check_value test1 post-reload false N
163 check_region_snapshot_count dummy post-first-snapshot 1
167 check_region_snapshot_count dummy post-second-snapshot 2
171 check_region_snapshot_count dummy post-third-snapshot 3
176 check_region_snapshot_count dummy post-first-delete 2
181 check_region_snapshot_count dummy post-first-request 3
201 check_region_snapshot_count dummy post-second-delete 2
[all …]
/linux-6.6.21/sound/core/
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-6.6.21/Documentation/devicetree/bindings/clock/
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-6.6.21/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt23 post (the post-suite stage)
52 post-suite method using this info passed in to the pre_suite method.
82 'post'
/linux-6.6.21/drivers/scsi/aacraid/
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-6.6.21/net/ipv6/
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-6.6.21/fs/ocfs2/
Drefcounttree.h76 struct ocfs2_post_refcount *post);
94 struct ocfs2_post_refcount *post);
/linux-6.6.21/tools/testing/selftests/netfilter/
Dnft_queue.sh119 chain post {
148 chain post {
326 chain post {
376 chain post {
389 for n in output post; do
/linux-6.6.21/Documentation/ABI/testing/
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-6.6.21/arch/powerpc/boot/dts/fsl/
Dt1042si-post.dtsi2 * T1042 Silicon/SoC Device Tree Source (post include)
35 #include "t1040si-post.dtsi"
Dp1010rdb-pa.dts19 /include/ "p1010si-post.dtsi"
/linux-6.6.21/arch/arm64/boot/dts/qcom/
Dsc7280-crd-r3.dts54 post-power-on-delay-ms = <20>;
75 post-power-on-delay-ms = <500>;
/linux-6.6.21/Documentation/devicetree/bindings/ata/
Dsata_highbank.yaml35 calxeda,post-clocks:
92 calxeda,post-clocks = <0>;
/linux-6.6.21/tools/memory-model/
Dlinux-kernel.cat190 let w-post-bounded = fence? ; [Marked] ; rmw-sequence
191 let r-post-bounded = (nonrw-fence | ([~Noreturn] ; fencerel(Rmb) ; [R4rmb]))? ;
196 (w-post-bounded ; vis ; w-pre-bounded)
198 (w-post-bounded ; vis ; r-pre-bounded)
199 let rw-xbstar = fence | (r-post-bounded ; xbstar ; w-pre-bounded)

12345678910>>...17