Searched refs:ieee1394_device_id (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/scripts/mod/ |
D | devicetable-offsets.c | 30 DEVID(ieee1394_device_id); in main() 31 DEVID_FIELD(ieee1394_device_id, match_flags); in main() 32 DEVID_FIELD(ieee1394_device_id, vendor_id); in main() 33 DEVID_FIELD(ieee1394_device_id, model_id); in main() 34 DEVID_FIELD(ieee1394_device_id, specifier_id); in main() 35 DEVID_FIELD(ieee1394_device_id, version); in main()
|
D | file2alias.c | 383 DEF_FIELD(symval, ieee1394_device_id, match_flags); in do_ieee1394_entry() 384 DEF_FIELD(symval, ieee1394_device_id, vendor_id); in do_ieee1394_entry() 385 DEF_FIELD(symval, ieee1394_device_id, model_id); in do_ieee1394_entry() 386 DEF_FIELD(symval, ieee1394_device_id, specifier_id); in do_ieee1394_entry() 387 DEF_FIELD(symval, ieee1394_device_id, version); in do_ieee1394_entry() 402 ADD_TO_DEVTABLE("ieee1394", ieee1394_device_id, do_ieee1394_entry);
|
/linux-4.1.27/include/linux/ |
D | firewire.h | 251 struct ieee1394_device_id; 255 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id); 259 const struct ieee1394_device_id *id_table;
|
D | mod_devicetable.h | 31 struct ieee1394_device_id { struct
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw.c | 133 const struct ieee1394_device_id *id) in oxfw_probe() 249 static const struct ieee1394_device_id oxfw_id_table[] = {
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice.c | 246 static int dice_probe(struct fw_unit *unit, const struct ieee1394_device_id *id) in dice_probe() 335 static const struct ieee1394_device_id dice_id_table[] = {
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks.c | 204 const struct ieee1394_device_id *entry) in efw_probe() 315 static const struct ieee1394_device_id efw_id_table[] = {
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob.c | 171 const struct ieee1394_device_id *entry) in bebob_probe() 338 static const struct ieee1394_device_id bebob_id_table[] = {
|
/linux-4.1.27/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-4.1.27/sound/firewire/ |
D | scs1x.c | 387 static int scs_probe(struct fw_unit *unit, const struct ieee1394_device_id *id) in scs_probe() 486 static const struct ieee1394_device_id scs_id_table[] = {
|
D | isight.c | 621 const struct ieee1394_device_id *id) in isight_probe() 708 static const struct ieee1394_device_id isight_id_table[] = {
|
/linux-4.1.27/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 | 1431 const struct ieee1394_device_id *id) in fwnet_probe() 1580 static const struct ieee1394_device_id fwnet_id_table[] = {
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.c | 2384 const struct ieee1394_device_id *id) in fwserial_probe() 2458 static const struct ieee1394_device_id fwserial_id_table[] = {
|