HomeSort by relevance Sort by last modified time
    Searched refs:class_dev (Results 1 - 16 of 16) sorted by null

  /external/kernel-headers/original/linux/
rtc.h 138 struct class_device class_dev; member in struct:rtc_device
171 #define to_rtc_device(d) container_of(d, struct rtc_device, class_dev)
180 extern int rtc_read_time(struct class_device *class_dev, struct rtc_time *tm);
181 extern int rtc_set_time(struct class_device *class_dev, struct rtc_time *tm);
182 extern int rtc_set_mmss(struct class_device *class_dev, unsigned long secs);
183 extern int rtc_read_alarm(struct class_device *class_dev,
185 extern int rtc_set_alarm(struct class_device *class_dev,
187 extern void rtc_update_irq(struct class_device *class_dev,
191 extern void rtc_class_close(struct class_device *class_dev);
193 extern int rtc_irq_register(struct class_device *class_dev,
    [all...]
atmdev.h 362 struct class_device class_dev; /* sysfs class device */ member in struct:atm_dev
464 class_device_put(&dev->class_dev);
usb.h 106 * @class_dev: driver model's class view of this device.
146 struct class_device *class_dev; member in struct:usb_interface
296 struct class_device *class_dev; /* class device for this bus */ member in struct:usb_bus
363 struct class_device *class_dev; member in struct:usb_device
    [all...]
i2c.h 237 struct class_device class_dev; /* the class device */ member in struct:i2c_adapter
247 #define class_dev_to_i2c_adapter(d) container_of(d, struct i2c_adapter, class_dev)
dmaengine.h 87 * @class_dev: class device for sysfs
102 struct class_device class_dev; member in struct:dma_chan
netdevice.h 525 struct class_device class_dev; member in struct:net_device
544 #define SET_NETDEV_DEV(net, pdev) ((net)->class_dev.dev = (pdev))
pci.h 247 struct class_device class_dev; member in struct:pci_bus
253 #define to_pci_bus(n) container_of(n, struct pci_bus, class_dev)
  /bionic/libc/kernel/common/linux/mmc/
host.h 80 struct class_device class_dev; member in struct:mmc_host
117 #define mmc_hostname(x) ((x)->class_dev.class_id)
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 80 struct class_device class_dev; member in struct:mmc_host
117 #define mmc_hostname(x) ((x)->class_dev.class_id)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 80 struct class_device class_dev; member in struct:mmc_host
117 #define mmc_hostname(x) ((x)->class_dev.class_id)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mmc/
host.h 80 struct class_device class_dev; member in struct:mmc_host
117 #define mmc_hostname(x) ((x)->class_dev.class_id)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mmc/
host.h 80 struct class_device class_dev; member in struct:mmc_host
117 #define mmc_hostname(x) ((x)->class_dev.class_id)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mmc/
host.h 80 struct class_device class_dev; member in struct:mmc_host
117 #define mmc_hostname(x) ((x)->class_dev.class_id)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mmc/
host.h 80 struct class_device class_dev; member in struct:mmc_host
117 #define mmc_hostname(x) ((x)->class_dev.class_id)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mmc/
host.h 80 struct class_device class_dev; member in struct:mmc_host
117 #define mmc_hostname(x) ((x)->class_dev.class_id)
  /external/kernel-headers/original/linux/mmc/
host.h 78 struct class_device class_dev; member in struct:mmc_host
127 #define mmc_hostname(x) ((x)->class_dev.class_id)

Completed in 1300 milliseconds