Searched refs:fieldbus_type (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/staging/fieldbus/anybuss/
H A Dhms-profinet.c176 priv->fbdev.fieldbus_type = FIELDBUS_DEV_TYPE_PROFINET;
H A Dhost.c1267 __be16 fieldbus_type; local
1348 regmap_bulk_read(cd->regmap, REG_FIELDBUS_TYPE, &fieldbus_type,
1349 sizeof(fieldbus_type));
1350 dev_info(dev, "Fieldbus type: %04X", be16_to_cpu(fieldbus_type));
1374 cd->client->anybus_id = fieldbus_type;
/linux-master/drivers/staging/fieldbus/
H A Ddev_core.c107 switch (fb->fieldbus_type) {
118 static DEVICE_ATTR_RO(fieldbus_type);
H A Dfieldbus_dev.h35 * @fieldbus_type [DRIVER] fieldbus type of this device, e.g.
54 enum fieldbus_dev_type fieldbus_type; member in struct:fieldbus_dev

Completed in 205 milliseconds