Searched refs:ieee1394_device_id (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/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 | 440 DEF_FIELD(symval, ieee1394_device_id, match_flags); in do_ieee1394_entry() 441 DEF_FIELD(symval, ieee1394_device_id, vendor_id); in do_ieee1394_entry() 442 DEF_FIELD(symval, ieee1394_device_id, model_id); in do_ieee1394_entry() 443 DEF_FIELD(symval, ieee1394_device_id, specifier_id); in do_ieee1394_entry() 444 DEF_FIELD(symval, ieee1394_device_id, version); in do_ieee1394_entry() 459 ADD_TO_DEVTABLE("ieee1394", ieee1394_device_id, do_ieee1394_entry);
|
/Linux-v4.19/sound/firewire/fireface/ |
D | ff.c | 101 const struct ieee1394_device_id *entry) in snd_ff_probe() 169 static const struct ieee1394_device_id snd_ff_id_table[] = {
|
/Linux-v4.19/sound/firewire/digi00x/ |
D | digi00x.c | 118 const struct ieee1394_device_id *entry) in snd_dg00x_probe() 184 static const struct ieee1394_device_id snd_dg00x_id_table[] = {
|
/Linux-v4.19/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 | 32 struct ieee1394_device_id { struct
|
/Linux-v4.19/sound/firewire/tascam/ |
D | tascam.c | 162 const struct ieee1394_device_id *entry) in snd_tscm_probe() 227 static const struct ieee1394_device_id snd_tscm_id_table[] = {
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu.c | 141 const struct ieee1394_device_id *entry) in motu_probe() 269 static const struct ieee1394_device_id motu_id_table[] = {
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice.c | 214 const struct ieee1394_device_id *entry) in dice_probe() 296 static const struct ieee1394_device_id dice_id_table[] = {
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw.h | 65 const struct ieee1394_device_id *entry;
|
D | oxfw.c | 288 const struct ieee1394_device_id *entry) in oxfw_probe() 370 static const struct ieee1394_device_id oxfw_id_table[] = {
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks.c | 311 efw_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in efw_probe() 374 static const struct ieee1394_device_id efw_id_table[] = {
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob.c | 274 bebob_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in bebob_probe() 400 static const struct ieee1394_device_id bebob_id_table[] = {
|
D | bebob.h | 90 const struct ieee1394_device_id *entry;
|
/Linux-v4.19/drivers/media/firewire/ |
D | firedtv-fw.c | 251 static int node_probe(struct fw_unit *unit, const struct ieee1394_device_id *id) in node_probe() 341 static const struct ieee1394_device_id fdtv_id_table[] = {
|
/Linux-v4.19/drivers/firewire/ |
D | core-device.c | 155 static bool match_ids(const struct ieee1394_device_id *id_table, int *id) in match_ids() 171 static const struct ieee1394_device_id *unit_match(struct device *dev, in unit_match() 174 const struct ieee1394_device_id *id_table = in unit_match()
|
D | sbp2.c | 1135 static int sbp2_probe(struct fw_unit *unit, const struct ieee1394_device_id *id) in sbp2_probe() 1273 static const struct ieee1394_device_id sbp2_id_table[] = {
|
D | net.c | 1438 const struct ieee1394_device_id *id) in fwnet_probe() 1587 static const struct ieee1394_device_id fwnet_id_table[] = {
|
/Linux-v4.19/sound/firewire/ |
D | isight.c | 622 const struct ieee1394_device_id *id) in isight_probe() 709 static const struct ieee1394_device_id isight_id_table[] = {
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.c | 2348 const struct ieee1394_device_id *id) in fwserial_probe() 2422 static const struct ieee1394_device_id fwserial_id_table[] = {
|