Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 25 of 140) sorted by relevance

123456

/openbmc/qemu/hw/input/
H A Dhid.c75 bool hid_has_events(HIDState *hs) in hid_has_events() argument
77 return hs->n > 0 || hs->idle_pending; in hid_has_events()
82 HIDState *hs = opaque; in hid_idle_timer() local
84 hs->idle_pending = true; in hid_idle_timer()
85 hs->event(hs); in hid_idle_timer()
88 static void hid_del_idle_timer(HIDState *hs) in hid_del_idle_timer() argument
90 if (hs->idle_timer) { in hid_del_idle_timer()
91 timer_free(hs->idle_timer); in hid_del_idle_timer()
92 hs->idle_timer = NULL; in hid_del_idle_timer()
96 void hid_set_next_idle(HIDState *hs) in hid_set_next_idle() argument
[all …]
/openbmc/qemu/hw/usb/
H A Ddev-hid.c561 static void usb_hid_changed(HIDState *hs) in usb_hid_changed() argument
563 USBHIDState *us = container_of(hs, USBHIDState, hid); in usb_hid_changed()
579 HIDState *hs = &us->hid; in usb_hid_handle_control() local
592 if (hs->kind == HID_MOUSE) { in usb_hid_handle_control()
596 } else if (hs->kind == HID_TABLET) { in usb_hid_handle_control()
600 } else if (hs->kind == HID_KEYBOARD) { in usb_hid_handle_control()
611 if (hs->kind == HID_MOUSE || hs->kind == HID_TABLET) { in usb_hid_handle_control()
612 p->actual_length = hid_pointer_poll(hs, data, length); in usb_hid_handle_control()
613 } else if (hs->kind == HID_KEYBOARD) { in usb_hid_handle_control()
614 p->actual_length = hid_keyboard_poll(hs, data, length); in usb_hid_handle_control()
[all …]
/openbmc/qemu/include/hw/input/
H A Dhid.h51 void hid_init(HIDState *hs, int kind, HIDEventFunc event);
52 void hid_reset(HIDState *hs);
53 void hid_free(HIDState *hs);
55 bool hid_has_events(HIDState *hs);
56 void hid_set_next_idle(HIDState *hs);
57 void hid_pointer_activate(HIDState *hs);
58 int hid_pointer_poll(HIDState *hs, uint8_t *buf, int len);
59 int hid_keyboard_poll(HIDState *hs, uint8_t *buf, int len);
60 int hid_keyboard_write(HIDState *hs, uint8_t *buf, int len);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch4 Subject: [PATCH] Fix Translations containing invalid directives %hs
38 - _("The %1$s in the search dialog contains a reference to %2$.20hs which does not exist in t…
51 -"The %1$s in the search dialog contains a reference to %2$.20hs which does "
56 -"Al diàleg de cerca, %1$s conté una referència a %2$.20hs\n"
69 -"The %1$s in the search dialog contains a reference to %2$.20hs which does "
74 -"%1$s im Suchdialog enthält eine Referenz auf %2$.20hs, die in der neuen "
87 -"The %1$s in the search dialog contains a reference to %2$.20hs which does "
92 -"The %1$s in the search dialogue contains a reference to %2$.20hs which does "
105 -msgstr "%1$.80s à %2$d de %3$.90hs%4$s"
110 @@ -302,7 +302,7 @@ msgstr "%1$.80s à %2$d de %3$.90hs%4$s"
[all …]
/openbmc/phosphor-pid-control/test/
H A Dsensor_host_unittest.cpp92 HostSensor* hs = static_cast<HostSensor*>(s.get()); in TEST() local
95 ReadReturn r = hs->read(); in TEST()
111 hs->value(new_value); in TEST()
112 r = hs->read(); in TEST()
/openbmc/phosphor-misc/http-redirect/
H A Dtest.awk167 function mkschemes(schemes, h, t1, t2, p, hs, ts, ps) {
168 mkletters(hs, 4, 8)
172 for (h in hs)
176 add(schemes, hs[h] ts[t1] ts[t2] ps[p])
/openbmc/u-boot/arch/sh/lib/
H A Dstart.S35 cmp/hs r6, r4
44 cmp/hs r5, r4
/openbmc/u-boot/arch/arm/dts/
H A Dam57xx-beagle-x15-revc.dts22 pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104";
35 pinctrl-names = "default", "hs", "ddr_1_8v";
H A Dam572x-idk.dts23 pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104";
34 pinctrl-names = "default", "hs", "ddr_1_8v";
H A Dam57xx-beagle-x15-revb1.dts22 pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104";
35 pinctrl-names = "default", "hs", "ddr_1_8v";
H A Dam57xx-beagle-x15.dts23 pinctrl-names = "default", "hs";
36 pinctrl-names = "default", "hs", "ddr_1_8v";
H A Ddra72-evm.dts59 pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104";
71 pinctrl-names = "default", "hs", "ddr_1_8v", "hs200_1_8v";
/openbmc/qemu/chardev/
H A Dmsmouse.c60 QemuInputHandlerState *hs; member
250 if (mouse->hs) { in char_msmouse_finalize()
251 qemu_input_handler_unregister(mouse->hs); in char_msmouse_finalize()
264 mouse->hs = qemu_input_handler_register((DeviceState *)mouse, in msmouse_chr_open()
H A Dwctablet.c70 QemuInputHandlerState *hs; member
322 if (tablet->hs) { in wctablet_chr_finalize()
323 qemu_input_handler_unregister(tablet->hs); in wctablet_chr_finalize()
341 tablet->hs = qemu_input_handler_register((DeviceState *)tablet, in wctablet_chr_open()
/openbmc/u-boot/include/linux/usb/
H A Dcomposite.h144 ep_choose(struct usb_gadget *g, struct usb_endpoint_descriptor *hs, in ep_choose() argument
148 return hs; in ep_choose()
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c218 int hs = 0; in config_desc() local
223 hs = 1; in config_desc()
225 hs = !hs; in config_desc()
226 if (hs) in config_desc()
250 int hs = 0; in count_configs() local
255 hs = 1; in count_configs()
257 hs = !hs; in count_configs()
261 if (hs) { in count_configs()
/openbmc/u-boot/board/ve8313/
H A DMAINTAINERS2 M: Heiko Schocher <hs@denx.de>
/openbmc/u-boot/board/Barix/ipam390/
H A DMAINTAINERS2 M: Heiko Schocher <hs@denx.de>
/openbmc/u-boot/board/siemens/smartweb/
H A DMAINTAINERS2 M: Heiko Schocher <hs@denx.de>
/openbmc/u-boot/board/siemens/corvus/
H A DMAINTAINERS2 M: Heiko Schocher <hs@denx.de>
/openbmc/u-boot/board/ids/ids8313/
H A DMAINTAINERS2 M: Heiko Schocher <hs@denx.de>
/openbmc/u-boot/board/siemens/taurus/
H A DMAINTAINERS2 M: Heiko Schocher <hs@denx.de>
/openbmc/u-boot/common/
H A Dusb_hub.c657 bitmap = (unsigned char *)&hub->desc.u.hs.DeviceRemovable[0]; in usb_hub_configure()
660 bitmap = (unsigned char *)&hub->desc.u.hs.PortPowerCtrlMask[0]; in usb_hub_configure()
664 hub->desc.u.hs.DeviceRemovable[i] = in usb_hub_configure()
665 descriptor->u.hs.DeviceRemovable[i]; in usb_hub_configure()
668 hub->desc.u.hs.PortPowerCtrlMask[i] = in usb_hub_configure()
669 descriptor->u.hs.PortPowerCtrlMask[i]; in usb_hub_configure()
763 hub->desc.u.hs.DeviceRemovable[(i + 1) / 8] & \ in usb_hub_configure()
/openbmc/u-boot/board/aristainetos/
H A DMAINTAINERS2 M: Heiko Schocher <hs@denx.de>
/openbmc/u-boot/doc/
H A Dgit-mailrc24 alias hs Heiko Schocher <hs@denx.de>
112 alias i2c uboot, hs
120 alias ubi uboot, hs

123456