bcma_device_id    258 include/linux/bcma/bcma.h 	struct bcma_device_id id;
bcma_device_id    291 include/linux/bcma/bcma.h 	const struct bcma_device_id *id_table;
bcma_device_id    126 scripts/mod/devicetable-offsets.c 	DEVID(bcma_device_id);
bcma_device_id    127 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(bcma_device_id, manuf);
bcma_device_id    128 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(bcma_device_id, id);
bcma_device_id    129 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(bcma_device_id, rev);
bcma_device_id    130 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(bcma_device_id, class);
bcma_device_id    833 scripts/mod/file2alias.c 	DEF_FIELD(symval, bcma_device_id, manuf);
bcma_device_id    834 scripts/mod/file2alias.c 	DEF_FIELD(symval, bcma_device_id, id);
bcma_device_id    835 scripts/mod/file2alias.c 	DEF_FIELD(symval, bcma_device_id, rev);
bcma_device_id    836 scripts/mod/file2alias.c 	DEF_FIELD(symval, bcma_device_id, class);
bcma_device_id    846 scripts/mod/file2alias.c ADD_TO_DEVTABLE("bcma", bcma_device_id, do_bcma_entry);