| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A 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 …]
|
| H A 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);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A 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";
|
| H A 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";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3308bs-pinctrl.dtsi | 532 spi0_clk_hs: spi0-clk-hs { 537 spi0_miso_hs: spi0-miso-hs { 542 spi0_mosi_hs: spi0-mosi-hs { 570 spi1_clk_hs: spi1-clk-hs { 575 spi1_miso_hs: spi1-miso-hs { 580 spi1_mosi_hs: spi1-mosi-hs { 607 spi1m1_miso_hs: spi1m1-miso-hs { 612 spi1m1_mosi_hs: spi1m1-mosi-hs { 617 spi1m1_clk_hs: spi1m1-clk-hs { 622 spi1m1_csn0_hs: spi1m1-csn0-hs { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | gadget.c | 1412 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_queue() local 1419 dev_dbg(hs->dev, "%s: req %p: %d@%p, noi=%d, zero=%d, snok=%d\n", in dwc2_hsotg_ep_queue() 1424 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue() 1425 dev_dbg(hs->dev, "%s: submit request only in active state\n", in dwc2_hsotg_ep_queue() 1438 dev_err(hs->dev, "req length > maxpacket*mc\n"); in dwc2_hsotg_ep_queue() 1445 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue() 1448 dev_err(hs->dev, "wrong length %d (maxsize=%d)\n", in dwc2_hsotg_ep_queue() 1454 dev_err(hs->dev, "ISOC OUT: wrong length %d (mps=%d)\n", in dwc2_hsotg_ep_queue() 1460 ret = dwc2_hsotg_handle_unaligned_buf_start(hs, hs_ep, hs_req); in dwc2_hsotg_ep_queue() 1465 if (using_dma(hs)) { in dwc2_hsotg_ep_queue() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/ |
| H A 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 …]
|
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3568-pinctrl.dtsi | 1662 spi0clkm0_hs: spi0clkm0-hs { 1666 spi0misom0_hs: spi0misom0-hs { 1670 spi0mosim0_hs: spi0mosim0-hs { 1690 spi0clkm1_hs: spi0clkm1-hs { 1694 spi0misom1_hs: spi0misom1-hs { 1698 spi0mosim1_hs: spi0mosim1-hs { 1724 spi1clkm0_hs: spi1clkm0-hs { 1728 spi1misom0_hs: spi1misom0-hs { 1732 spi1mosim0_hs: spi1mosim0-hs { 1752 spi1clkm1_hs: spi1clkm1-hs { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libsas/ |
| H A 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp_sys.h | 77 havege_state hs; member 81 havege_state *hs; member 91 ssl_set_rng(s, havege_random, &ctx->hs);\ 96 ssl_set_rng(s, havege_random, ((tls_server_ctx*)ctx)->hs);\
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | havege.h | 58 void mbedtls_havege_init( mbedtls_havege_state *hs ); 65 void mbedtls_havege_free( mbedtls_havege_state *hs );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | havege.h | 58 void mbedtls_havege_init( mbedtls_havege_state *hs ); 65 void mbedtls_havege_free( mbedtls_havege_state *hs );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | havege.h | 58 void mbedtls_havege_init( mbedtls_havege_state *hs ); 65 void mbedtls_havege_free( mbedtls_havege_state *hs );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | havege.h | 58 void mbedtls_havege_init( mbedtls_havege_state *hs ); 65 void mbedtls_havege_free( mbedtls_havege_state *hs );
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A 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";
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-sourcesink | 10 isoc_maxpacket 0 - 1023 (fs), 0 - 1024 (hs/ss) 11 isoc_mult 0..2 (hs/ss only)
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | am572x-idk.dts | 19 pinctrl-names = "default", "hs"; 25 pinctrl-names = "default", "hs", "ddr_3_3v";
|
| H A D | am57xx-beagle-x15-revc.dts | 19 pinctrl-names = "default", "hs"; 27 pinctrl-names = "default", "hs", "ddr_3_3v";
|