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