Home
last modified time | relevance | path

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

12345678910>>...32

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A 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 …]
H A 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()
H A 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,
H A 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,
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DPostCode.interface.yaml9 It is used to indicate number of boot cycles that have post codes
14 The max cached boot cycles for post code. It is used to indicate end
20 Method to get the cached post codes of the indicated boot cycle with
26 Index indicates which boot cycle of post codes is requested. 1
33 An array of post codes and timestamp in microseconds since epoch
36 Method to get the cached post codes of the indicated boot cycle.
41 Index indicates which boot cycle of post codes is requested. 1
48 An array of post codes of one boot cycle.
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other.out19 Permissions post-chmod: 0
21 Permissions post-chmod: 400
24 Permissions post-chmod: 400
48 Permissions post-chmod: 0
50 Permissions post-chmod: 400
52 Permissions post-chmod: 444
75 Permissions post-chmod: 0
77 Permissions post-chmod: 400
79 Permissions post-chmod: 444
/openbmc/phosphor-post-code-manager/
H A Dmeson.options1 …nteger', min:1, max: 100, description: 'Maximum boot cycles for which the post codes should be per…
2 option('bios-post-code-log', type:'feature',description:'bios post code log',value:'disabled')
3 option('max-post-code-size-per-cycle', type:'integer', min:64, max: 1024, description: 'Maximum pos…
H A Dmeson.build2 'post-code-manager',
20 conf_data.set('MAX_POST_CODE_SIZE_PER_CYCLE',get_option('max-post-code-size-per-cycle'))
22 if get_option('bios-post-code-log').allowed()
60 'post-code-manager',
H A DREADME.md1 # phosphor-post-code-manager
3 This phosphor-post-code-manager repository provides an infrastructure to persist
9 To build phosphor-post-code-manager package , do the following steps:
32 phosphor-post-code-manager is architected to look for the property changed
/openbmc/linux/Documentation/netlink/specs/
H A 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 …]
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend6 file://assert-post-end \
7 file://assert-post-end.service \
13 file://deassert-post-end \
14 file://deassert-post-end.service \
38 assert-post-end.service \
41 deassert-post-end.service \
69 install -m 0755 ${WORKDIR}/assert-post-end ${D}${libexecdir}/${PN}/
70 install -m 0755 ${WORKDIR}/deassert-post-end ${D}${libexecdir}/${PN}/
/openbmc/linux/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()
/openbmc/docs/designs/
H A Dmulti-host-postcode.md15 contingent and needs multiple-host post code access to be implemented.
85 port-80 post code from multiple-host. The existing single host LPC snooping
93 - phosphor-post-code-manager.
99 Provided below the post code interface diagram with flow sequence
128 | | R:phosphor-post-code-manager (N processes) | |
183 The following D-Bus names need to be created for the multi-host post-code.
191 ## phosphor-post-code-manager
193 The phosphor-post-code-manager is a multi service design for multi-host. The
202 - Store/retrieve post-code from directory (/var/lib/phosphor-post-code-manager/
207 The following D-Bus names needs to be created for multi-host post-code.
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/
H A Dphosphor-post-code-manager_git.bb1 SUMMARY = "Phosphor post code manager"
2 DESCRIPTION = "Phosphor post Code Manager monitors post code posted on dbus \
10 SRC_URI = "git://github.com/openbmc/phosphor-post-code-manager.git;branch=master;protocol=https"
/openbmc/linux/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
/openbmc/linux/sound/core/
H 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()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py432 def post(self, uhdev, pen): member in BaseTest.TestTablet
470 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)
640 events = self.post(uhdev, p)
644 events = self.post(uhdev, p)
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A 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
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
206 check_region_snapshot_count dummy post-first-request 3
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H 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";
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dassert-post-end.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-post-end
8 SyslogIdentifier=assert-post-end
H A Ddeassert-post-end.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-post-end
8 SyslogIdentifier=deassert-post-end
/openbmc/phosphor-post-code-manager/service_files/
H A Dxyz.openbmc_project.State.Boot.PostCode.service5 ExecStart=/usr/bin/post-code-manager --host 0
6 SyslogIdentifier=post-code-manager
H A Dxyz.openbmc_project.State.Boot.PostCode@.service5 ExecStart=/usr/bin/env post-code-manager --host %i
6 SyslogIdentifier=post-code-manager%i
/openbmc/sdbusplus/tools/sdbusplus/
H A Drenderer.py7 post = kwargs.pop("post", lambda result: result)
9 return post(r)
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/
H A Dnativesdk-icecc-toolchain_0.1.bb30 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d/
31 install -m 0755 ${WORKDIR}/icecc-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d/
32 sed -i ${D}${SDKPATHNATIVE}/post-relocate-setup.d/icecc-setup.sh \

12345678910>>...32