/external/kernel-headers/original/linux/ |
platform_device.h | 41 extern int platform_device_add_resources(struct platform_device *pdev, struct resource *res, unsigned int num); 42 extern int platform_device_add_data(struct platform_device *pdev, void *data, size_t size); 43 extern int platform_device_add(struct platform_device *pdev); 44 extern void platform_device_del(struct platform_device *pdev); 45 extern void platform_device_put(struct platform_device *pdev);
|
pci.h | 507 void __iomem __must_check *pci_map_rom(struct pci_dev *pdev, size_t *size); 508 void __iomem __must_check *pci_map_rom_copy(struct pci_dev *pdev, size_t *size); 509 void pci_unmap_rom(struct pci_dev *pdev, void __iomem *rom); 510 void pci_remove_rom(struct pci_dev *pdev); 567 #define pci_pool_create(name, pdev, size, align, allocation) \ 568 dma_pool_create(name, &pdev->dev, size, align, allocation) 682 #define pci_dma_burst_advice(pdev, strat, strategy_parameter) do { } while (0) 710 static inline void *pci_get_drvdata (struct pci_dev *pdev) 712 return dev_get_drvdata(&pdev->dev); 715 static inline void pci_set_drvdata (struct pci_dev *pdev, void *data [all...] |
pnp.h | 222 static inline void *pnp_get_drvdata (struct pnp_dev *pdev) 224 return dev_get_drvdata(&pdev->dev); 227 static inline void pnp_set_drvdata (struct pnp_dev *pdev, void *data) 229 dev_set_drvdata(&pdev->dev, data);
|
netdevice.h | 544 #define SET_NETDEV_DEV(net, pdev) ((net)->class_dev.dev = (pdev))
|
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | 145 static void exynos5_cleanup_gsc_m2m(exynos5_hwc_composer_device_1_t *pdev, 765 struct exynos5_hwc_composer_device_1_t *pdev) 767 return layer.displayFrame.left > pdev->xres || 769 layer.displayFrame.top > pdev->yres || 774 struct exynos5_hwc_composer_device_1_t *pdev) 782 int right = min(layer.displayFrame.right, pdev->xres); 788 struct exynos5_hwc_composer_device_1_t *pdev) 802 if (exynos5_visible_width(layer, handle->format, pdev) < BURSTLEN_BYTES) { 821 if (CC_UNLIKELY(exynos5_is_offscreen(layer, pdev))) { 847 static int exynos5_prepare_fimd(exynos5_hwc_composer_device_1_t *pdev, 1664 struct exynos5_hwc_composer_device_1_t* pdev = local 1671 struct exynos5_hwc_composer_device_1_t *pdev = local 1693 struct exynos5_hwc_composer_device_1_t *pdev = local 1774 struct exynos5_hwc_composer_device_1_t *pdev = local 1825 struct exynos5_hwc_composer_device_1_t *pdev = local 1865 struct exynos5_hwc_composer_device_1_t *pdev = local 1911 struct exynos5_hwc_composer_device_1_t *pdev = local 1990 struct exynos5_hwc_composer_device_1_t *pdev = local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc.h | 309 int (*probe)(struct platform_device *pdev); 310 void (*remove)(struct platform_device *pdev); 311 int (*suspend)(struct platform_device *pdev, 313 int (*resume)(struct platform_device *pdev, 373 int (*probe)(struct platform_device *pdev); 374 int (*remove)(struct platform_device *pdev); 375 int (*suspend)(struct platform_device *pdev, pm_message_t state); 376 int (*resume)(struct platform_device *pdev); 383 int (*probe)(struct platform_device *pdev); 384 int (*remove)(struct platform_device *pdev); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc.h | 309 int (*probe)(struct platform_device *pdev); 310 void (*remove)(struct platform_device *pdev); 311 int (*suspend)(struct platform_device *pdev, 313 int (*resume)(struct platform_device *pdev, 373 int (*probe)(struct platform_device *pdev); 374 int (*remove)(struct platform_device *pdev); 375 int (*suspend)(struct platform_device *pdev, pm_message_t state); 376 int (*resume)(struct platform_device *pdev); 383 int (*probe)(struct platform_device *pdev); 384 int (*remove)(struct platform_device *pdev); [all...] |
/system/core/init/ |
devices.c | 376 struct platform_node *pdev; local 378 pdev = find_platform_device(uevent->path); 379 if (!pdev) 388 parent = strchr(uevent->path + pdev->path_len, '/'); 425 struct platform_node *pdev; local 437 pdev = find_platform_device(uevent->path); 438 if (!pdev) 440 device = pdev->name;
|
/external/grub/netboot/ |
tlan.c | [all...] |
/external/qemu/ |
usb-linux.c | 171 USBHostDevice *pdev = hostdev_list; local 174 while (pdev) { 175 if (pdev == dev) { 180 prev = &pdev->next; 181 pdev = pdev->next; [all...] |
/external/kernel-headers/original/linux/spi/ |
cpcap.h | 792 int cpcap_device_register(struct platform_device *pdev); 793 int cpcap_device_unregister(struct platform_device *pdev);
|