Lines Matching defs:device
115 static struct ics932s401_data *ics932s401_update_device(struct device *dev)
148 static ssize_t show_spread_enabled(struct device *dev,
195 static ssize_t show_cpu_clock(struct device *dev,
204 static ssize_t show_cpu_clock_sel(struct device *dev,
252 static ssize_t show_src_clock(struct device *dev,
261 static ssize_t show_src_clock_sel(struct device *dev,
300 static ssize_t show_pci_clock(struct device *dev,
309 static ssize_t show_pci_clock_sel(struct device *dev,
324 static ssize_t show_value(struct device *dev,
328 static ssize_t show_spread(struct device *dev,
359 static ssize_t show_value(struct device *dev,
375 static ssize_t show_spread(struct device *dev,
406 int vendor, device, revision;
418 device = i2c_smbus_read_word_data(client, ICS932S401_REG_DEVICE);
419 device >>= 8;
420 if (device != ICS932S401_DEVICE)