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

12

/drivers/video/fbdev/via/
H A Dvia_aux_edid.c79 static void cleanup(struct via_aux_drv *drv) function
93 .cleanup = cleanup,
H A Dvia_aux.h47 void (*cleanup)(struct via_aux_drv *drv); member in struct:via_aux_drv
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h51 void (*cleanup) (struct vmw_fence_action *action); member in struct:vmw_fence_action
/drivers/char/ipmi/
H A Dipmi_si_sm.h131 void (*cleanup)(struct si_sm_data *smi); member in struct:si_sm_handlers
/drivers/usb/gadget/legacy/
H A Dserial.c272 static void __exit cleanup(void) function
276 module_exit(cleanup); variable
H A Dprinter.c824 /* caller is responsible for cleanup on error */
1293 cleanup(void) function
1301 module_exit(cleanup); variable
H A Dinode.c157 /* needs no more cleanup */
213 /* needs no more cleanup */
1923 * on, they can work ... except in cleanup paths that
2136 static void __exit cleanup (void) function
2141 module_exit (cleanup); variable
/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c667 dev_err(&dev->pdev->dev, "tear_down_hca failed, skip cleanup\n");
713 dev_err(&dev->pdev->dev, "tear_down_hca failed, skip cleanup\n");
939 static void __exit cleanup(void) function
948 module_exit(cleanup); variable
/drivers/char/hw_random/
H A Domap-rng.c116 * @cleanup: Callback for IP specific cleanup sequence.
123 void (*cleanup)(struct omap_rng_dev *priv); member in struct:omap_rng_pdata
193 priv->pdata->cleanup(priv);
201 .cleanup = omap_rng_cleanup,
225 .cleanup = omap2_rng_cleanup,
300 .cleanup = omap4_rng_cleanup,
417 priv->pdata->cleanup(priv);
431 priv->pdata->cleanup(priv);
/drivers/gpu/drm/i915/
H A Di915_gem_gtt.h212 void (*cleanup)(struct i915_address_space *vm); member in struct:i915_address_space
H A Dintel_ringbuffer.h174 void (*cleanup)(struct intel_engine_cs *ring); member in struct:intel_engine_cs
/drivers/input/mouse/
H A Dpsmouse.h73 void (*cleanup)(struct psmouse *psmouse); member in struct:psmouse
/drivers/spi/
H A Dspi-pxa2xx.c1011 static void cleanup(struct spi_device *spi) function
1135 master->cleanup = cleanup;
/drivers/usb/class/
H A Dcdc-wdm.c315 static void cleanup(struct wdm_device *desc) function
673 dev_dbg(&desc->intf->dev, "wdm_release: cleanup");
682 cleanup(desc);
855 cleanup(desc);
985 cleanup(desc);
987 dev_dbg(&intf->dev, "%s: %d open files - postponing cleanup\n", __func__, desc->count);
/drivers/video/fbdev/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/char/agp/
H A Dagp.h108 void (*cleanup)(void); member in struct:agp_bridge_driver
H A Dintel-gtt.c52 void (*cleanup)(void); member in struct:intel_gtt_driver
569 intel_private.driver->cleanup();
646 intel_private.driver->cleanup();
1153 .cleanup = intel_gtt_cleanup,
1174 .cleanup = i810_cleanup,
1182 .cleanup = i830_cleanup,
1192 .cleanup = i9xx_cleanup,
1203 .cleanup = i9xx_cleanup,
1213 .cleanup = i9xx_cleanup,
1223 .cleanup
[all...]
/drivers/net/wireless/ath/carl9170/
H A Dmain.c1352 bool cleanup = false; local
1372 cleanup = true;
1376 if (cleanup)
/drivers/usb/gadget/udc/
H A Dnet2272.c559 int cleanup = 0; local
584 cleanup = 1;
592 if (unlikely(cleanup || is_short ||
596 if (cleanup) {
H A Dnet2280.c647 unsigned cleanup = 0, prevent = 0; local
657 cleanup = 1;
687 cleanup = 1;
700 cleanup ? " flush" : "", prevent ? " nak" : "",
718 if (cleanup)
/drivers/video/fbdev/omap/
H A Domapfb.h93 void (*cleanup) (struct lcd_panel *panel); member in struct:lcd_panel
125 void (*cleanup) (void); member in struct:lcd_ctrl_extif
161 void (*cleanup) (void); member in struct:lcd_ctrl
/drivers/mmc/card/
H A Dmmc_test.c606 /* Test preparation and cleanup */
981 int (*cleanup)(struct mmc_test_card *); member in struct:mmc_test_case
2373 .cleanup = mmc_test_cleanup,
2380 .cleanup = mmc_test_cleanup,
2387 .cleanup = mmc_test_cleanup,
2394 .cleanup = mmc_test_cleanup,
2401 .cleanup = mmc_test_cleanup,
2408 .cleanup = mmc_test_cleanup,
2415 .cleanup = mmc_test_cleanup,
2422 .cleanup
[all...]
/drivers/usb/gadget/
H A Dandroid.c67 /* Optional: cleanup during gadget unbind */
68 void (*cleanup)(struct android_usb_function *); member in struct:android_usb_function
312 .cleanup = ffs_function_cleanup,
490 .cleanup = acm_function_cleanup,
526 /* nothing to do - cleanup is handled by mtp_function_cleanup */
546 .cleanup = mtp_function_cleanup,
555 .cleanup = ptp_function_cleanup,
745 .cleanup = rndis_function_cleanup,
836 .cleanup = mass_storage_function_cleanup,
869 .cleanup
1520 static void __exit cleanup(void) function
1527 module_exit(cleanup); variable
[all...]
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c54 enum bna_cleanup_type cleanup);
56 enum bna_cleanup_type cleanup);
58 enum bna_cleanup_type cleanup);
501 enum bna_cleanup_type cleanup)
512 if (cleanup == BNA_HARD_CLEANUP) {
577 bna_rxf_mcast_cfg_reset(struct bna_rxf *rxf, enum bna_cleanup_type cleanup) argument
588 ret = bna_rxf_mcast_del(rxf, mac, cleanup);
600 if (bna_rxf_mcast_del(rxf, mac, cleanup))
1173 bna_rxf_ucast_cfg_reset(struct bna_rxf *rxf, enum bna_cleanup_type cleanup) argument
1183 if (cleanup
500 bna_rxf_mcast_del(struct bna_rxf *rxf, struct bna_mac *mac, enum bna_cleanup_type cleanup) argument
1250 bna_rxf_promisc_cfg_reset(struct bna_rxf *rxf, enum bna_cleanup_type cleanup) argument
1307 bna_rxf_allmulti_cfg_reset(struct bna_rxf *rxf, enum bna_cleanup_type cleanup) argument
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h557 void (*cleanup)(struct htc_target *target); member in struct:ath6kl_htc_ops

Completed in 450 milliseconds

12