HomeSort by relevance Sort by last modified time
    Searched refs:dev (Results 176 - 200 of 1620) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
platform_device.h 20 struct device dev; member in struct:platform_device
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
36 #define platform_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev)
37 #define platform_set_drvdata(_dev,data) dev_set_drvdata(&(_dev)->dev, (data))
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
clk.h 19 struct clk *clk_get(struct device *dev, const char *id);
platform_device.h 20 struct device dev; member in struct:platform_device
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
36 #define platform_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev)
37 #define platform_set_drvdata(_dev,data) dev_set_drvdata(&(_dev)->dev, (data))
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
clk.h 19 struct clk *clk_get(struct device *dev, const char *id);
platform_device.h 20 struct device dev; member in struct:platform_device
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
36 #define platform_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev)
37 #define platform_set_drvdata(_dev,data) dev_set_drvdata(&(_dev)->dev, (data))
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
clk.h 19 struct clk *clk_get(struct device *dev, const char *id);
platform_device.h 20 struct device dev; member in struct:platform_device
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
36 #define platform_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev)
37 #define platform_set_drvdata(_dev,data) dev_set_drvdata(&(_dev)->dev, (data))
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
clk.h 19 struct clk *clk_get(struct device *dev, const char *id);
platform_device.h 20 struct device dev; member in struct:platform_device
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
36 #define platform_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev)
37 #define platform_set_drvdata(_dev,data) dev_set_drvdata(&(_dev)->dev, (data))
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
clk.h 19 struct clk *clk_get(struct device *dev, const char *id);
platform_device.h 20 struct device dev; member in struct:platform_device
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
36 #define platform_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev)
37 #define platform_set_drvdata(_dev,data) dev_set_drvdata(&(_dev)->dev, (data))
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
clk.h 19 struct clk *clk_get(struct device *dev, const char *id);
platform_device.h 20 struct device dev; member in struct:platform_device
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
36 #define platform_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev)
37 #define platform_set_drvdata(_dev,data) dev_set_drvdata(&(_dev)->dev, (data))
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
clk.h 19 struct clk *clk_get(struct device *dev, const char *id);
platform_device.h 20 struct device dev; member in struct:platform_device
25 #define to_platform_device(x) container_of((x), struct platform_device, dev)
36 #define platform_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev)
37 #define platform_set_drvdata(_dev,data) dev_set_drvdata(&(_dev)->dev, (data))
  /external/kernel-headers/original/asm-x86/
dma-mapping_32.h 14 void *dma_alloc_coherent(struct device *dev, size_t size,
17 void dma_free_coherent(struct device *dev, size_t size,
21 dma_map_single(struct device *dev, void *ptr, size_t size,
31 dma_unmap_single(struct device *dev, dma_addr_t dma_addr, size_t size,
38 dma_map_sg(struct device *dev, struct scatterlist *sglist, int nents,
58 dma_map_page(struct device *dev, struct page *page, unsigned long offset,
66 dma_unmap_page(struct device *dev, dma_addr_t dma_address, size_t size,
74 dma_unmap_sg(struct device *dev, struct scatterlist *sg, int nhwentries,
81 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size,
87 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size
    [all...]
  /external/e2fsprogs/lib/blkid/
tag.c 67 blkid_tag blkid_find_tag_dev(blkid_dev dev, const char *type)
71 if (!dev || !type)
74 list_for_each(p, &dev->bid_tags) {
84 extern int blkid_dev_has_tag(blkid_dev dev, const char *type,
89 if (!dev || !type)
92 tag = blkid_find_tag_dev(dev, type);
129 int blkid_set_tag(blkid_dev dev, const char *name,
136 if (!dev || !name)
148 dev_var = &dev->bid_type;
150 dev_var = &dev->bid_label
277 blkid_dev dev; member in struct:blkid_struct_tag_iterate
333 blkid_dev dev; local
405 blkid_dev dev; local
    [all...]
  /bionic/libc/kernel/common/linux/
device.h 55 int (*match)(struct device * dev, struct device_driver * drv);
56 int (*uevent)(struct device *dev, char **envp,
59 int (*probe)(struct device * dev);
60 int (*remove)(struct device * dev);
61 void (*shutdown)(struct device * dev);
62 int (*suspend)(struct device * dev, pm_message_t state);
64 int (*resume)(struct device * dev);
86 int (*probe) (struct device * dev);
87 int (*remove) (struct device * dev);
89 void (*shutdown) (struct device * dev);
147 struct device * dev; member in struct:class_device
    [all...]
  /development/ndk/platforms/android-3/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
80 int (*probe) (struct device * dev);
81 int (*remove) (struct device * dev);
82 void (*shutdown) (struct device * dev);
143 struct device * dev; member in struct:class_device
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
80 int (*probe) (struct device * dev);
81 int (*remove) (struct device * dev);
82 void (*shutdown) (struct device * dev);
143 struct device * dev; member in struct:class_device
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
80 int (*probe) (struct device * dev);
81 int (*remove) (struct device * dev);
82 void (*shutdown) (struct device * dev);
143 struct device * dev; member in struct:class_device
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
80 int (*probe) (struct device * dev);
81 int (*remove) (struct device * dev);
82 void (*shutdown) (struct device * dev);
143 struct device * dev; member in struct:class_device
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
80 int (*probe) (struct device * dev);
81 int (*remove) (struct device * dev);
82 void (*shutdown) (struct device * dev);
143 struct device * dev; member in struct:class_device
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
80 int (*probe) (struct device * dev);
81 int (*remove) (struct device * dev);
82 void (*shutdown) (struct device * dev);
143 struct device * dev; member in struct:class_device
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
80 int (*probe) (struct device * dev);
81 int (*remove) (struct device * dev);
82 void (*shutdown) (struct device * dev);
143 struct device * dev; member in struct:class_device
    [all...]

Completed in 828 milliseconds

1 2 3 4 5 6 78 91011>>