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

  /bionic/libc/kernel/arch-sh/asm/
push-switch.h 28 struct platform_device *pdev; member in struct:push_switch
  /external/bluetooth/bluez/network/
connection.c 233 const char *pdev, *uuid; local
292 pdev = nc->dev;
296 DBUS_TYPE_STRING, &pdev,
305 DBUS_TYPE_STRING, &pdev);
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 178 struct platform_device *pdev; local
186 pdev = to_platform_device(dev);
187 r = platform_get_resource(pdev, IORESOURCE_MEM, 0);
188 irq = platform_get_irq(pdev, 0);
282 /* find the SDIO Host Controller state for this pdev and take it out from the list */
315 static int __devinit bcmsdh_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
316 static void __devexit bcmsdh_pci_remove(struct pci_dev *pdev);
366 * Determine if the device described by pdev is a supported SDIO Host
370 bcmsdh_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
379 if (pdev->bus->number != (sd_pci_slot>>16) |
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
linux_osl.c 77 void *pdev; member in struct:osl_info
151 osl_attach(void *pdev, uint bustype, bool pkttag)
169 osh->pdev = pdev;
388 pci_read_config_dword(osh->pdev, offset, &val);
408 pci_write_config_dword(osh->pdev, offset, val);
421 ASSERT(osh && (osh->magic == OS_HANDLE_MAGIC) && osh->pdev);
423 return ((struct pci_dev *)osh->pdev)->bus->number;
430 ASSERT(osh && (osh->magic == OS_HANDLE_MAGIC) && osh->pdev);
432 return PCI_SLOT(((struct pci_dev *)osh->pdev)->devfn)
    [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...]

Completed in 318 milliseconds