Searched refs:ieee1394_device_id (Results 1 – 18 of 18) sorted by relevance
/linux-5.19.10/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 | 420 DEF_FIELD(symval, ieee1394_device_id, match_flags); in do_ieee1394_entry() 421 DEF_FIELD(symval, ieee1394_device_id, vendor_id); in do_ieee1394_entry() 422 DEF_FIELD(symval, ieee1394_device_id, model_id); in do_ieee1394_entry() 423 DEF_FIELD(symval, ieee1394_device_id, specifier_id); in do_ieee1394_entry() 424 DEF_FIELD(symval, ieee1394_device_id, version); in do_ieee1394_entry()
|
/linux-5.19.10/sound/firewire/oxfw/ |
D | oxfw.c | 64 static int name_card(struct snd_oxfw *oxfw, const struct ieee1394_device_id *entry) in name_card() 131 static int detect_quirks(struct snd_oxfw *oxfw, const struct ieee1394_device_id *entry) in detect_quirks() 208 static int oxfw_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in oxfw_probe() 322 static const struct ieee1394_device_id oxfw_id_table[] = {
|
/linux-5.19.10/sound/firewire/digi00x/ |
D | digi00x.c | 55 static int snd_dg00x_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in snd_dg00x_probe() 132 static const struct ieee1394_device_id snd_dg00x_id_table[] = {
|
/linux-5.19.10/sound/firewire/tascam/ |
D | tascam.c | 99 const struct ieee1394_device_id *entry) in snd_tscm_probe() 174 static const struct ieee1394_device_id snd_tscm_id_table[] = {
|
/linux-5.19.10/include/linux/ |
D | firewire.h | 254 struct ieee1394_device_id; 258 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id); 262 const struct ieee1394_device_id *id_table;
|
D | mod_devicetable.h | 57 struct ieee1394_device_id { struct
|
/linux-5.19.10/sound/firewire/motu/ |
D | motu.c | 65 static int motu_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in motu_probe() 162 static const struct ieee1394_device_id motu_id_table[] = {
|
/linux-5.19.10/sound/firewire/fireface/ |
D | ff.c | 50 static int snd_ff_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in snd_ff_probe() 168 static const struct ieee1394_device_id snd_ff_id_table[] = {
|
/linux-5.19.10/sound/firewire/bebob/ |
D | bebob.c | 160 static int detect_quirks(struct snd_bebob *bebob, const struct ieee1394_device_id *entry) in detect_quirks() 184 static int bebob_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in bebob_probe() 366 static const struct ieee1394_device_id bebob_id_table[] = {
|
/linux-5.19.10/sound/firewire/dice/ |
D | dice.c | 143 static int dice_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in dice_probe() 261 static const struct ieee1394_device_id dice_id_table[] = {
|
/linux-5.19.10/sound/firewire/fireworks/ |
D | fireworks.c | 202 static int efw_probe(struct fw_unit *unit, const struct ieee1394_device_id *entry) in efw_probe() 318 static const struct ieee1394_device_id efw_id_table[] = {
|
/linux-5.19.10/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() 346 static const struct ieee1394_device_id fdtv_id_table[] = {
|
/linux-5.19.10/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 | 1123 static int sbp2_probe(struct fw_unit *unit, const struct ieee1394_device_id *id) in sbp2_probe() 1257 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-5.19.10/sound/firewire/ |
D | isight.c | 613 const struct ieee1394_device_id *id) in isight_probe() 704 static const struct ieee1394_device_id isight_id_table[] = {
|
/linux-5.19.10/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[] = {
|