Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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;
/kernel/linux/linux-6.6/include/linux/
Dfirewire.h247 struct fw_driver { struct
248 struct device_driver driver;
249 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id);
251 void (*update)(struct fw_unit *unit);
252 void (*remove)(struct fw_unit *unit);
253 const struct ieee1394_device_id *id_table;