/Linux-v5.10/include/linux/phy/ |
D | phy-mipi-dphy.h | 20 * Clock transitions and disable the Clock Lane HS-RX. 30 * send HS clock after the last associated Data Lane has 41 * Time, in UI, that the HS clock shall be driven by 43 * the transition from LP to HS mode. 53 * Lane LP-00 Line state immediately before the HS-0 Line 54 * state starting the HS transmission. 64 * Time interval, in picoseconds, during which the HS receiver 65 * should ignore any Clock Lane HS transitions, starting from 77 * the HS line termination. 86 * Time, in picoseconds, that the transmitter drives the HS-0 [all …]
|
/Linux-v5.10/drivers/net/can/usb/ |
D | Kconfig | 40 - Kvaser Leaf Professional HS 41 - Kvaser Leaf SemiPro HS 47 - Kvaser Memorator II HS/HS 48 - Kvaser USBcan Professional HS/HS 50 - Kvaser Leaf Professional HS (OBD-II connector) 51 - Kvaser Memorator Professional HS/LS 56 - Kvaser Mini PCI Express HS 59 - Kvaser USBcan II HS/HS 60 - Kvaser USBcan II HS/LS 62 - Kvaser Memorator HS/HS [all …]
|
/Linux-v5.10/drivers/clk/socfpga/ |
D | clk-agilex.c | 18 { .fw_name = "cb-intosc-hs-div2-clk", 19 .name = "cb-intosc-hs-div2-clk", }, 27 { .fw_name = "cb-intosc-hs-div2-clk", 28 .name = "cb-intosc-hs-div2-clk", }, 38 { .fw_name = "cb-intosc-hs-div2-clk", 39 .name = "cb-intosc-hs-div2-clk", }, 51 { .fw_name = "cb-intosc-hs-div2-clk", 52 .name = "cb-intosc-hs-div2-clk", }, 64 { .fw_name = "cb-intosc-hs-div2-clk", 65 .name = "cb-intosc-hs-div2-clk", }, [all …]
|
/Linux-v5.10/drivers/gpu/drm/gma500/ |
D | mdfld_dsi_pkg_sender.c | 53 "RX HS Receive Timeout Error", 69 "HS TX Timeout", 75 "HS Generic Write FIFO Full", 172 dev_dbg(sender->dev->dev, "HS Gen fifo full\n"); in handle_dsi_error() 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() [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);
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | brcm,stingray-usb-phy.txt | 5 - "brcm,sr-usb-combo-phy" is combo PHY has two PHYs, one SS and one HS. 6 - "brcm,sr-usb-hs-phy" is a single HS PHY. 10 the PHY number of two PHYs. 0 for HS PHY and 1 for SS PHY. 11 - Must be 0 for brcm,sr-usb-hs-phy. 29 compatible = "brcm,sr-usb-hs-phy";
|
D | qcom,usb-hs-phy.txt | 1 Qualcomm's USB HS PHY 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 | qcom,ipq806x-usb-phy-hs.yaml | 4 $id: http://devicetree.org/schemas/phy/qcom,ipq806x-usb-phy-hs.yaml# 7 title: Qualcomm ipq806x usb DWC3 HS PHY CONTROLLER 19 const: qcom,ipq806x-usb-phy-hs 52 compatible = "qcom,ipq806x-usb-phy-hs";
|
D | qcom-usb-ipq4019-phy.yaml | 7 title: Qualcom IPQ40xx Dakota HS/SS USB PHY 16 - qcom,usb-hs-ipq4019-phy 47 compatible = "qcom,usb-hs-ipq4019-phy";
|
/Linux-v5.10/arch/sparc/kernel/ |
D | viohs.c | 60 viodbg(HS, "SEND VERSION INFO maj[%u] min[%u] devclass[%u]\n", in send_version() 70 viodbg(HS, "START HANDSHAKE\n"); in start_handshake() 144 viodbg(HS, "HANDSHAKE FAILURE\n"); in handshake_failure() 165 viodbg(HS, "UNKNOWN CONTROL [%02x:%02x:%04x:%08x]\n", in process_unknown() 201 viodbg(HS, "SEND DRING_REG INFO ndesc[%u] dsz[%u] opt[0x%x] " in send_dreg() 209 viodbg(HS, "DRING COOKIE(%d) [%016llx:%016llx]\n", in send_dreg() 226 viodbg(HS, "SEND RDX INFO\n"); in send_rdx() 261 viodbg(HS, "GOT VERSION INFO maj[%u] min[%u] devclass[%u]\n", in process_ver_info() 278 viodbg(HS, "SEND VERSION NACK maj[0] min[0]\n"); in process_ver_info() 284 viodbg(HS, "SEND VERSION NACK maj[%u] min[%u]\n", in process_ver_info() [all …]
|
/Linux-v5.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()
|
/Linux-v5.10/drivers/scsi/ufs/ |
D | ufshcd-pltfrm.h | 16 u32 hs_rx_gear; /* hs rx gear to work in */ 17 u32 hs_tx_gear; /* hs tx gear to work in */ 22 u32 rx_pwr_hs; /* rx hs working pwr */ 23 u32 tx_pwr_hs; /* tx hs working pwr */ 24 u32 hs_rate; /* rate A/B to work in HS */
|
D | ufshcd-pltfrm.c | 291 * device doesn't support HS but in ufshcd_get_pwr_dev_param() 292 * pltfrm_param->desired_working_mode is HS, in ufshcd_get_pwr_dev_param() 296 pr_info("%s: device doesn't support HS\n", in ufshcd_get_pwr_dev_param() 301 * since device supports HS, it supports FAST_MODE. in ufshcd_get_pwr_dev_param() 302 * since pltfrm_param->desired_working_mode is also HS in ufshcd_get_pwr_dev_param() 311 * it doesn't matter whether device supports HS or PWM, in ufshcd_get_pwr_dev_param() 334 * both HS or both PWM then set the minimum gear to be the chosen in ufshcd_get_pwr_dev_param() 336 * if one is PWM and one is HS then the one that is PWM get to decide in ufshcd_get_pwr_dev_param()
|
/Linux-v5.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()
|
/Linux-v5.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";
|
/Linux-v5.10/drivers/phy/st/ |
D | Kconfig | 37 tristate "STMicroelectronics STM32 USB HS PHY Controller driver" 46 used by an HS USB Host controller, and the second one is shared 47 between an HS USB OTG controller and an HS USB Host controller,
|
/Linux-v5.10/arch/sh/lib/ |
D | memmove.S | 64 cmp/hs r5,r0 98 cmp/hs r5,r0 142 cmp/hs r5,r0 154 cmp/hs r5,r0 184 cmp/hs r5,r0 230 cmp/hs r5,r0 243 cmp/hs r5,r0
|
/Linux-v5.10/drivers/phy/qualcomm/ |
D | phy-qcom-snps-femto-v2.c | 69 * struct qcom_snps_hsphy - snps hs phy attributes 72 * @base: iomapped memory space for snps hs phy 180 dev_vdbg(&phy->dev, "%s(): Initializing SNPS HS phy\n", __func__); in qcom_snps_hsphy_init() 277 { .compatible = "qcom,sm8150-usb-hs-phy", }, 278 { .compatible = "qcom,usb-snps-hs-7nm-phy", }, 353 dev_dbg(dev, "Registered Qcom-SNPS HS phy\n"); in qcom_snps_hsphy_probe() 363 .name = "qcom-snps-hs-femto-v2-phy", 371 MODULE_DESCRIPTION("Qualcomm SNPS FEMTO USB HS PHY V2 driver");
|
/Linux-v5.10/drivers/usb/cdns3/ |
D | gadget.h | 129 /* Disconnect USB device in HS/FS */ 157 /* L1 LPM state entry enable (used in HS/FS mode). */ 159 /* L1 LPM state entry disable (used in HS/FS mode). */ 165 /* L0 LPM state entry request (used in HS/FS mode). */ 246 * HS/FS clock turn-off status. 248 * 1 - hsfs clock turn-off in L2 (HS/FS mode) is enabled 290 * L1 LPM state enable status (used in HS/FS mode). 297 * Internal VBUS connection status (used both in HS/FS and SS mode). 304 * HS/FS LPM state (used in FS/HS mode). 316 * Disable HS status (used in FS/HS mode). [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/mmc/ |
D | sdhci-am654.yaml | 57 ti,otap-del-sel-mmc-hs: 63 ti,otap-del-sel-sd-hs: 127 ti,itap-del-sel-mmc-hs: 133 ti,itap-del-sel-sd-hs: 210 ti,otap-del-sel-mmc-hs = <0x0>; 215 ti,itap-del-sel-mmc-hs = <0xa>;
|
/Linux-v5.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 …]
|
/Linux-v5.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 …]
|
/Linux-v5.10/drivers/media/platform/marvell-ccic/ |
D | mmp-driver.c | 74 * bit 0 ~ bit 7: HS Term Enable. in mmpcam_calc_dphy() 83 * Time interval during which the HS in mmpcam_calc_dphy() 85 * HS transitions. in mmpcam_calc_dphy() 91 * document for explanation of HS-SETTLE in mmpcam_calc_dphy() 131 * Time for the Clock Lane receiver to enable the HS line in mmpcam_calc_dphy() 133 * HS Term Enable in mmpcam_calc_dphy() 135 * Time interval during which the HS receiver shall ignore in mmpcam_calc_dphy() 136 * any Clock Lane HS transitions. in mmpcam_calc_dphy()
|
/Linux-v5.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() 403 "setup_tearsync: hs %d vs %d hs_inv %d vs_inv %d\n", in sossi_setup_tearsync() 404 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync() 410 l |= hs; in sossi_setup_tearsync() [all …]
|
D | hwa742.c | 780 int hs, vs; in setup_tearsync() local 822 * HS and VS in setup_tearsync() 831 * HS or'ed with VS doesn't work, use the active high in setup_tearsync() 837 hs = hndp; in setup_tearsync() 841 * Use HS or'ed with VS as a TE signal if both are needed 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() 861 /* set VS to 120% of HS to minimize VS detection time */ in setup_tearsync() [all …]
|