Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/hsi/
Dhsi.h139 struct hsi_client { struct
144 void (*ehandler)(struct hsi_client *, unsigned long); argument
149 #define to_hsi_client(dev) container_of(dev, struct hsi_client, device) argument
/Linux-v4.19/drivers/hsi/
Dhsi_core.c680 void (*handler)(struct hsi_client *, unsigned long)) in hsi_register_port_event()