Searched refs:unplug (Results 1 – 6 of 6) sorted by relevance
/drivers/thunderbolt/ |
D | tb.c | 208 bool unplug; member 230 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 236 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 243 ev->route, ev->port, ev->unplug); in tb_handle_hotplug() 246 if (ev->unplug) { in tb_handle_hotplug() 285 bool unplug) in tb_schedule_hotplug_handler() argument 295 ev->unplug = unplug; in tb_schedule_hotplug_handler()
|
D | ctl.h | 15 typedef void (*hotplug_cb)(void *data, u64 route, u8 port, bool unplug);
|
D | ctl.c | 116 bool unplug:1; member 384 ctl->callback(ctl->callback_data, route, pkg->port, pkg->unplug); in tb_ctl_handle_plug_event()
|
/drivers/hid/usbhid/ |
D | hid-core.c | 432 int unplug = 0; in hid_irq_out() local 438 unplug = 1; in hid_irq_out() 451 if (unplug) { in hid_irq_out() 478 int unplug = 0, status = urb->status; in hid_ctrl() local 488 unplug = 1; in hid_ctrl() 501 if (unplug) { in hid_ctrl()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 2428 bool unplug = false; in osc_flush_async_page() local 2483 unplug = true; in osc_flush_async_page() 2490 if (unplug) in osc_flush_async_page() 2747 bool unplug = false; in osc_cache_truncate_end() local 2759 unplug = true; in osc_cache_truncate_end() 2765 if (unplug) in osc_cache_truncate_end() 2839 bool unplug = false; in osc_cache_writeback_range() local 2869 unplug = true; in osc_cache_writeback_range() 2927 if (unplug) in osc_cache_writeback_range()
|
/drivers/staging/fsl-mc/ |
D | README.txt | 118 the ability to hot plug/unplug objects in and out of the DPRC.
|