Home
last modified time | relevance | path

Searched defs:hsi_client (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/hsi/
Dhsi.h142 struct hsi_client { struct
147 void (*ehandler)(struct hsi_client *, unsigned long); argument
152 #define to_hsi_client(dev) container_of(dev, struct hsi_client, device) argument
/linux-4.1.27/drivers/hsi/
Dhsi.c672 void (*handler)(struct hsi_client *, unsigned long)) in hsi_register_port_event()