Home
last modified time | relevance | path

Searched refs:wall (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A Drealpath.patch17 src/wall.c | 1 +
48 diff --git a/src/wall.c b/src/wall.c
50 --- a/src/wall.c
51 +++ b/src/wall.c
/OK3568_Linux_fs/device/rockchip/common/data/
H A Dbusybox-reboot29 --no-wall)
55 --no-wall Don't send wall message before halt/power-off/reboot
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dwm831x_power.c22 struct power_supply *wall; member
527 power_supply_changed(wm831x_power->wall); in wm831x_pwr_src_irq()
573 power->wall = power_supply_register(&pdev->dev, &power->wall_desc, in wm831x_power_probe()
575 if (IS_ERR(power->wall)) { in wm831x_power_probe()
576 ret = PTR_ERR(power->wall); in wm831x_power_probe()
693 power_supply_unregister(power->wall); in wm831x_power_probe()
724 power_supply_unregister(wm831x_power->wall); in wm831x_power_remove()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/
H A Dsysvinit_3.01.bb36 …TIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdump wall"
58 ALTERNATIVE:${PN}-doc = "mountpoint.1 last.1 lastb.1 mesg.1 wall.1 sulogin.8 utmpdump.1"
66 ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1"
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxparse.c481 DMXConfigWallPtr wall, in dmxConfigCreateSub() argument
495 pSub->wall = wall; in dmxConfigCreateSub()
524 dmxConfigFreeWall(pt->wall); in dmxConfigFreeSub()
555 dmxConfigSubWall(DMXConfigWallPtr wall) in dmxConfigSubWall() argument
557 return dmxConfigCreateSub(dmxConfigWall, NULL, NULL, wall, NULL, NULL); in dmxConfigSubWall()
H A Ddmxparse.h172 DMXConfigWallPtr wall; member
262 DMXConfigWallPtr wall,
268 extern DMXConfigSubPtr dmxConfigSubWall(DMXConfigWallPtr wall);
H A Dparser.y65 DMXConfigWallPtr wall; member
90 %type <wall> WallEntry
H A DTODO7 3) Add ability to edit option line(s) and wall.
H A Dparser.c179 DMXConfigWallPtr wall; member
1326 { (yyval.subentry) = dmxConfigSubWall((yyvsp[0].wall)); } in yyparse()
1454 …{ (yyval.wall) = dmxConfigCreateWall((yyvsp[-4].token), (yyvsp[-3].pair), (yyvsp[-2].pair), (yyvsp… in yyparse()
1460 …{ (yyval.wall) = dmxConfigCreateWall((yyvsp[-3].token), (yyvsp[-2].pair), NULL, (yyvsp[-1].string)… in yyparse()
1466 …{ (yyval.wall) = dmxConfigCreateWall((yyvsp[-2].token), NULL, NULL, (yyvsp[-1].string), (yyvsp[0].… in yyparse()
H A Dparser.h100 DMXConfigWallPtr wall; member
H A Dscanner.l66 wall return gettoken(T_WALL, yytext, yyleng);
/OK3568_Linux_fs/buildroot/package/util-linux/
H A Dutil-linux.mk178 $(if $(BR2_PACKAGE_UTIL_LINUX_WALL),--enable-wall,--disable-wall) \
225 --disable-wall \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/
H A Dutil-linux_2.37.4.bb269 ALTERNATIVE_LINK_NAME[wall] = "${bindir}/wall"
273 mountpoint.1 nologin.8 rfkill.8 sulogin.8 utmpdump.1 uuid.3 wall.1\
295 ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1"
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpvclock.h13 void pvclock_read_wallclock(struct pvclock_wall_clock *wall,
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-data.txt31 Convert time to wall clock time.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-Fix-imports-for-ptests.patch224 - yappi.set_clock_type("wall")
309 - yappi.set_clock_type('wall')
310 - self.assertEqual('wall', yappi.get_clock_type())
578 - yappi.set_clock_type("wall")
590 - self.assertRaises(_yappi.error, yappi.set_clock_type, "wall")
672 - yappi.set_clock_type('wall')
693 - yappi.set_clock_type('wall')
985 - self.assertRaises(_yappi.error, yappi.set_clock_type, "wall")
987 - yappi.set_clock_type("wall")
1109 - yappi.set_clock_type("wall")
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtimevar.h62 double wall; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtimevar.h62 double wall; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ab8500/
H A Dfg.txt5 wall-charger, usb-charger, audio codec, general purpose adc,
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq.c127 static inline u64 get_cpu_idle_time_jiffy(unsigned int cpu, u64 *wall) in get_cpu_idle_time_jiffy() argument
146 if (wall) in get_cpu_idle_time_jiffy()
147 *wall = div_u64(cur_wall_time, NSEC_PER_USEC); in get_cpu_idle_time_jiffy()
152 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy) in get_cpu_idle_time() argument
154 u64 idle_time = get_cpu_idle_time_us(cpu, io_busy ? wall : NULL); in get_cpu_idle_time()
157 return get_cpu_idle_time_jiffy(cpu, wall); in get_cpu_idle_time()
159 idle_time += get_cpu_iowait_time_us(cpu, wall); in get_cpu_idle_time()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Drtc-cdev10 format is a Gregorian calendar date and 24 hour wall clock
/OK3568_Linux_fs/buildroot/board/olpc/
H A Dreadme.txt57 connect a charged battery pack and a wall adapter, and enter the Open
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dtimekeeping.rst36 shall be as stable and correct as possible as compared to a real-world wall
46 When the wall-clock accuracy of the clock source isn't satisfactory, there
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd_250.5.bb530 ${systemd_system_unitdir}/systemd-ask-password-wall.path \
531 ${systemd_system_unitdir}/systemd-ask-password-wall.service \
533 … ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-wall.path \
534 … ${systemd_system_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path \
/OK3568_Linux_fs/kernel/Documentation/accounting/
H A Dtaskstats-struct.rst130 /* cpu "wall-clock" running time

12