Home
last modified time | relevance | path

Searched refs:IEEE1394_MATCH_MODEL_ID (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/sound/firewire/dice/
H A Ddice.c251 IEEE1394_MATCH_MODEL_ID | \
267 IEEE1394_MATCH_MODEL_ID,
275 IEEE1394_MATCH_MODEL_ID,
283 IEEE1394_MATCH_MODEL_ID,
291 IEEE1394_MATCH_MODEL_ID,
299 IEEE1394_MATCH_MODEL_ID,
307 IEEE1394_MATCH_MODEL_ID,
315 IEEE1394_MATCH_MODEL_ID,
323 IEEE1394_MATCH_MODEL_ID,
331 IEEE1394_MATCH_MODEL_ID,
[all …]
/openbmc/linux/sound/firewire/fireface/
H A Dff.c184 IEEE1394_MATCH_MODEL_ID,
196 IEEE1394_MATCH_MODEL_ID,
208 IEEE1394_MATCH_MODEL_ID,
220 IEEE1394_MATCH_MODEL_ID,
232 IEEE1394_MATCH_MODEL_ID,
/openbmc/linux/sound/firewire/digi00x/
H A Ddigi00x.c137 IEEE1394_MATCH_MODEL_ID,
145 IEEE1394_MATCH_MODEL_ID,
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw.c312 IEEE1394_MATCH_MODEL_ID | \
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks.c309 IEEE1394_MATCH_MODEL_ID | \
/openbmc/linux/sound/firewire/bebob/
H A Dbebob.c358 IEEE1394_MATCH_MODEL_ID | \
/openbmc/linux/drivers/media/firewire/
H A Dfiredtv-fw.c339 #define MATCH_FLAGS (IEEE1394_MATCH_VENDOR_ID | IEEE1394_MATCH_MODEL_ID | \
/openbmc/linux/include/linux/
H A Dmod_devicetable.h54 #define IEEE1394_MATCH_MODEL_ID 0x0002 macro
/openbmc/linux/drivers/firewire/
H A Dcore-device.c148 match |= IEEE1394_MATCH_MODEL_ID; in match_ids()
/openbmc/linux/scripts/mod/
H A Dfile2alias.c430 ADD(alias, "mo", match_flags & IEEE1394_MATCH_MODEL_ID, in do_ieee1394_entry()