Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfirewire.h249 struct fw_driver { struct
250 struct device_driver driver;
251 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id);
253 void (*update)(struct fw_unit *unit);
254 void (*remove)(struct fw_unit *unit);
255 const struct ieee1394_device_id *id_table;