Home
last modified time | relevance | path

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

12345678910>>...60

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c249 post_processor_reg *post = &regs->post; in jpegd_setup_pp() local
267 post->reg61_dev_conf.sw_pp_axi_rd_id = 0; in jpegd_setup_pp()
268 post->reg61_dev_conf.sw_pp_axi_wr_id = 0; in jpegd_setup_pp()
269 post->reg61_dev_conf.sw_pp_scmd_dis = 1; in jpegd_setup_pp()
270 post->reg61_dev_conf.sw_pp_max_burst = 16; in jpegd_setup_pp()
271 post->reg61_dev_conf.sw_pp_in_a2_endsel = 1; in jpegd_setup_pp()
272 post->reg61_dev_conf.sw_pp_in_a1_swap32 = 1; in jpegd_setup_pp()
273 post->reg61_dev_conf.sw_pp_in_a1_endian = 1; in jpegd_setup_pp()
274 post->reg61_dev_conf.sw_pp_in_swap32_e = 1; in jpegd_setup_pp()
275 post->reg61_dev_conf.sw_pp_in_endian = 1; in jpegd_setup_pp()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H 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 …]
H 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()
H 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()
169 .post = nv04_devinit_post,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dattributes.hpp25 static void post(Exposed& val, Transformed const& attr) in post() function
40 static void post(Attribute&, Attribute const&) {} in post() function
50 static void post(Exposed&, Transformed const&) { /* no-op */ } in post() function
62 static void post(Attribute&, Attribute const&) {} in post() function
90 static void post(boost::optional<Exposed>&, Transformed const&) {} in post() function
103 static void post(Attribute&, Attribute const&) {} in post() function
113 static void post(unused_type, unused_type) {} in post() function
165 return transform_attribute<Exposed, Transformed, qi::domain>::post(dest, attr); in post_transform()
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcustomize-post-image.txt6 While post-build scripts (xref:rootfs-custom[]) are run _before_
7 building the filesystem image, kernel and bootloader, *post-image
16 To enable this feature, specify a space-separated list of post-image
21 Just like post-build scripts, post-image scripts are run with the main
29 Again just like for the post-build scripts, the scripts have access to
34 The post-image scripts will be executed as the user that executes
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt_types.h492 pre, post, ...) \ argument
502 post \
512 post \
523 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument
525 EXTRA_CLOBBERS, pre, post, ##__VA_ARGS__)
527 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument
530 pre, post, ##__VA_ARGS__)
533 #define ____PVOP_VCALL(op, clbr, call_clbr, extra_clbr, pre, post, ...) \ argument
539 post \
547 #define __PVOP_VCALL(op, pre, post, ...) \ argument
[all …]
/OK3568_Linux_fs/u-boot/common/
H A D.iomux.o.cmd
H A D.autoboot.o.cmd
H A D.stdio.o.cmd
H A D.console.o.cmd
/OK3568_Linux_fs/u-boot/spl/lib/
H A D.tiny-printf.o.cmd
H A D.fdtdec.o.cmd
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh105 check_value max_macs post-set 16 32
106 check_value test1 post-set false Y
110 check_value max_macs post-reload 16 16
111 check_value test1 post-reload false N
150 check_region_snapshot_count dummy post-first-snapshot 1
154 check_region_snapshot_count dummy post-second-snapshot 2
158 check_region_snapshot_count dummy post-third-snapshot 3
163 check_region_snapshot_count dummy post-first-delete 2
168 check_region_snapshot_count dummy post-first-request 3
188 check_region_snapshot_count dummy post-second-delete 2
[all …]
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H 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
/OK3568_Linux_fs/u-boot/tpl/drivers/serial/
H A D.ns16550.o.cmd
H A D.serial-uclass.o.cmd
/OK3568_Linux_fs/u-boot/drivers/serial/
H A D.ns16550.o.cmd
H A D.serial-uclass.o.cmd
/OK3568_Linux_fs/u-boot/lib/
H A D.fdtdec.o.cmd
/OK3568_Linux_fs/u-boot/spl/common/
H A D.stdio.o.cmd
H A D.console.o.cmd
/OK3568_Linux_fs/u-boot/spl/drivers/serial/
H A D.serial-uclass.o.cmd
H A D.ns16550.o.cmd
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H 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()

12345678910>>...60