Home
last modified time | relevance | path

Searched refs:haps (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dtoshiba_haps.c89 haps->protection_level = level; in protection_level_store()
175 struct toshiba_haps_dev *haps; in toshiba_haps_add() local
187 if (!haps) in toshiba_haps_add()
190 haps->acpi_dev = acpi_dev; in toshiba_haps_add()
191 haps->protection_level = 2; in toshiba_haps_add()
192 acpi_dev->driver_data = haps; in toshiba_haps_add()
193 dev_set_drvdata(&acpi_dev->dev, haps); in toshiba_haps_add()
204 toshiba_haps = haps; in toshiba_haps_add()
212 struct toshiba_haps_dev *haps; in toshiba_haps_suspend() local
225 struct toshiba_haps_dev *haps; in toshiba_haps_resume() local
[all …]
/openbmc/linux/drivers/usb/dwc3/
H A DMakefile49 obj-$(CONFIG_USB_DWC3_HAPS) += dwc3-haps.o