Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Ddfl.h36 struct dfl_device { struct
62 int (*probe)(struct dfl_device *dfl_dev); argument
63 void (*remove)(struct dfl_device *dfl_dev);
66 #define to_dfl_dev(d) container_of(d, struct dfl_device, dev)
/linux-6.1.9/drivers/fpga/
Ddfl.c251 dfl_match_one_device(const struct dfl_device_id *id, struct dfl_device *ddev) in dfl_match_one_device()
261 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_match()
282 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_probe()
290 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_remove()
298 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_uevent()
307 struct dfl_device *ddev = to_dfl_dev(dev); in type_show()
316 struct dfl_device *ddev = to_dfl_dev(dev); in feature_id_show()
340 struct dfl_device *ddev = to_dfl_dev(dev); in release_dfl_dev()
350 static struct dfl_device *
356 struct dfl_device *ddev; in dfl_dev_add()
[all …]
Ddfl-n3000-nios.c526 static int n3000_nios_probe(struct dfl_device *ddev) in n3000_nios_probe()
559 static void n3000_nios_remove(struct dfl_device *ddev) in n3000_nios_remove()
Ddfl.h253 struct dfl_device *ddev;
/linux-6.1.9/drivers/memory/
Ddfl-emif.c189 struct dfl_device *ddev = to_dfl_dev(de->dev); in dfl_emif_visible()
221 static int dfl_emif_probe(struct dfl_device *ddev) in dfl_emif_probe()
/linux-6.1.9/drivers/uio/
Duio_dfl.c14 static int uio_dfl_probe(struct dfl_device *ddev) in uio_dfl_probe()
/linux-6.1.9/drivers/spi/
Dspi-altera-dfl.c124 static int dfl_spi_altera_probe(struct dfl_device *dfl_dev) in dfl_spi_altera_probe()