Home
last modified time | relevance | path

Searched refs:dfl_device_id (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/fpga/
Ddfl.h534 struct dfl_device_id { struct
562 const struct dfl_device_id *id_entry;
576 const struct dfl_device_id *id_table;
Ddfl.c249 static const struct dfl_device_id *
250 dfl_match_one_device(const struct dfl_device_id *id, struct dfl_device *ddev) in dfl_match_one_device()
262 const struct dfl_device_id *id_entry; in dfl_bus_match()