Searched defs:ishtp_device (Results 1 – 2 of 2) sorted by relevance
152 struct ishtp_device { struct169 spinlock_t device_lock;171 bool recvd_hw_ready;180 bool fw_loader_received;182 void *fw_loader_rx_buf;184 int fw_loader_rx_size;197 long open_handle_count;209 unsigned int rd_msg_fifo_head, rd_msg_fifo_tail;214 struct list_head wr_processing_list, wr_free_list;221 uint8_t fw_clients_num;[all …]
839 struct device *ishtp_device(struct ishtp_cl_device *device) in ishtp_device() function