Searched refs:ishtp_dev (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | bus.c | 445 device->ishtp_dev = dev; in ishtp_bus_add_device() 552 queue_work(device->ishtp_dev->unbound_wq, &device->event_work); in ishtp_cl_bus_rx_event() 723 void ishtp_bus_remove_all_clients(struct ishtp_device *ishtp_dev, in ishtp_bus_remove_all_clients() argument 730 spin_lock_irqsave(&ishtp_dev->cl_list_lock, flags); in ishtp_bus_remove_all_clients() 731 list_for_each_entry(cl, &ishtp_dev->cl_list, link) { in ishtp_bus_remove_all_clients() 756 spin_unlock_irqrestore(&ishtp_dev->cl_list_lock, flags); in ishtp_bus_remove_all_clients() 759 ishtp_cl_free_dma_buf(ishtp_dev); in ishtp_bus_remove_all_clients() 762 spin_lock_irqsave(&ishtp_dev->device_list_lock, flags); in ishtp_bus_remove_all_clients() 763 list_for_each_entry_safe(cl_device, n, &ishtp_dev->device_list, in ishtp_bus_remove_all_clients() 770 spin_unlock_irqrestore(&ishtp_dev->device_list_lock, flags); in ishtp_bus_remove_all_clients() [all …]
|
| H A D | bus.h | 39 struct ishtp_device *ishtp_dev; member 67 void ishtp_bus_remove_all_clients(struct ishtp_device *ishtp_dev,
|