Home
last modified time | relevance | path

Searched refs:faux_device_destroy (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/base/
H A Dfaux.c159 faux_device_destroy(faux_dev); in faux_device_create_with_groups()
205 void faux_device_destroy(struct faux_device *faux_dev) in faux_device_destroy() function
217 EXPORT_SYMBOL_GPL(faux_device_destroy);
/linux-6.15/include/linux/device/
H A Dfaux.h57 void faux_device_destroy(struct faux_device *faux_dev);
/linux-6.15/rust/kernel/
H A Dfaux.rs65 unsafe { bindings::faux_device_destroy(self.as_raw()) } in drop()
/linux-6.15/drivers/net/phy/
H A Dfixed_phy.c367 faux_device_destroy(fdev); in fixed_mdio_bus_init()
379 faux_device_destroy(fdev); in fixed_mdio_bus_exit()
/linux-6.15/sound/soc/
H A Dsoc-utils.c298 faux_device_destroy(soc_dummy_dev); in snd_soc_util_exit()
/linux-6.15/drivers/char/
H A Dtlclk.c836 faux_device_destroy(tlclk_device); in tlclk_cleanup()
/linux-6.15/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c877 faux_device_destroy(lis3->fdev); in lis3lv02d_remove_fs()