Searched refs:unplug (Results 1 – 10 of 10) 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/staging/lustre/lustre/llite/ |
D | rw26.c | 584 bool unplug = false; in ll_write_end() local 613 unplug = true; in ll_write_end() 617 unplug = true; in ll_write_end() 629 unplug = true; in ll_write_end() 632 if (unplug || in ll_write_end()
|
D | statahead.c | 1398 bool unplug) in revalidate_statahead_dentry() argument 1433 if (unplug) { in revalidate_statahead_dentry() 1629 int ll_statahead(struct inode *dir, struct dentry **dentryp, bool unplug) in ll_statahead() argument 1637 rc = revalidate_statahead_dentry(dir, sai, dentryp, unplug); in ll_statahead()
|
D | llite_internal.h | 1117 int ll_statahead(struct inode *dir, struct dentry **dentry, bool unplug);
|
/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 | 2527 bool unplug = false; in osc_flush_async_page() local 2583 unplug = true; in osc_flush_async_page() 2590 if (unplug) in osc_flush_async_page() 2856 bool unplug = false; in osc_cache_truncate_end() local 2868 unplug = true; in osc_cache_truncate_end() 2874 if (unplug) in osc_cache_truncate_end() 2948 bool unplug = false; in osc_cache_writeback_range() local 2978 unplug = true; in osc_cache_writeback_range() 3039 if (unplug) in osc_cache_writeback_range()
|
/drivers/usb/misc/ |
D | Kconfig | 287 would have to unplug and replug in order in order to attempt to swap
|
/drivers/staging/fsl-mc/ |
D | README.txt | 121 the ability to hot plug/unplug objects in and out of the DPRC.
|