Searched refs:fini (Results 1 - 25 of 61) sorted by relevance

123

/drivers/gpu/drm/radeon/
H A Dradeon_asic.c133 .fini = &r100_fini,
180 .fini = &r100_hpd_fini,
207 .fini = &r100_fini,
254 .fini = &r100_hpd_fini,
281 .fini = &r300_fini,
328 .fini = &r100_hpd_fini,
355 .fini = &r300_fini,
402 .fini = &r100_hpd_fini,
429 .fini = &r420_fini,
476 .fini
[all...]
H A Dradeon_gart.c343 rdev->vm_manager.funcs->fini(rdev);
365 rdev->vm_manager.funcs->fini(rdev);
/drivers/gpu/drm/nouveau/
H A Dnv84_bsp.c79 pbsp->base.fini = nv84_bsp_fini;
H A Dnv84_vp.c79 pvp->base.fini = nv84_vp_fini;
H A Dnv98_crypt.c74 pcrypt->base.fini = nv98_crypt_fini;
H A Dnv98_ppp.c74 pppp->base.fini = nv98_ppp_fini;
H A Dnouveau_state.c86 engine->display.fini = nv04_display_fini;
131 engine->display.fini = nv04_display_fini;
182 engine->display.fini = nv04_display_fini;
229 engine->display.fini = nv04_display_fini;
279 engine->display.fini = nv04_display_fini;
281 engine->gpio.fini = nv10_gpio_fini;
337 engine->display.fini = nv50_display_fini;
339 engine->gpio.fini = nv50_gpio_fini;
411 engine->display.fini = nv50_display_fini;
413 engine->gpio.fini
[all...]
H A Dnouveau_gpio.c352 if (pgpio->fini)
353 pgpio->fini(dev);
H A Dnv50_mpeg.c234 pmpeg->base.fini = nv50_mpeg_fini;
H A Dnv84_crypt.c182 pcrypt->base.fini = nv84_crypt_fini;
H A Dnva3_copy.c215 pcopy->base.fini = nva3_copy_fini;
H A Dnouveau_mxm.c106 u8 *fini = desc + mxms_structlen(dev) - 1; local
107 while (desc < fini) {
H A Dnvc0_copy.c219 pcopy->base.fini = nvc0_copy_fini;
/drivers/char/hw_random/
H A Dvirtio-rng.c131 static void __exit fini(void) function
136 module_exit(fini); variable
/drivers/lguest/
H A Dcore.c358 static void __exit fini(void) function
374 module_exit(fini); variable
/drivers/net/ethernet/sfc/
H A Dfalcon_boards.c714 .fini = sfe4001_fini,
722 .fini = efx_fini_lm87,
730 .fini = efx_fini_lm87,
738 .fini = efx_fini_lm87,
H A Defx.c426 "chan %d fini event queue\n", channel->channel);
1015 efx->phy_op->fini(efx);
1057 efx->phy_op->fini(efx);
2150 efx->phy_op->fini(efx);
2151 efx->type->fini(efx);
2356 .fini = efx_port_dummy_op_void,
2454 efx->type->fini(efx);
2470 /* Mark the NIC as fini, then stop the interface */
2589 efx->type->fini(efx);
2749 efx->type->fini(ef
[all...]
H A Dnet_driver.h497 * @fini: Shut down PHY
513 void (*fini) (struct efx_nic *efx); member in struct:efx_phy_operations
880 * @fini: Shut down the controller
927 void (*fini)(struct efx_nic *efx); member in struct:efx_nic_type
H A Dnic.h74 * @fini: Shut down hardware and free resources
82 void (*fini) (struct efx_nic *nic); member in struct:falcon_board_type
H A Dtenxpress.c380 /* Waiting here ensures that the board fini, which can turn
486 .fini = sfx7101_phy_fini,
/drivers/virtio/
H A Dvirtio_balloon.c467 static void __exit fini(void) function
472 module_exit(fini); variable
/drivers/block/
H A Dvirtio_blk.c706 static void __exit fini(void) function
713 module_exit(fini); variable
/drivers/scsi/
H A Dvirtio_scsi.c585 static void __exit fini(void) function
592 module_exit(fini); variable
/drivers/media/video/tm6000/
H A Dtm6000-dvb.c453 .fini = dvb_fini,
H A Dtm6000.h282 int (*fini)(struct tm6000_core *); member in struct:tm6000_ops

Completed in 419 milliseconds

123