Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfirewire.h253 struct fw_driver { struct
254 struct device_driver driver;
255 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id);
257 void (*update)(struct fw_unit *unit);
258 void (*remove)(struct fw_unit *unit);
259 const struct ieee1394_device_id *id_table;