Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfirewire.h256 struct fw_driver { struct
257 struct device_driver driver;
258 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id);
260 void (*update)(struct fw_unit *unit);
261 void (*remove)(struct fw_unit *unit);
262 const struct ieee1394_device_id *id_table;