Searched refs:ieee1394_device_id (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.4/scripts/mod/ |
D | devicetable-offsets.c | 31 DEVID(ieee1394_device_id); in main() 32 DEVID_FIELD(ieee1394_device_id, match_flags); in main() 33 DEVID_FIELD(ieee1394_device_id, vendor_id); in main() 34 DEVID_FIELD(ieee1394_device_id, model_id); in main() 35 DEVID_FIELD(ieee1394_device_id, specifier_id); in main() 36 DEVID_FIELD(ieee1394_device_id, version); in main()
|
D | file2alias.c | 409 DEF_FIELD(symval, ieee1394_device_id, match_flags); in do_ieee1394_entry() 410 DEF_FIELD(symval, ieee1394_device_id, vendor_id); in do_ieee1394_entry() 411 DEF_FIELD(symval, ieee1394_device_id, model_id); in do_ieee1394_entry() 412 DEF_FIELD(symval, ieee1394_device_id, specifier_id); in do_ieee1394_entry() 413 DEF_FIELD(symval, ieee1394_device_id, version); in do_ieee1394_entry()
|
/Linux-v5.4/sound/firewire/digi00x/ |
D | digi00x.c | 107 const struct ieee1394_device_id *entry) in snd_dg00x_probe() 174 static const struct ieee1394_device_id snd_dg00x_id_table[] = {
|
/Linux-v5.4/include/linux/ |
D | firewire.h | 252 struct ieee1394_device_id; 256 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id); 260 const struct ieee1394_device_id *id_table;
|
D | mod_devicetable.h | 51 struct ieee1394_device_id { struct
|
/Linux-v5.4/sound/firewire/fireface/ |
D | ff.c | 90 const struct ieee1394_device_id *entry) in snd_ff_probe() 183 static const struct ieee1394_device_id snd_ff_id_table[] = {
|
/Linux-v5.4/sound/firewire/tascam/ |
D | tascam.c | 150 const struct ieee1394_device_id *entry) in snd_tscm_probe() 213 static const struct ieee1394_device_id snd_tscm_id_table[] = {
|
/Linux-v5.4/sound/firewire/motu/ |
D | motu.c | 120 const struct ieee1394_device_id *entry) in motu_probe() 272 static const struct ieee1394_device_id motu_id_table[] = {
|
/Linux-v5.4/sound/firewire/oxfw/ |
D | oxfw.c | 241 const struct ieee1394_device_id *entry) in oxfw_probe() 318 static const struct ieee1394_device_id oxfw_id_table[] = {
|
D | oxfw.h | 64 const struct ieee1394_device_id *entry;
|
/Linux-v5.4/sound/firewire/dice/ |
D | dice.c | 196 const struct ieee1394_device_id *entry) in dice_probe() 277 static const struct ieee1394_device_id dice_id_table[] = {
|
/Linux-v5.4/sound/firewire/fireworks/ |
D | fireworks.c | 282 efw_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in efw_probe() 344 static const struct ieee1394_device_id efw_id_table[] = {
|
/Linux-v5.4/sound/firewire/bebob/ |
D | bebob.c | 247 bebob_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in bebob_probe() 373 static const struct ieee1394_device_id bebob_id_table[] = {
|
D | bebob.h | 89 const struct ieee1394_device_id *entry;
|
/Linux-v5.4/drivers/media/firewire/ |
D | firedtv-fw.c | 252 static int node_probe(struct fw_unit *unit, const struct ieee1394_device_id *id) in node_probe() 342 static const struct ieee1394_device_id fdtv_id_table[] = {
|
/Linux-v5.4/drivers/firewire/ |
D | core-device.c | 142 static bool match_ids(const struct ieee1394_device_id *id_table, int *id) in match_ids() 158 static const struct ieee1394_device_id *unit_match(struct device *dev, in unit_match() 161 const struct ieee1394_device_id *id_table = in unit_match()
|
D | sbp2.c | 1122 static int sbp2_probe(struct fw_unit *unit, const struct ieee1394_device_id *id) in sbp2_probe() 1256 static const struct ieee1394_device_id sbp2_id_table[] = {
|
D | net.c | 1439 const struct ieee1394_device_id *id) in fwnet_probe() 1588 static const struct ieee1394_device_id fwnet_id_table[] = {
|
/Linux-v5.4/sound/firewire/ |
D | isight.c | 620 const struct ieee1394_device_id *id) in isight_probe() 711 static const struct ieee1394_device_id isight_id_table[] = {
|
/Linux-v5.4/drivers/staging/fwserial/ |
D | fwserial.c | 2318 const struct ieee1394_device_id *id) in fwserial_probe() 2392 static const struct ieee1394_device_id fwserial_id_table[] = {
|