Home
last modified time | relevance | path

Searched refs:ISH (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/hid/
Dintel-ish-hid.txt1 Intel Integrated Sensor Hub (ISH)
15 are many commercial devices already shipped with Integrated Sensor Hubs (ISH).
16 These ISH also comply to HID sensor specification, but the difference is the
18 mainly use HID over i2C or USB. But ISH doesn't use either i2c or USB.
22 Using a analogy with a usbhid implementation, the ISH follows a similar model
26 | USB HID | --> | ISH HID |
29 | USB protocol | --> | ISH Transport |
32 | EHCI/XHCI | --> | ISH IPC |
36 |Host controller| --> | ISH processor |
40 | USB End points| --> | ISH Clients |
[all …]
/Linux-v4.19/drivers/hid/intel-ish-hid/
DKconfig1 menu "Intel ISH HID support"
9 The Integrated Sensor Hub (ISH) enables the ability to offload
13 The current processors that support ISH are: Cherrytrail, Skylake,
16 Say Y here if you want to support Intel ISH. If unsure, say N.
/Linux-v4.19/drivers/iommu/
Dmsm_iommu_hw-8xxx.h292 #define SET_ISH(b, v) SET_GLOBAL_FIELD(b, TLBTR0, ISH, v)
417 #define GET_ISH(b) GET_GLOBAL_FIELD(b, TLBTR0, ISH)
977 #define ISH (ISH_MASK << ISH_SHIFT) macro