Searched defs:ishtp_device (Results 1 – 2 of 2) sorted by relevance
155 struct ishtp_device { struct156 struct device *devc; /* pointer to lowest device */157 struct pci_dev *pdev; /* PCI device to get device ids */158 struct ishtp_driver_data *driver_data; /* pointer to driver-specific data */161 wait_queue_head_t suspend_wait;162 bool suspend_flag; /* Suspend is active */165 wait_queue_head_t resume_wait;166 bool resume_flag; /*Resume is active */172 spinlock_t device_lock;174 bool recvd_hw_ready;[all …]
839 struct device *ishtp_device(struct ishtp_cl_device *device) in ishtp_device() function