Home
last modified time | relevance | path

Searched refs:faux_device_create (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/base/
H A Dfaux.c190 struct faux_device *faux_device_create(const char *name, in faux_device_create() function
196 EXPORT_SYMBOL_GPL(faux_device_create);
/linux-6.15/include/linux/device/
H A Dfaux.h50 struct faux_device *faux_device_create(const char *name,
/linux-6.15/drivers/regulator/
H A Ddummy.c67 dummy_fdev = faux_device_create("reg-dummy", NULL, &dummy_regulator_driver); in regulator_dummy_init()
/linux-6.15/rust/kernel/
H A Dfaux.rs35 bindings::faux_device_create( in new()
/linux-6.15/sound/soc/
H A Dsoc-utils.c288 soc_dummy_dev = faux_device_create("snd-soc-dummy", NULL, in snd_soc_util_init()
/linux-6.15/drivers/net/phy/
H A Dfixed_phy.c340 fdev = faux_device_create("Fixed MDIO bus", NULL, NULL); in fixed_mdio_bus_init()