Home
last modified time | relevance | path

Searched refs:ishtp_dev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.c445 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 Dbus.h39 struct ishtp_device *ishtp_dev; member
67 void ishtp_bus_remove_all_clients(struct ishtp_device *ishtp_dev,
H A Dclient.c112 ishtp_cl_init(cl, cl_device->ishtp_dev); in ishtp_cl_allocate()
/linux/drivers/hid/intel-ish-hid/ipc/
H A Dpci-ish.c264 struct ishtp_device *ishtp_dev = pci_get_drvdata(pdev); in ish_remove() local
266 ishtp_bus_remove_all_clients(ishtp_dev, false); in ish_remove()
267 ish_device_disable(ishtp_dev); in ish_remove()