Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfirewire.h250 struct fw_driver { struct
251 struct device_driver driver;
252 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id);
254 void (*update)(struct fw_unit *unit);
255 void (*remove)(struct fw_unit *unit);
256 const struct ieee1394_device_id *id_table;