Lines Matching defs:data
473 int generation, int index, u32 *data)
484 generation, device->max_speed, offset, data, 4);
489 be32_to_cpus(data);
727 static int shutdown_unit(struct device *device, void *data)
824 device->node->data = NULL;
842 static int update_unit(struct device *dev, void *data)
871 static int lookup_existing_device(struct device *dev, void *data)
874 struct fw_device *new = data;
892 new->node->data = new;
894 old->node->data = old;
923 __be32 data;
947 &data, 4);
950 if (data & cpu_to_be32(1 << 31)) {
961 data = cpu_to_be32(BROADCAST_CHANNEL_INITIAL |
966 &data, 4);
987 * All failure paths here set node->data to NULL, so that we
1234 * Set the node data to point back to this device so
1238 node->data = device;
1253 device = node->data;
1270 device = node->data;
1285 if (!node->data)
1300 device = node->data;