Home
last modified time | relevance | path

Searched refs:haps (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dtoshiba_haps.c61 struct toshiba_haps_dev *haps = dev_get_drvdata(dev); in protection_level_show() local
63 return sprintf(buf, "%i\n", haps->protection_level); in protection_level_show()
70 struct toshiba_haps_dev *haps = dev_get_drvdata(dev); in protection_level_store() local
85 ret = toshiba_haps_protection_level(haps->acpi_dev->handle, level); in protection_level_store()
89 haps->protection_level = level; in protection_level_store()
99 struct toshiba_haps_dev *haps = dev_get_drvdata(dev); in reset_protection_store() local
111 ret = toshiba_haps_reset_protection(haps->acpi_dev->handle); in reset_protection_store()
177 struct toshiba_haps_dev *haps; in toshiba_haps_add() local
188 haps = kzalloc(sizeof(struct toshiba_haps_dev), GFP_KERNEL); in toshiba_haps_add()
189 if (!haps) in toshiba_haps_add()
214 struct toshiba_haps_dev *haps; toshiba_haps_suspend() local
227 struct toshiba_haps_dev *haps; toshiba_haps_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dtoshiba_haps.c61 struct toshiba_haps_dev *haps = dev_get_drvdata(dev); in protection_level_show() local
63 return sprintf(buf, "%i\n", haps->protection_level); in protection_level_show()
70 struct toshiba_haps_dev *haps = dev_get_drvdata(dev); in protection_level_store() local
85 ret = toshiba_haps_protection_level(haps->acpi_dev->handle, level); in protection_level_store()
89 haps->protection_level = level; in protection_level_store()
99 struct toshiba_haps_dev *haps = dev_get_drvdata(dev); in reset_protection_store() local
111 ret = toshiba_haps_reset_protection(haps->acpi_dev->handle); in reset_protection_store()
175 struct toshiba_haps_dev *haps; in toshiba_haps_add() local
186 haps = kzalloc(sizeof(struct toshiba_haps_dev), GFP_KERNEL); in toshiba_haps_add()
187 if (!haps) in toshiba_haps_add()
212 struct toshiba_haps_dev *haps; toshiba_haps_suspend() local
225 struct toshiba_haps_dev *haps; toshiba_haps_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A DMakefile48 obj-$(CONFIG_USB_DWC3_HAPS) += dwc3-haps.o
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A DMakefile49 obj-$(CONFIG_USB_DWC3_HAPS) += dwc3-haps.o

Completed in 2 milliseconds