Lines Matching defs:hci_res
106 struct resource hci_res[2];
109 memset(hci_res, 0, sizeof(hci_res));
111 hci_res[0].start = addr;
112 hci_res[0].end = hci_res[0].start + len - 1;
113 hci_res[0].flags = IORESOURCE_MEM;
115 hci_res[1].start = dev->irq;
116 hci_res[1].flags = IORESOURCE_IRQ;
126 ret = platform_device_add_resources(hci_dev, hci_res,
127 ARRAY_SIZE(hci_res));