/kernel/liteos_a/testsuites/unittest/net/socket/smoke/ |
D | net_socket_test_005.cpp | 45 uint16_t hs = ntohs(0x1234); in ByteOrderTest() local 46 ICUNIT_ASSERT_EQUAL(hs, 0x3412, hs); in ByteOrderTest() 57 uint16_t hs = ntohs(0x1234); in ByteOrderTest() 58 ICUNIT_ASSERT_EQUAL(hs, 0x1234, hs); in ByteOrderTest()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_pkg_sender.c | 218 u8 cmd, u8 param, bool hs) in send_short_pkg() argument 225 if (hs) { in send_short_pkg() 244 u8 *data, int len, bool hs) in send_long_pkg() argument 255 if (hs) { in send_long_pkg() 373 u8 *data, u16 len, bool hs) in send_pkg() argument 406 ret = send_short_pkg(sender, data_type, data[0], data[1], hs); in send_pkg() 410 ret = send_long_pkg(sender, data_type, data, len, hs); in send_pkg() 422 u32 len, bool hs) in mdfld_dsi_send_mcs_long() argument 432 send_pkg(sender, MIPI_DSI_DCS_LONG_WRITE, data, len, hs); in mdfld_dsi_send_mcs_long() 439 u8 param, u8 param_num, bool hs) in mdfld_dsi_send_mcs_short() argument [all …]
|
D | mdfld_dsi_pkg_sender.h | 69 u8 param, u8 param_num, bool hs); 71 u32 len, bool hs); 73 u8 param1, u8 param_num, bool hs); 75 u32 len, bool hs); 78 u32 *data, u16 len, bool hs);
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 56 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()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | poly1305_glue.c | 43 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()
|
/kernel/liteos_m/components/net/test/ |
D | net_socket_test_005.c | 47 uint16_t hs = ntohs(0x1234); in ByteOrderTest() local 48 ICUNIT_ASSERT_EQUAL(hs, 0x3412, 3); in ByteOrderTest() 60 uint16_t hs = ntohs(0x1234); in ByteOrderTest() local 61 ICUNIT_ASSERT_EQUAL(hs, 0x1234, 7); in ByteOrderTest()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
D | qcom,usb-hs-phy.txt | 8 Definition: Should contain "qcom,usb-hs-phy" and more specifically one of the 11 "qcom,usb-hs-phy-apq8064" 12 "qcom,usb-hs-phy-msm8916" 13 "qcom,usb-hs-phy-msm8974" 72 compatible = "qcom,usb-hs-phy-msm8974", "qcom,usb-hs-phy";
|
D | brcm,stingray-usb-phy.txt | 6 - "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";
|
/kernel/linux/linux-5.10/drivers/block/paride/ |
D | pg.c | 580 int hs = sizeof (hdr); in pg_write() local 584 if (count < hs) in pg_write() 587 if (copy_from_user(&hdr, buf, hs)) in pg_write() 594 if ((count - hs) > PG_MAX_DATA) in pg_write() 598 if (count != hs) in pg_write() 619 if (copy_from_user(dev->bufptr, buf + hs, count - hs)) in pg_write() 628 int hs = sizeof (hdr); in pg_read() local 633 if (count < hs) in pg_read() 650 if (copy > (count - hs)) in pg_read() 651 copy = count - hs; in pg_read() [all …]
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
D | sossi.c | 385 int hs, vs; in sossi_setup_tearsync() local 391 hs = ps_to_sossi_ticks(hs_pulse_time, div); in sossi_setup_tearsync() 393 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync() 397 if (hs > 8) in sossi_setup_tearsync() 398 hs = 8; in sossi_setup_tearsync() 399 if (hs) in sossi_setup_tearsync() 400 hs--; in sossi_setup_tearsync() 404 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync() 410 l |= hs; in sossi_setup_tearsync()
|
D | hwa742.c | 780 int hs, vs; in setup_tearsync() local 837 hs = hndp; in setup_tearsync() 845 hs = hsw; in setup_tearsync() 853 hs = hs * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync() 854 hs *= 1000; in setup_tearsync() 859 if (vs <= hs) in setup_tearsync() 862 vs = hs * 12 / 10; in setup_tearsync() 864 hs = 10000; in setup_tearsync() 879 hs, vs, (b & 0x3), !use_hsvs); in setup_tearsync() 881 return hwa742.extif->setup_tearsync(1, hs, vs, in setup_tearsync()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | configfs-usb-gadget-sourcesink | 10 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss) 11 isoc_mult 0..2 (hs/ss only)
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/exynos/ |
D | exynos7-pinctrl.dtsi | 187 hs_i2c10_bus: hs-i2c10-bus { 194 hs_i2c11_bus: hs-i2c11-bus { 201 hs_i2c2_bus: hs-i2c2-bus { 229 hs_i2c3_bus: hs-i2c3-bus { 250 hs_i2c0_bus: hs-i2c0-bus { 257 hs_i2c1_bus: hs-i2c1-bus { 264 hs_i2c9_bus: hs-i2c9-bus { 299 hs_i2c8_bus: hs-i2c8-bus { 334 hs_i2c4_bus: hs-i2c4-bus { 341 hs_i2c5_bus: hs-i2c5-bus { [all …]
|
D | exynos5433-pinctrl.dtsi | 190 hs_i2c6_bus: hs-i2c6-bus { 406 hs_i2c4_bus: hs-i2c4-bus { 551 hs_i2c8_bus: hs-i2c8-bus { 558 hs_i2c9_bus: hs-i2c9-bus { 608 hs_i2c2_bus: hs-i2c2-bus { 627 hs_i2c3_bus: hs-i2c3-bus { 634 hs_i2c0_bus: hs-i2c0-bus { 641 hs_i2c1_bus: hs-i2c1-bus { 683 hs_i2c7_bus: hs-i2c7-bus { 697 hs_i2c10_bus: hs-i2c10-bus { [all …]
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | am572x-idk.dts | 19 pinctrl-names = "default", "hs"; 25 pinctrl-names = "default", "hs", "ddr_3_3v";
|
D | am57xx-beagle-x15-revc.dts | 19 pinctrl-names = "default", "hs"; 27 pinctrl-names = "default", "hs", "ddr_3_3v";
|
D | am574x-idk.dts | 27 pinctrl-names = "default", "hs"; 33 pinctrl-names = "default", "hs", "ddr_3_3v";
|
D | am57xx-beagle-x15-revb1.dts | 19 pinctrl-names = "default", "hs"; 27 pinctrl-names = "default", "hs", "ddr_3_3v";
|
D | am57xx-beagle-x15.dts | 20 pinctrl-names = "default", "hs"; 29 pinctrl-names = "default", "hs", "ddr_3_3v";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | renesas,rcar-usb2-clock-sel.txt | 44 - The functional clock of HS-USB side must be "hs-usb-if" 53 - The reset of HS-USB side must be "hs-usb-if" 63 clock-names = "ehci_ohci", "hs-usb-if", "usb_extal", "usb_xtal"; 67 reset-names = "ehci_ohci", "hs-usb-if";
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 40 int hs = 0, stat = 0; in sas_end_task() local 44 hs = DID_NO_CONNECT; in sas_end_task() 53 hs = DID_NO_CONNECT; in sas_end_task() 58 hs = DID_ERROR; in sas_end_task() 61 hs = DID_ERROR; in sas_end_task() 64 hs = DID_SOFT_ERROR; /* retry */ in sas_end_task() 67 hs = DID_BAD_TARGET; in sas_end_task() 70 hs = DID_PARITY; in sas_end_task() 74 hs = DID_SOFT_ERROR; /* retry */ in sas_end_task() 76 hs = DID_ERROR; in sas_end_task() [all …]
|
/kernel/linux/linux-5.10/drivers/phy/qualcomm/ |
D | Makefile | 9 obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o 11 obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
D | gadget.c | 1408 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_queue() local 1415 dev_dbg(hs->dev, "%s: req %p: %d@%p, noi=%d, zero=%d, snok=%d\n", in dwc2_hsotg_ep_queue() 1420 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue() 1421 dev_dbg(hs->dev, "%s: submit request only in active state\n", in dwc2_hsotg_ep_queue() 1434 dev_err(hs->dev, "req length > maxpacket*mc\n"); in dwc2_hsotg_ep_queue() 1441 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue() 1444 dev_err(hs->dev, "wrong length %d (maxsize=%d)\n", in dwc2_hsotg_ep_queue() 1450 dev_err(hs->dev, "ISOC OUT: wrong length %d (mps=%d)\n", in dwc2_hsotg_ep_queue() 1456 ret = dwc2_hsotg_handle_unaligned_buf_start(hs, hs_ep, hs_req); in dwc2_hsotg_ep_queue() 1461 if (using_dma(hs)) { in dwc2_hsotg_ep_queue() [all …]
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | acornfb.c | 415 unsigned long hs, vs; in acornfb_validate_timing() local 424 hs = 1953125000 / var->pixclock; in acornfb_validate_timing() 425 hs = hs * 512 / in acornfb_validate_timing() 427 vs = hs / in acornfb_validate_timing() 431 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing() 988 unsigned long hs; in acornfb_probe() local 990 hs = modedb[i].refresh * in acornfb_probe() 997 hs >= fb_info.monspecs.hfmin && in acornfb_probe() 998 hs <= fb_info.monspecs.hfmax) { in acornfb_probe()
|
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
D | clk-cygnus.c | 33 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument 34 { .offset = o, .en_shift = es, .high_shift = hs, \ 46 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument 47 .hold_shift = hs, .bypass_shift = bs }
|