Lines Matching defs:device
174 * The device communicates to the HASH via 32-bit-wide control registers
244 * enum hash_device_id - HASH device ID.
326 * @device: Pointer to the device structure.
333 struct hash_device_data *device;
350 * struct hash_device_data - structure for a hash device.
351 * @base: Pointer to virtual base address of the hash device.
352 * @phybase: Pointer to physical memory location of the hash device.
354 * @dev: Pointer to the device dev structure.
359 * @regulator: Pointer to the device's power control.
360 * @clk: Pointer to the device's clock control.
368 struct device *dev;