Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Dbus.h64 struct ishtp_cl_driver { struct
104 int __ishtp_cl_driver_register(struct ishtp_cl_driver *driver,
108 void ishtp_cl_driver_unregister(struct ishtp_cl_driver *driver);
Dbus.c31 #define to_ishtp_cl_driver(d) container_of(d, struct ishtp_cl_driver, driver)
188 struct ishtp_cl_driver *driver; in ishtp_cl_device_probe()
213 struct ishtp_cl_driver *driver; in ishtp_cl_device_remove()
244 struct ishtp_cl_driver *driver; in ishtp_cl_device_suspend()
270 struct ishtp_cl_driver *driver; in ishtp_cl_device_resume()
303 struct ishtp_cl_driver *driver; in ishtp_cl_device_reset()
454 int __ishtp_cl_driver_register(struct ishtp_cl_driver *driver, in __ishtp_cl_driver_register()
480 void ishtp_cl_driver_unregister(struct ishtp_cl_driver *driver) in ishtp_cl_driver_unregister()
/Linux-v4.19/drivers/hid/intel-ish-hid/
Dishtp-hid-client.c936 static struct ishtp_cl_driver hid_ishtp_cl_driver = {