Lines Matching defs:hci_res
306 struct resource hci_res[2];
309 memset(hci_res, 0, sizeof(hci_res));
311 hci_res[0].start = addr;
312 hci_res[0].end = hci_res[0].start + 0x1000 - 1;
313 hci_res[0].flags = IORESOURCE_MEM;
315 hci_res[1].start = dev->irq;
316 hci_res[1].flags = IORESOURCE_IRQ;
325 ret = platform_device_add_resources(hci_dev, hci_res,
326 ARRAY_SIZE(hci_res));