Searched defs:ishtp_device (Results 1 – 2 of 2) sorted by relevance
146 struct ishtp_device { struct147 struct device *devc; /* pointer to lowest device */148 struct pci_dev *pdev; /* PCI device to get device ids */149 struct ishtp_driver_data *driver_data; /* pointer to driver-specific data */152 wait_queue_head_t suspend_wait;153 bool suspend_flag; /* Suspend is active */156 wait_queue_head_t resume_wait;157 bool resume_flag; /*Resume is active */163 spinlock_t device_lock;165 bool recvd_hw_ready;[all …]
839 struct device *ishtp_device(struct ishtp_cl_device *device) in ishtp_device() function