Home
last modified time | relevance | path

Searched defs:fw_driver (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/include/linux/
Dfirewire.h254 struct fw_driver { struct
255 struct device_driver driver;
256 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id);
258 void (*update)(struct fw_unit *unit);
259 void (*remove)(struct fw_unit *unit);
260 const struct ieee1394_device_id *id_table;