| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | gm200.c | 83 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 …]
|
| H A D | base.c | 63 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()
|
| H A D | nv50.c | 100 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,
|
| H A D | r535.c | 43 rm->post = hw->post; in r535_devinit_new()
|
| H A D | priv.h | 14 int (*post)(struct nvkm_devinit *, bool post); member
|
| H A D | tu102.c | 87 tu102_devinit_post(struct nvkm_devinit *init, bool post) in tu102_devinit_post() argument 95 .post = tu102_devinit_post,
|
| H A D | gf100.c | 101 base->post = ((nvkm_rd32(device, 0x2240c) & BIT(1)) == 0); in gf100_devinit_preinit() 108 .post = nv04_devinit_post,
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | devlink.yaml | 1239 post: devlink-nl-post-doit 1262 post: devlink-nl-post-doit 1287 post: devlink-nl-post-doit 1304 post: devlink-nl-post-doit 1326 post: devlink-nl-post-doit 1338 post: devlink-nl-post-doit 1354 post: devlink-nl-post-doit 1365 post: devlink-nl-post-doit 1387 post: devlink-nl-post-doit 1411 post: devlink-nl-post-doit [all …]
|
| H A D | net_shaper.yaml | 214 post: net-shaper-nl-post-doit 233 post: net-shaper-nl-post-dumpit 250 post: net-shaper-nl-post-doit 281 post: net-shaper-nl-post-doit 312 post: net-shaper-nl-post-doit 337 post: net-shaper-nl-cap-post-doit 357 post: net-shaper-nl-cap-post-dumpit
|
| H A D | dpll.yaml | 452 post: dpll-unlock-doit 471 post: dpll-post-doit 498 post: dpll-post-doit 526 post: dpll-unlock-doit 554 post: dpll-pin-post-doit 592 post: dpll-pin-post-doit
|
| /linux-6.15/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_misc.h | 9 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.15/Documentation/livepatch/ |
| H A D | callbacks.rst | 48 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.15/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | devlink.sh | 125 check_value max_macs post-set 16 32 126 check_value test1 post-set false Y 130 check_value max_macs post-reload 16 16 131 check_value test1 post-reload false N 170 check_region_snapshot_count dummy post-first-snapshot 1 178 check_region_snapshot_count dummy post-third-snapshot 3 183 check_region_snapshot_count dummy post-first-delete 2 188 check_region_snapshot_count dummy post-first-request 3 208 check_region_snapshot_count dummy post-second-delete 2 213 check_region_snapshot_count dummy post-first-request 3 [all …]
|
| /linux-6.15/sound/core/ |
| H A D | pcm_timer.c | 21 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.15/Documentation/devicetree/bindings/clock/ |
| H A D | keystone-pll.txt | 2 a divider and a post divider. The additional PLL IPs like ARMPLL, DDRPLL 16 - reg-names : control, multiplier and post-divider. The multiplier and 17 post-divider registers are applicable only for main pll clock 18 - fixed-postdiv : fixed post divider value. If absent, use clkod register bits 27 reg-names = "control", "multiplier", "post-divider";
|
| /linux-6.15/drivers/clk/sophgo/ |
| H A D | clk-cv18xx-pll.c | 54 unsigned long pre, div, post; in ipll_find_rate() local 60 for_each_pll_limit_range(post, &limit->post_div) { in ipll_find_rate() 61 tmp = ipll_calc_rate(prate, pre, div, post); in ipll_find_rate() 70 post_div_sel = post; in ipll_find_rate() 290 unsigned long pre, div, post; in fpll_find_rate() local 298 for_each_pll_limit_range(post, &limit->post_div) { in fpll_find_rate() 301 pre, div, post, in fpll_find_rate() 309 post_div_sel = post; in fpll_find_rate()
|
| /linux-6.15/arch/arm64/boot/dts/renesas/ |
| H A D | r8a779a0-falcon-ethernet.dtsi | 29 reset-post-delay-us = <4000>; 50 reset-post-delay-us = <4000>; 71 reset-post-delay-us = <4000>; 92 reset-post-delay-us = <4000>; 113 reset-post-delay-us = <4000>;
|
| H A D | white-hawk-ethernet.dtsi | 27 reset-post-delay-us = <4000>; 48 reset-post-delay-us = <4000>;
|
| /linux-6.15/tools/testing/selftests/tc-testing/creating-plugins/ |
| H A D | AddingPlugins.txt | 23 post (the post-suite stage) 52 post-suite method using this info passed in to the pre_suite method. 82 'post'
|
| /linux-6.15/drivers/scsi/aacraid/ |
| H A D | rx.c | 347 } * 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.15/net/ipv6/ |
| H A D | rpl.c | 15 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.15/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | pwm-backlight.yaml | 35 post-pwm-on-delay-ms: 73 post-pwm-on-delay-ms = <10>;
|
| /linux-6.15/fs/ocfs2/ |
| H A D | refcounttree.h | 76 struct ocfs2_post_refcount *post); 94 struct ocfs2_post_refcount *post);
|
| /linux-6.15/kernel/ |
| H A D | exit.c | 133 static void __unhash_process(struct release_task_post *post, struct task_struct *p, in __unhash_process() argument 137 detach_pid(post->pids, p, PIDTYPE_PID); in __unhash_process() 139 detach_pid(post->pids, p, PIDTYPE_TGID); in __unhash_process() 140 detach_pid(post->pids, p, PIDTYPE_PGID); in __unhash_process() 141 detach_pid(post->pids, p, PIDTYPE_SID); in __unhash_process() 153 static void __exit_signal(struct release_task_post *post, struct task_struct *tsk) in __exit_signal() argument 206 __unhash_process(post, tsk, group_dead); in __exit_signal() 240 struct release_task_post post; in release_task() local 245 memset(&post, 0, sizeof(post)); in release_task() 260 __exit_signal(&post, p); in release_task() [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | configfs-most | 60 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
|