/linux/Documentation/devicetree/bindings/i2c/ |
H A D | hpe,gxp-i2c.yaml | 4 $id: http://devicetree.org/schemas/i2c/hpe,gxp-i2c.yaml# 7 title: HPE GXP SoC I2C Controller 10 - Nick Hawkins <nick.hawkins@hpe.com> 17 const: hpe,gxp-i2c 28 hpe,sysreg: 47 compatible = "hpe,gxp-i2c"; 52 hpe,sysreg = <&sysreg_system_controller>;
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | hpe,gxp.yaml | 4 $id: http://devicetree.org/schemas/arm/hpe,gxp.yaml# 7 title: HPE BMC GXP platforms 10 - Nick Hawkins <nick.hawkins@hpe.com> 11 - Jean-Marie Verdun <verdun@hpe.com> 19 - hpe,gxp-dl360gen10 20 - const: hpe,gxp
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | hpe,gxp-timer.yaml | 4 $id: http://devicetree.org/schemas/timer/hpe,gxp-timer.yaml# 7 title: HPE GXP Timer 10 - Nick Hawkins <nick.hawkins@hpe.com> 11 - Jean-Marie Verdun <verdun@hpe.com> 15 const: hpe,gxp-timer 41 compatible = "hpe,gxp-timer";
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | hpe,gxp-fan-ctrl.yaml | 4 $id: http://devicetree.org/schemas/hwmon/hpe,gxp-fan-ctrl.yaml# 7 title: HPE GXP Fan Controller 10 - Nick Hawkins <nick.hawkins@hpe.com> 13 The HPE GXP fan controller controls the fans through an external CPLD 18 const: hpe,gxp-fan-ctrl 42 compatible = "hpe,gxp-fan-ctrl";
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | hpe,gxp-spifi.yaml | 4 $id: http://devicetree.org/schemas/spi/hpe,gxp-spifi.yaml# 7 title: HPE GXP spi controller flash interface 10 - Nick Hawkins <nick.hawkins@hpe.com> 11 - Jean-Marie Verdun <verdun@hpe.com> 18 const: hpe,gxp-spifi 40 compatible = "hpe,gxp-spifi";
|
/linux/arch/arm/boot/dts/hpe/ |
H A D | hpe-bmc-dl360gen10.dts | 3 * Device Tree file for HPE DL360Gen10 6 /include/ "hpe-gxp.dtsi" 11 compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
|
H A D | hpe-gxp.dtsi | 3 * Device Tree file for HPE GXP 9 compatible = "hpe,gxp"; 104 compatible = "hpe,gxp-ehci", "generic-ehci"; 111 compatible = "hpe,gxp-timer"; 120 compatible = "hpe,gxp-ohci", "generic-ohci";
|
H A D | Makefile | 3 hpe-bmc-dl360gen10.dtb
|
/linux/Documentation/watchdog/ |
H A D | hpwdt.rst | 2 HPE iLO NMI Watchdog Driver 11 The HPE iLO NMI Watchdog driver is a kernel module that provides basic 22 gets into a bad state and hangs, the HPE ProLiant iLO timer register will 76 The HPE iLO NMI Watchdog Driver and documentation were originally developed
|
/linux/Documentation/hwmon/ |
H A D | gxp-fan-ctrl.rst | 8 * HPE GXP SOC 10 Author: Nick Hawkins <nick.hawkins@hpe.com> 16 gxp-fan-ctrl is a driver which provides fan control for the hpe gxp soc.
|
/linux/drivers/watchdog/ |
H A D | gxp-wdt.c | 110 .identity = "HPE GXP Watchdog timer", 157 dev_info(dev, "HPE GXP watchdog timer"); in gxp_wdt_probe() 170 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>"); 171 MODULE_AUTHOR("Jean-Marie Verdun <verdun@hpe.com>");
|
H A D | hpwdt.c | 3 * HPE WatchDog Driver 9 * Thomas Mingarelli <thomas.mingarelli@hpe.com> 205 .identity = "HPE iLO2+ HW Watchdog Timer", 256 "HPE Watchdog Timer Driver: NMI decoding initialized\n"); in hpwdt_init_nmi_decoding() 354 dev_info(&dev->dev, "HPE Watchdog Timer Driver: Version: %s\n", in hpwdt_init_one() 414 MODULE_DESCRIPTION("hpe watchdog driver");
|
/linux/drivers/hwmon/ |
H A D | gxp-fan-ctrl.c | 237 { .compatible = "hpe,gxp-fan-ctrl", }, 251 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>"); 252 MODULE_DESCRIPTION("HPE GXP fan controller");
|
/linux/drivers/i2c/busses/ |
H A D | i2c-gxp.c | 516 "hpe,sysreg"); in gxp_i2c_probe() 569 strscpy(adapter->name, "HPE GXP I2C adapter", sizeof(adapter->name)); in gxp_i2c_probe() 591 { .compatible = "hpe,gxp-i2c" }, 606 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>"); 607 MODULE_DESCRIPTION("HPE GXP I2C bus driver");
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_ioctl.h | 68 #define MBOX_HPE 0x01 /* ioctl has hpe mbox */ 77 #define DRVRTYPE_HPE 0x00000002 /* new hpe driver */ 251 * @drvr_type : megaraid or hpe (DRVRTYPE_MBOX or DRVRTYPE_HPE)
|
/linux/drivers/spi/ |
H A D | spi-gxp.c | 304 {.compatible = "hpe,gxp-spifi", .data = &gxp_spifi_data }, 318 MODULE_DESCRIPTION("HPE GXP SPI Flash Interface driver"); 319 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>");
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-st | 4 Contact: shane.seymour@hpe.com
|
H A D | sysfs-firmware-sgi_uv | 3 Contact: Justin Ernst <justin.ernst@hpe.com>
|
/linux/arch/arm/boot/dts/ |
H A D | Makefile | 17 subdir-y += hpe
|
/linux/drivers/gpu/drm/ingenic/ |
H A D | ingenic-drm-drv.c | 285 unsigned int vpe, vds, vde, vt, hpe, hds, hde, ht; in ingenic_drm_crtc_update_timings() local 292 hpe = mode->crtc_hsync_end - mode->crtc_hsync_start; in ingenic_drm_crtc_update_timings() 303 hpe << JZ_LCD_HSYNC_HPE_OFFSET); in ingenic_drm_crtc_update_timings() 319 regmap_write(priv->map, JZ_REG_LCD_SPL, hpe << 16 | (hpe + 1)); in ingenic_drm_crtc_update_timings()
|
/linux/include/asm-generic/ |
H A D | qspinlock.h | 37 * Authors: Waiman Long <waiman.long@hpe.com>
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | generic-ehci.yaml | 63 - hpe,gxp-ehci
|
/linux/kernel/locking/ |
H A D | lock_events.c | 13 * Authors: Waiman Long <waiman.long@hpe.com>
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_priv.h | 97 struct mlx5e_hairpin_entry *hpe; /* attached hairpin instance */ member
|
/linux/drivers/acpi/ |
H A D | spcr.c | 58 memcmp(tb->header.oem_id, "HPE ", ACPI_OEM_ID_SIZE)) in xgene_8250_erratum_present()
|