Searched refs:dfl_device (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | dfl.h | 24 * struct dfl_device - represent an dfl device on dfl bus 40 struct dfl_device { struct 69 int (*probe)(struct dfl_device *dfl_dev); 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);
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_dfl.c | 35 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()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl.h | 250 struct dfl_device *ddev; 541 * struct dfl_device - represent an dfl device on dfl bus 553 struct dfl_device { struct 578 int (*probe)(struct dfl_device *dfl_dev); 579 void (*remove)(struct dfl_device *dfl_dev); 582 #define to_dfl_dev(d) container_of(d, struct dfl_device, dev)
|
H A D | dfl.c | 250 dfl_match_one_device(const struct dfl_device_id *id, struct dfl_device *ddev) in dfl_match_one_device() 260 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_match() 281 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_probe() 289 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_remove() 299 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_uevent() 309 struct dfl_device *ddev = to_dfl_dev(dev); in type_show() 318 struct dfl_device *ddev = to_dfl_dev(dev); in feature_id_show() 342 struct dfl_device *ddev = to_dfl_dev(dev); in release_dfl_dev() 352 static struct dfl_device * 358 struct dfl_device *dde in dfl_dev_add() [all...] |
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl.c | 252 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 *dde in dfl_dev_add() [all...] |
H A D | dfl-n3000-nios.c | 526 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 D | dfl.h | 293 struct dfl_device *ddev;
|
/kernel/linux/linux-6.6/drivers/uio/ |
H A D | uio_dfl.c | 14 static int uio_dfl_probe(struct dfl_device *ddev) in uio_dfl_probe()
|
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | dfl-emif.c | 189 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()
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_dfl_tod.c | 280 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()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-altera-dfl.c | 124 static int dfl_spi_altera_probe(struct dfl_device *dfl_dev) in dfl_spi_altera_probe()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | intel-m10-bmc-pmci.c | 381 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()
|
Completed in 9 milliseconds