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

  /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))
  /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...]
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
host_platform.c 52 static int wifi_probe( struct platform_device *pdev )
54 struct wifi_platform_data *wifi_ctrl = (struct wifi_platform_data *)(pdev->dev.platform_data);
57 wifi_irqres = platform_get_resource_byname(pdev, IORESOURCE_IRQ, "device_wifi_irq");
78 static int wifi_remove( struct platform_device *pdev )
80 struct wifi_platform_data *wifi_ctrl = (struct wifi_platform_data *)(pdev->dev.platform_data);
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c     [all...]
  /external/grub/netboot/
tlan.c     [all...]
  /external/bluetooth/bluez/network/
connection.c 196 const char *pdev, *uuid; local
255 pdev = nc->dev;
259 DBUS_TYPE_STRING, &pdev,
268 DBUS_TYPE_STRING, &pdev);
  /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);

Completed in 1759 milliseconds