Home
last modified time | relevance | path

Searched full:hpe (Results 1 – 25 of 30) sorted by relevance

12

/linux/Documentation/devicetree/bindings/i2c/
H A Dhpe,gxp-i2c.yaml4 $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 Dhpe,gxp.yaml4 $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 Dhpe,gxp-timer.yaml4 $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/spi/
H A Dhpe,gxp-spifi.yaml4 $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 Dhpe-bmc-dl360gen10.dts3 * Device Tree file for HPE DL360Gen10
6 /include/ "hpe-gxp.dtsi"
11 compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
H A Dhpe-gxp.dtsi3 * 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 DMakefile3 hpe-bmc-dl360gen10.dtb
/linux/Documentation/hwmon/
H A Dgxp-fan-ctrl.rst8 * 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/Documentation/watchdog/
H A Dhpwdt.rst2 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/drivers/watchdog/
H A Dgxp-wdt.c110 .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>");
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c592 /* hpe's that were not fully initialized when dead peer update event
970 struct mlx5e_hairpin_entry *hpe; in mlx5e_hairpin_get() local
973 hash_for_each_possible(tc->hairpin_tbl, hpe, in mlx5e_hairpin_get()
975 if (hpe->peer_vhca_id == peer_vhca_id && hpe->prio == prio) { in mlx5e_hairpin_get()
976 refcount_inc(&hpe->refcnt); in mlx5e_hairpin_get()
977 return hpe; in mlx5e_hairpin_get()
985 struct mlx5e_hairpin_entry *hpe) in mlx5e_hairpin_put() argument
989 if (!refcount_dec_and_mutex_lock(&hpe->refcnt, &tc->hairpin_tbl_lock)) in mlx5e_hairpin_put()
991 hash_del(&hpe->hairpin_hlist); in mlx5e_hairpin_put()
994 if (!IS_ERR_OR_NULL(hpe->hp)) { in mlx5e_hairpin_put()
[all …]
/linux/drivers/hwmon/
H A Dgxp-fan-ctrl.c134 { .compatible = "hpe,gxp-fan-ctrl", },
148 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>");
149 MODULE_DESCRIPTION("HPE GXP fan controller");
/linux/drivers/i2c/busses/
H A Di2c-gxp.c515 "hpe,sysreg"); in gxp_i2c_probe()
568 strscpy(adapter->name, "HPE GXP I2C adapter", sizeof(adapter->name)); in gxp_i2c_probe()
590 { .compatible = "hpe,gxp-i2c" },
605 MODULE_AUTHOR("Nick Hawkins <nick.hawkins@hpe.com>");
606 MODULE_DESCRIPTION("HPE GXP I2C bus driver");
/linux/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h68 #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/clocksource/
H A Dtimer-gxp.c200 { .compatible = "hpe,gxp-timer", },
215 TIMER_OF_DECLARE(gxp, "hpe,gxp-timer", gxp_timer_init);
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-st4 Contact: shane.seymour@hpe.com
H A Dsysfs-firmware-sgi_uv3 Contact: Justin Ernst <justin.ernst@hpe.com>
H A Dsysfs-bus-nfit114 https://github.com/HewlettPackard/hpe-nvm/blob/master/Documentation/
/linux/kernel/locking/
H A Dlock_events.c13 * Authors: Waiman Long <waiman.long@hpe.com>
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h98 struct mlx5e_hairpin_entry *hpe; /* attached hairpin instance */ member
/linux/drivers/acpi/
H A Dspcr.c58 memcmp(tb->header.oem_id, "HPE ", ACPI_OEM_ID_SIZE)) in xgene_8250_erratum_present()
/linux/drivers/acpi/nfit/
H A Dnfit.h23 /* https://github.com/HewlettPackard/hpe-nvm/blob/master/Documentation/ */
/linux/drivers/platform/x86/
H A Duv_sysfs.c3 * This file supports the /sys/firmware/sgi_uv topology tree on HPE UV.
930 MODULE_DESCRIPTION("Sysfs structure for HPE UV systems");
/linux/scripts/
H A Dsign-file.c9 * Juerg Haefliger <juerg.haefliger@hpe.com>
/linux/drivers/acpi/apei/
H A Dghes.c1939 {"HPE ", "Server ", 0, ACPI_SIG_FADT, all_versions},

12