Searched defs:cleanup (Results 1 - 25 of 36) sorted by relevance

12

/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h49 void (*cleanup) (struct vmw_fence_action *action); member in struct:vmw_fence_action
/drivers/uio/
H A Duio_pci_generic.c129 static void __exit cleanup(void) function
135 module_exit(cleanup); variable
/drivers/usb/gadget/
H A Daudio.c178 static void __exit cleanup(void) function
182 module_exit(cleanup); variable
H A Dacm_ms.c252 static void __exit cleanup(void) function
256 module_exit(cleanup); variable
H A Dcdc2.c253 static void __exit cleanup(void) function
257 module_exit(cleanup); variable
H A Dncm.c236 static void __exit cleanup(void) function
240 module_exit(cleanup); variable
H A Dether.c409 static void __exit cleanup(void) function
413 module_exit(cleanup); variable
H A Dserial.c278 static void __exit cleanup(void) function
283 module_exit(cleanup); variable
H A Dzero.c349 static void __exit cleanup(void) function
353 module_exit(cleanup); variable
H A Dgoku_udc.c1906 static void __exit cleanup (void) function
1910 module_exit (cleanup); variable
H A Damd5536udc.c3030 /* cleanup on disconnect */
3129 /* dma pool cleanup */
3134 /* cleanup DMA desc's for ep0in */
3455 static void __exit cleanup(void) function
3459 module_exit(cleanup); variable
H A Dandroid.c80 /* Optional: cleanup during gadget unbind */
81 void (*cleanup)(struct android_usb_function *); member in struct:android_usb_function
279 .cleanup = adb_function_cleanup,
388 .cleanup = acm_function_cleanup,
423 /* nothing to do - cleanup is handled by mtp_function_cleanup */
443 .cleanup = mtp_function_cleanup,
452 .cleanup = ptp_function_cleanup,
637 .cleanup = rndis_function_cleanup,
728 .cleanup = mass_storage_function_cleanup,
761 .cleanup
1310 static void __exit cleanup(void) function
1317 module_exit(cleanup); variable
[all...]
H A Dnet2272.c565 int cleanup = 0; local
590 cleanup = 1;
598 if (unlikely(cleanup || is_short ||
602 if (cleanup) {
H A Dnet2280.c553 unsigned cleanup = 0, prevent = 0; local
563 cleanup = 1;
593 cleanup = 1;
606 cleanup ? " flush" : "", prevent ? " nak" : "",
624 if (cleanup)
2894 static void __exit cleanup (void) function
2898 module_exit (cleanup); variable
H A Dprinter.c919 /* caller is responsible for cleanup on error */
1588 cleanup(void) function
1601 module_exit(cleanup); variable
/drivers/char/ipmi/
H A Dipmi_si_sm.h131 void (*cleanup)(struct si_sm_data *smi); member in struct:si_sm_handlers
/drivers/staging/comedi/drivers/
H A Dcomedi_bond.c498 static void __exit cleanup(void) function
504 module_exit(cleanup); variable
/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.h77 void (*cleanup)(struct intel_ring_buffer *ring); member in struct:intel_ring_buffer
/drivers/input/mouse/
H A Dpsmouse.h73 void (*cleanup)(struct psmouse *psmouse); member in struct:psmouse
/drivers/usb/class/
H A Dcdc-wdm.c280 static void cleanup(struct wdm_device *desc) function
581 dev_dbg(&desc->intf->dev, "wdm_release: cleanup");
799 cleanup(desc);
/drivers/video/intelfb/
H A Dintelfbdrv.c96 * Some cleanup
441 * driver init / cleanup *
444 static void cleanup(struct intelfb_info *dinfo) function
446 DBG_MSG("cleanup\n");
494 cleanup(dinfo); \
553 cleanup(dinfo);
582 cleanup(dinfo);
592 cleanup(dinfo);
602 cleanup(dinfo);
607 cleanup(dinf
[all...]
/drivers/video/omap/
H A Domapfb.h72 void (*cleanup) (struct lcd_panel *panel); member in struct:lcd_panel
104 void (*cleanup) (void); member in struct:lcd_ctrl_extif
140 void (*cleanup) (void); member in struct:lcd_ctrl
/drivers/char/agp/
H A Dagp.h108 void (*cleanup)(void); member in struct:agp_bridge_driver
/drivers/net/wireless/ath/carl9170/
H A Dmain.c1277 bool cleanup = false; local
1297 cleanup = true;
1301 if (cleanup)
/drivers/spi/
H A Dspi-pxa2xx.c1427 static void cleanup(struct spi_device *spi) function
1567 master->cleanup = cleanup;

Completed in 375 milliseconds

12