Lines Matching defs:device
126 "Mem alloc failed for hid device info\n");
214 /* Get index of device that matches this id */
246 /* Get index of device that matches this id */
323 * @device: Pointer to the the ishtp client device for which this message
329 static void ish_cl_event_cb(struct ishtp_cl_device *device)
331 struct ishtp_cl *hid_ishtp_cl = ishtp_get_drvdata(device);
353 * @hid: hid device instance for this request
400 * @hid: hid device instance for this request
535 * Helper function to send request to firmware get HID descriptor of a device
581 * a device
628 * Get the HID descriptor for each enumearated device
629 * Get report description of each device
630 * Register each device wik hid core by calling ishtp_hid_probe
686 hid_ishtp_trace(client_data, "%s enumerated device count %d\n",
786 * @cl_device: ISHTP client device instance
788 * This function gets called on device create on ISHTP bus
835 * @cl_device: ISHTP client device instance
837 * This function gets called on device remove on ISHTP bus
865 * @cl_device: ISHTP client device instance
867 * This function gets called on device reset on ISHTP bus
886 * @device: device instance
892 static int hid_ishtp_cl_suspend(struct device *device)
894 struct ishtp_cl_device *cl_device = ishtp_dev_to_cl_device(device);
907 * @device: device instance
913 static int hid_ishtp_cl_resume(struct device *device)
915 struct ishtp_cl_device *cl_device = ishtp_dev_to_cl_device(device);
943 /* Register ISHTP client device driver with ISHTP Bus */