Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddfl.h40 struct dfl_device { struct
69 int (*probe)(struct dfl_device *dfl_dev); argument
70 void (*remove)(struct dfl_device *dfl_dev);
73 #define to_dfl_dev(d) container_of(d, struct dfl_device, dev)
94 void *dfh_find_param(struct dfl_device *dfl_dev, int param_id, size_t *pcount);
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dfl.c35 static int dfh_get_u64_param_val(struct dfl_device *dfl_dev, int param_id, u64 *pval) in dfh_get_u64_param_val()
52 static int dfl_uart_get_params(struct dfl_device *dfl_dev, struct uart_8250_port *uart) in dfl_uart_get_params()
109 static int dfl_uart_probe(struct dfl_device *dfl_dev) in dfl_uart_probe()
140 static void dfl_uart_remove(struct dfl_device *dfl_dev) in dfl_uart_remove()
/openbmc/linux/drivers/fpga/
H A Ddfl.c252 dfl_match_one_device(const struct dfl_device_id *id, struct dfl_device *ddev) in dfl_match_one_device()
262 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_match()
283 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_probe()
291 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_remove()
299 const struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_uevent()
308 struct dfl_device *ddev = to_dfl_dev(dev); in type_show()
317 struct dfl_device *ddev = to_dfl_dev(dev); in feature_id_show()
341 struct dfl_device *ddev = to_dfl_dev(dev); in release_dfl_dev()
353 static struct dfl_device *
359 struct dfl_device *ddev; in dfl_dev_add()
[all …]
H A 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()
H A Ddfl.h293 struct dfl_device *ddev;
/openbmc/linux/drivers/uio/
H A Duio_dfl.c14 static int uio_dfl_probe(struct dfl_device *ddev) in uio_dfl_probe()
/openbmc/linux/drivers/memory/
H A 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()
/openbmc/linux/drivers/ptp/
H A Dptp_dfl_tod.c280 static int dfl_tod_probe(struct dfl_device *ddev) in dfl_tod_probe()
307 static void dfl_tod_remove(struct dfl_device *ddev) in dfl_tod_remove()
/openbmc/linux/drivers/spi/
H A Dspi-altera-dfl.c124 static int dfl_spi_altera_probe(struct dfl_device *dfl_dev) in dfl_spi_altera_probe()
/openbmc/linux/drivers/mfd/
H A Dintel-m10-bmc-pmci.c381 static int m10bmc_pmci_probe(struct dfl_device *ddev) in m10bmc_pmci_probe()
425 static void m10bmc_pmci_remove(struct dfl_device *ddev) in m10bmc_pmci_remove()