Home
last modified time | relevance | path

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

/drivers/hid/intel-ish-hid/ipc/
Dhw-ish.h60 struct ish_hw { struct
64 #define to_ish_hw(dev) (struct ish_hw *)((dev)->hw) argument
Dpci-ish.c107 struct ish_hw *hw; in ish_probe()
192 struct ish_hw *hw = to_ish_hw(ishtp_dev); in ish_remove()
Dipc.c41 struct ish_hw *hw = to_ish_hw(dev); in ish_reg_read()
58 struct ish_hw *hw = to_ish_hw(dev); in ish_reg_write()
862 dev = kzalloc(sizeof(struct ishtp_device) + sizeof(struct ish_hw), in ish_dev_init()