Home
last modified time | relevance | path

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

12345678910>>...15

/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/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c161 static int hisi_spi_debugfs_init(struct hisi_spi *hs) in hisi_spi_debugfs_init() argument
167 host = container_of(hs->dev, struct spi_controller, dev); in hisi_spi_debugfs_init()
169 hs->debugfs = debugfs_create_dir(name, NULL); in hisi_spi_debugfs_init()
170 if (IS_ERR(hs->debugfs)) in hisi_spi_debugfs_init()
173 hs->regset.regs = hisi_spi_regs; in hisi_spi_debugfs_init()
174 hs->regset.nregs = ARRAY_SIZE(hisi_spi_regs); in hisi_spi_debugfs_init()
175 hs->regset.base = hs->regs; in hisi_spi_debugfs_init()
176 debugfs_create_regset32("registers", 0400, hs->debugfs, &hs->regset); in hisi_spi_debugfs_init()
181 static u32 hisi_spi_busy(struct hisi_spi *hs) in hisi_spi_busy() argument
183 return readl(hs->regs + HISI_SPI_SR) & SR_BUSY; in hisi_spi_busy()
[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/linux/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c56 struct hcall_stats *hs = m->private; in hc_show() local
58 if (hs[h_num].num_calls) { in hc_show()
61 hs[h_num].num_calls, in hc_show()
62 hs[h_num].tb_total, in hc_show()
63 hs[h_num].purr_total); in hc_show()
66 hs[h_num].num_calls, in hc_show()
67 hs[h_num].tb_total); in hc_show()
/openbmc/linux/arch/x86/crypto/
H A Dpoly1305_glue.c43 u64 hs[3]; member
71 state->hs[0] = ((u64)state->h[2] << 52) | ((u64)state->h[1] << 26) | state->h[0]; in convert_to_base2_64()
72 state->hs[1] = ((u64)state->h[4] << 40) | ((u64)state->h[3] << 14) | (state->h[2] >> 12); in convert_to_base2_64()
73 state->hs[2] = state->h[4] >> 24; in convert_to_base2_64()
75 cy = (state->hs[2] >> 2) + (state->hs[2] & ~3ULL); in convert_to_base2_64()
76 state->hs[2] &= 3; in convert_to_base2_64()
77 state->hs[0] += cy; in convert_to_base2_64()
78 state->hs[1] += (cy = ULT(state->hs[0], cy)); in convert_to_base2_64()
79 state->hs[2] += ULT(state->hs[1], cy); in convert_to_base2_64()
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp135f-dk.dts339 st,decrease-hs-slew-rate;
340 st,tune-hs-dc-level = <2>;
341 st,enable-hs-rftime-reduction;
342 st,trim-hs-current = <11>;
343 st,trim-hs-impedance = <2>;
345 st,enable-hs-rx-gain-eq;
346 st,no-hs-ftime-ctrl;
353 st,decrease-hs-slew-rate;
354 st,tune-hs-dc-level = <2>;
355 st,enable-hs-rftime-reduction;
[all …]
H A Dstm32mp157c-ev1.dts390 st,tune-hs-dc-level = <2>;
392 st,enable-hs-rftime-reduction;
393 st,trim-hs-current = <15>;
394 st,trim-hs-impedance = <1>;
396 st,tune-hs-rx-offset = <2>;
406 st,tune-hs-dc-level = <2>;
408 st,enable-hs-rftime-reduction;
409 st,trim-hs-current = <15>;
410 st,trim-hs-impedance = <1>;
412 st,tune-hs-rx-offset = <2>;
/openbmc/linux/tools/testing/selftests/net/
H A Dsrv6_end_dt46_l3vpn_test.sh282 local hs=$1
285 local hsname=hs-t${tid}-${hs}
302 ip -netns ${hsname} addr add ${IPv6_HS_NETWORK}::${hs}/64 dev veth0 nodad
303 ip -netns ${hsname} addr add ${IPv4_HS_NETWORK}.${hs}/24 dev veth0
335 local hssrc_name=hs-t${tid}-${hssrc}
336 local hsdst_name=hs-t${tid}-${hsdst}
432 ip netns exec hs-t${tid}-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
442 ip netns exec hs-t${tid}-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
H A Dsrv6_end_dt4_l3vpn_test.sh252 local hs=$1
255 local hsname=hs-t${tid}-${hs}
269 ip -netns ${hsname} addr add ${IPv4_HS_NETWORK}.${hs}/24 dev veth0
296 local hssrc_name=hs-t${tid}-${hssrc}
297 local hsdst_name=hs-t${tid}-${hsdst}
381 ip netns exec hs-t${tid}-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
H A Dsrv6_end_dt6_l3vpn_test.sh251 local hs=$1
254 local hsname=hs-t${tid}-${hs}
266 ip -netns ${hsname} addr add ${IPv6_HS_NETWORK}::${hs}/64 dev veth0 nodad
296 local hssrc_name=hs-t${tid}-${hssrc}
297 local hsdst_name=hs-t${tid}-${hsdst}
384 ip netns exec hs-t${tid}-${hssrc} ping -c 1 -W ${PING_TIMEOUT_SEC} \
H A Dsrv6_hencap_red_l3vpn_test.sh514 local hs="$1"
519 hsname="$(get_hsname "${hs}")"
529 add "${IPv6_HS_NETWORK}::${hs}/64" dev veth0 nodad
530 ip -netns "${hsname}" addr add "${IPv4_HS_NETWORK}.${hs}/24" dev veth0
787 local hs
791 for hs in ${HOSTS}; do
792 check_and_log_hs2gw_connectivity "${hs}"
H A Dsrv6_hl2encap_red_l2vpn_test.sh461 local hs="$1"
466 hsname="$(get_hsname "${hs}")"
475 ip -netns "${hsname}" addr add "${IPv6_HS_NETWORK}::${hs}/64" \
477 ip -netns "${hsname}" addr add "${IPv4_HS_NETWORK}.${hs}/24" \
749 local hs
753 for hs in ${HOSTS}; do
754 check_and_log_hs2gw_connectivity "${hs}"
/openbmc/phosphor-pid-control/test/
H A Dsensor_host_unittest.cpp87 HostSensor* hs = static_cast<HostSensor*>(s.get()); in TEST() local
90 ReadReturn r = hs->read(); in TEST()
106 hs->value(new_value); in TEST()
107 r = hs->read(); in TEST()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dbrcm,stingray-usb-phy.txt6 - "brcm,sr-usb-hs-phy" is a single HS PHY.
11 - Must be 0 for brcm,sr-usb-hs-phy.
29 compatible = "brcm,sr-usb-hs-phy";
/openbmc/linux/drivers/video/fbdev/omap/
H A Dsossi.c387 int hs, vs; in sossi_setup_tearsync() local
393 hs = ps_to_sossi_ticks(hs_pulse_time, div); in sossi_setup_tearsync()
395 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync()
399 if (hs > 8) in sossi_setup_tearsync()
400 hs = 8; in sossi_setup_tearsync()
401 if (hs) in sossi_setup_tearsync()
402 hs--; in sossi_setup_tearsync()
406 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync()
412 l |= hs; in sossi_setup_tearsync()
/openbmc/linux/arch/arm64/boot/dts/tesla/
H A Dfsd-pinctrl.dtsi252 hs_i2c0_bus: hs-i2c0-bus-pins {
259 hs_i2c1_bus: hs-i2c1-bus-pins {
266 hs_i2c2_bus: hs-i2c2-bus-pins {
273 hs_i2c3_bus: hs-i2c3-bus-pins {
280 hs_i2c4_bus: hs-i2c4-bus-pins {
287 hs_i2c5_bus: hs-i2c5-bus-pins {
294 hs_i2c6_bus: hs-i2c6-bus-pins {
301 hs_i2c7_bus: hs-i2c7-bus-pins {
/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/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-sourcesink10 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss)
11 isoc_mult 0..2 (hs/ss only)
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos7-pinctrl.dtsi187 hs_i2c10_bus: hs-i2c10-bus-pins {
194 hs_i2c11_bus: hs-i2c11-bus-pins {
201 hs_i2c2_bus: hs-i2c2-bus-pins {
229 hs_i2c3_bus: hs-i2c3-bus-pins {
250 hs_i2c0_bus: hs-i2c0-bus-pins {
257 hs_i2c1_bus: hs-i2c1-bus-pins {
264 hs_i2c9_bus: hs-i2c9-bus-pins {
299 hs_i2c8_bus: hs-i2c8-bus-pins {
334 hs_i2c4_bus: hs-i2c4-bus-pins {
341 hs_i2c5_bus: hs-i2c5-bus-pins {
[all …]
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c1407 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_queue() local
1414 dev_dbg(hs->dev, "%s: req %p: %d@%p, noi=%d, zero=%d, snok=%d\n", in dwc2_hsotg_ep_queue()
1418 if (hs->lx_state == DWC2_L1) { in dwc2_hsotg_ep_queue()
1419 dwc2_wakeup_from_lpm_l1(hs, true); in dwc2_hsotg_ep_queue()
1423 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue()
1424 dev_dbg(hs->dev, "%s: submit request only in active state\n", in dwc2_hsotg_ep_queue()
1437 dev_err(hs->dev, "req length > maxpacket*mc\n"); in dwc2_hsotg_ep_queue()
1444 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue()
1447 dev_err(hs->dev, "wrong length %d (maxsize=%d)\n", in dwc2_hsotg_ep_queue()
1453 dev_err(hs->dev, "ISOC OUT: wrong length %d (mps=%d)\n", in dwc2_hsotg_ep_queue()
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam572x-idk.dts19 pinctrl-names = "default", "hs";
25 pinctrl-names = "default", "hs", "ddr_3_3v";
H A Dam57xx-beagle-x15-revc.dts19 pinctrl-names = "default", "hs";
27 pinctrl-names = "default", "hs", "ddr_3_3v";
H A Dam57xx-beagle-x15-revb1.dts19 pinctrl-names = "default", "hs";
27 pinctrl-names = "default", "hs", "ddr_3_3v";

12345678910>>...15