Home
last modified time | relevance | path

Searched refs:vo (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_video.c366 struct acpi_video_output *vo, *vn; in acpi_video_detach() local
376 STAILQ_FOREACH_SAFE(vo, &sc->vid_outputs, vo_next, vn) { in acpi_video_detach()
377 acpi_video_vo_destroy(vo); in acpi_video_detach()
392 struct acpi_video_output *vo, *vn; in acpi_video_resume() local
400 STAILQ_FOREACH_SAFE(vo, &sc->vid_outputs, vo_next, vn) { in acpi_video_resume()
401 if ((vo->adr & DOD_DEVID_MASK_FULL) != DOD_DEVID_LCD && in acpi_video_resume()
402 (vo->adr & DOD_DEVID_MASK) != DOD_DEVID_INTDFP) in acpi_video_resume()
405 if ((vo_get_device_status(vo->handle) & DCS_ACTIVE) == 0) in acpi_video_resume()
408 level = vo_get_brightness(vo); in acpi_video_resume()
410 vo_set_brightness(vo, leve in acpi_video_resume()
439 struct acpi_video_output *vo, *vo_tmp; acpi_video_notify_handler() local
505 struct acpi_video_output *vo; acpi_video_power_profile() local
529 struct acpi_video_output *vo; acpi_video_bind_outputs_subr() local
561 struct acpi_video_output *vn, *vo, *vp; acpi_video_vo_init() local
698 acpi_video_vo_bind(struct acpi_video_output * vo,ACPI_HANDLE handle) acpi_video_vo_bind() argument
728 acpi_video_vo_destroy(struct acpi_video_output * vo) acpi_video_vo_destroy() argument
767 acpi_video_vo_check_level(struct acpi_video_output * vo,int level) acpi_video_vo_check_level() argument
783 struct acpi_video_output *vo; acpi_video_vo_notify_handler() local
867 struct acpi_video_output *vo; acpi_video_vo_active_sysctl() local
889 struct acpi_video_output *vo; acpi_video_vo_bright_sysctl() local
930 struct acpi_video_output *vo; acpi_video_vo_presets_sysctl() local
973 struct acpi_video_output *vo; acpi_video_vo_levels_sysctl() local
1131 vo_get_bqc(struct acpi_video_output * vo,UINT32 * level) vo_get_bqc() argument
1155 vo_get_brightness(struct acpi_video_output * vo) vo_get_brightness() argument
1174 vo_set_brightness(struct acpi_video_output * vo,int level) vo_set_brightness() argument
[all...]
/freebsd/sys/arm/ti/am335x/
H A Dam335x_pmic.c191 am335x_pmic_setvo(device_t dev, uint8_t vo) in am335x_pmic_setvo() argument
196 reg2.voreg = vo; in am335x_pmic_setvo()
206 uint8_t reg, vo; in am335x_pmic_start() local
246 for (vo = 0; vo < 4; vo++) { in am335x_pmic_start()
247 if (strcmp(tps65217_voreg_c[vo], am335x_pmic_vo) == 0) in am335x_pmic_start()
250 if (vo == 4) { in am335x_pmic_start()
254 am335x_pmic_setvo(dev, vo); in am335x_pmic_start()
/freebsd/contrib/tcsh/
H A Dsh.glob.c482 Char *v[2], **vl, **vo; in globone() local
496 vo = globexpand(v, noglob); in globone()
498 vl = vo; in globone()
501 cleanup_push(vo, blk_cleanup); in globone()
506 vo = v; in globone()
508 vl = libglob(vo); in globone()
510 if (vl != vo) in globone()
511 cleanup_until(vo); in globone()
513 cleanup_ignore(vo); in globone()
538 Char **vl, **vo; in globall() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3672 return (m_root = FollowParentChain([](ValueObject *vo) -> bool { in GetRoot() argument
3673 return (vo->m_parent != nullptr); in GetRoot()
3679 ValueObject *vo = this; in FollowParentChain() local
3680 while (vo) { in FollowParentChain()
3681 if (!f(vo)) in FollowParentChain()
3683 vo = vo->m_parent; in FollowParentChain()
3685 return vo; in FollowParentChain()
/freebsd/tools/tools/net80211/wlaninject/
H A DREADME33 ac_vo, vo voice
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl540 vo ($I4,$I4,$T4);
637 vo ($I4,$I4,$T4);
825 vo ($I4,$I4,$T4);
/freebsd/lib/libc/nls/
H A Dsk_SK.ISO8859-2.msg62 28 Na zariaden� nie je vo�n� miesto
/freebsd/secure/caroot/trusted/
H A DGTS_Root_R1.pem110 A4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-extra.dtsi416 rockchip,vo-grf = <&vo0_grf>;
H A Drk3588-base.dtsi2802 rockchip,vo-grf = <&vo0_grf>;
/freebsd/share/misc/
H A Diso639500 vo vol vol Volapük
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm1313 sub vo { subroutine
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c627 int be, bk, vi, vo; in wpa_supplicant_ctrl_iface_set() local
645 vo = atoi(pos); in wpa_supplicant_ctrl_iface_set()
656 if (vo) in wpa_supplicant_ctrl_iface_set()
7585 int be, bk, vi, vo; in p2p_ctrl_set() local
7603 vo = atoi(pos); in p2p_ctrl_set()
7614 if (vo) in p2p_ctrl_set()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td717 def VO : BinaryVRRc<"vo", 0xE76A, null_frag, v128any, v128any>;