/drivers/usb/host/ |
D | ssb-hcd.c | 106 struct platform_device *hci_dev; in ssb_hcd_create_pdev() local 119 hci_dev = platform_device_alloc(ohci ? "ohci-platform" : in ssb_hcd_create_pdev() 121 if (!hci_dev) in ssb_hcd_create_pdev() 124 hci_dev->dev.parent = dev->dev; in ssb_hcd_create_pdev() 125 hci_dev->dev.dma_mask = &hci_dev->dev.coherent_dma_mask; in ssb_hcd_create_pdev() 127 ret = platform_device_add_resources(hci_dev, hci_res, in ssb_hcd_create_pdev() 132 ret = platform_device_add_data(hci_dev, &ohci_pdata, in ssb_hcd_create_pdev() 135 ret = platform_device_add_data(hci_dev, &ehci_pdata, in ssb_hcd_create_pdev() 139 ret = platform_device_add(hci_dev); in ssb_hcd_create_pdev() 143 return hci_dev; in ssb_hcd_create_pdev() [all …]
|
D | bcma-hcd.c | 170 struct platform_device *hci_dev; in bcma_hcd_create_pdev() local 183 hci_dev = platform_device_alloc(ohci ? "ohci-platform" : in bcma_hcd_create_pdev() 185 if (!hci_dev) in bcma_hcd_create_pdev() 188 hci_dev->dev.parent = &dev->dev; in bcma_hcd_create_pdev() 189 hci_dev->dev.dma_mask = &hci_dev->dev.coherent_dma_mask; in bcma_hcd_create_pdev() 191 ret = platform_device_add_resources(hci_dev, hci_res, in bcma_hcd_create_pdev() 196 ret = platform_device_add_data(hci_dev, &ohci_pdata, in bcma_hcd_create_pdev() 199 ret = platform_device_add_data(hci_dev, &ehci_pdata, in bcma_hcd_create_pdev() 203 ret = platform_device_add(hci_dev); in bcma_hcd_create_pdev() 207 return hci_dev; in bcma_hcd_create_pdev() [all …]
|
/drivers/bluetooth/ |
D | bpa10x.c | 50 struct hci_dev *hdev; 67 static int bpa10x_recv(struct hci_dev *hdev, int queue, void *buf, int count) in bpa10x_recv() 170 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in bpa10x_tx_complete() 191 struct hci_dev *hdev = urb->context; in bpa10x_rx_complete() 220 static inline int bpa10x_submit_intr_urb(struct hci_dev *hdev) in bpa10x_submit_intr_urb() 261 static inline int bpa10x_submit_bulk_urb(struct hci_dev *hdev) in bpa10x_submit_bulk_urb() 302 static int bpa10x_open(struct hci_dev *hdev) in bpa10x_open() 330 static int bpa10x_close(struct hci_dev *hdev) in bpa10x_close() 344 static int bpa10x_flush(struct hci_dev *hdev) in bpa10x_flush() 357 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in bpa10x_send_frame() [all …]
|
D | hci_vhci.c | 47 struct hci_dev *hdev; 55 static int vhci_open_dev(struct hci_dev *hdev) in vhci_open_dev() 62 static int vhci_close_dev(struct hci_dev *hdev) in vhci_close_dev() 74 static int vhci_flush(struct hci_dev *hdev) in vhci_flush() 85 struct hci_dev* hdev = (struct hci_dev *) skb->dev; in vhci_send_frame() 219 struct hci_dev *hdev; in vhci_open() 263 struct hci_dev *hdev = data->hdev; in vhci_release()
|
D | btwilink.c | 53 struct hci_dev *hdev; 62 struct hci_dev *hdev = hst->hdev; in ti_st_tx_complete() 152 static int ti_st_open(struct hci_dev *hdev) in ti_st_open() 236 static int ti_st_close(struct hci_dev *hdev) in ti_st_close() 258 struct hci_dev *hdev; in ti_st_send_frame() 262 hdev = (struct hci_dev *)skb->dev; in ti_st_send_frame() 297 struct hci_dev *hdev; in bt_ti_probe() 334 struct hci_dev *hdev; in bt_ti_remove()
|
D | btsdio.c | 58 struct hci_dev *hdev; 190 static int btsdio_open(struct hci_dev *hdev) in btsdio_open() 226 static int btsdio_close(struct hci_dev *hdev) in btsdio_close() 247 static int btsdio_flush(struct hci_dev *hdev) in btsdio_flush() 260 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in btsdio_send_frame() 296 struct hci_dev *hdev; in btsdio_probe() 352 struct hci_dev *hdev; in btsdio_remove()
|
D | btusb.c | 227 struct hci_dev *hdev; 276 struct hci_dev *hdev = urb->context; in btusb_intr_complete() 314 static int btusb_submit_intr_urb(struct hci_dev *hdev, gfp_t mem_flags) in btusb_submit_intr_urb() 364 struct hci_dev *hdev = urb->context; in btusb_bulk_complete() 402 static int btusb_submit_bulk_urb(struct hci_dev *hdev, gfp_t mem_flags) in btusb_submit_bulk_urb() 450 struct hci_dev *hdev = urb->context; in btusb_isoc_complete() 516 static int btusb_submit_isoc_urb(struct hci_dev *hdev, gfp_t mem_flags) in btusb_submit_isoc_urb() 570 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in btusb_tx_complete() 597 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in btusb_isoc_tx_complete() 616 static int btusb_open(struct hci_dev *hdev) in btusb_open() [all …]
|
D | hci_ldisc.c | 89 struct hci_dev *hdev = hu->hdev; in hci_uart_tx_complete() 122 struct hci_dev *hdev = hu->hdev; in hci_uart_tx_wakeup() 190 static int hci_uart_open(struct hci_dev *hdev) in hci_uart_open() 202 static int hci_uart_flush(struct hci_dev *hdev) in hci_uart_flush() 224 static int hci_uart_close(struct hci_dev *hdev) in hci_uart_close() 239 struct hci_dev* hdev = (struct hci_dev *) skb->dev; in hci_uart_send_frame() 315 struct hci_dev *hdev; in hci_uart_tty_close() 402 struct hci_dev *hdev; in hci_uart_register_dev()
|
D | dtl1_cs.c | 68 struct hci_dev *hdev; 356 static int dtl1_hci_open(struct hci_dev *hdev) in dtl1_hci_open() 364 static int dtl1_hci_flush(struct hci_dev *hdev) in dtl1_hci_flush() 375 static int dtl1_hci_close(struct hci_dev *hdev) in dtl1_hci_close() 389 struct hci_dev *hdev = (struct hci_dev *)(skb->dev); in dtl1_hci_send_frame() 441 static int dtl1_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) in dtl1_hci_ioctl() 455 struct hci_dev *hdev; in dtl1_open() 525 struct hci_dev *hdev = info->hdev; in dtl1_close()
|
D | btuart_cs.c | 68 struct hci_dev *hdev; 397 static int btuart_hci_flush(struct hci_dev *hdev) in btuart_hci_flush() 408 static int btuart_hci_open(struct hci_dev *hdev) in btuart_hci_open() 416 static int btuart_hci_close(struct hci_dev *hdev) in btuart_hci_close() 430 struct hci_dev *hdev = (struct hci_dev *)(skb->dev); in btuart_hci_send_frame() 461 static int btuart_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) in btuart_hci_ioctl() 475 struct hci_dev *hdev; in btuart_open() 542 struct hci_dev *hdev = info->hdev; in btuart_close()
|
D | bt3c_cs.c | 73 struct hci_dev *hdev; 389 static int bt3c_hci_flush(struct hci_dev *hdev) in bt3c_hci_flush() 400 static int bt3c_hci_open(struct hci_dev *hdev) in bt3c_hci_open() 408 static int bt3c_hci_close(struct hci_dev *hdev) in bt3c_hci_close() 422 struct hci_dev *hdev = (struct hci_dev *)(skb->dev); in bt3c_hci_send_frame() 458 static int bt3c_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) in bt3c_hci_ioctl() 556 struct hci_dev *hdev; in bt3c_open() 623 struct hci_dev *hdev = info->hdev; in bt3c_close()
|
D | bluecard_cs.c | 67 struct hci_dev *hdev; 562 static int bluecard_hci_set_baud_rate(struct hci_dev *hdev, int baud) in bluecard_hci_set_baud_rate() 610 static int bluecard_hci_flush(struct hci_dev *hdev) in bluecard_hci_flush() 621 static int bluecard_hci_open(struct hci_dev *hdev) in bluecard_hci_open() 642 static int bluecard_hci_close(struct hci_dev *hdev) in bluecard_hci_close() 665 struct hci_dev *hdev = (struct hci_dev *)(skb->dev); in bluecard_hci_send_frame() 696 static int bluecard_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) in bluecard_hci_ioctl() 709 struct hci_dev *hdev; in bluecard_open() 825 struct hci_dev *hdev = info->hdev; in bluecard_close()
|
D | btmrvl_drv.h | 43 struct hci_dev *hcidev; 149 void btmrvl_debugfs_init(struct hci_dev *hdev); 150 void btmrvl_debugfs_remove(struct hci_dev *hdev);
|
D | bfusb.c | 65 struct hci_dev *hdev; 412 static int bfusb_open(struct hci_dev *hdev) in bfusb_open() 438 static int bfusb_flush(struct hci_dev *hdev) in bfusb_flush() 449 static int bfusb_close(struct hci_dev *hdev) in bfusb_close() 470 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in bfusb_send_frame() 547 static int bfusb_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) in bfusb_ioctl() 638 struct hci_dev *hdev; in bfusb_probe() 728 struct hci_dev *hdev = data->hdev; in bfusb_disconnect()
|
D | btmrvl_main.c | 406 static int btmrvl_ioctl(struct hci_dev *hdev, in btmrvl_ioctl() 414 struct hci_dev *hdev = (struct hci_dev *) skb->dev; in btmrvl_send_frame() 454 static int btmrvl_flush(struct hci_dev *hdev) in btmrvl_flush() 463 static int btmrvl_close(struct hci_dev *hdev) in btmrvl_close() 475 static int btmrvl_open(struct hci_dev *hdev) in btmrvl_open() 557 struct hci_dev *hdev = NULL; in btmrvl_register_hdev() 647 struct hci_dev *hdev; in btmrvl_remove_card()
|
D | btmrvl_debugfs.c | 170 void btmrvl_debugfs_init(struct hci_dev *hdev) in btmrvl_debugfs_init() 212 void btmrvl_debugfs_remove(struct hci_dev *hdev) in btmrvl_debugfs_remove()
|
D | hci_uart.h | 66 struct hci_dev *hdev;
|
D | btmrvl_sdio.c | 526 struct hci_dev *hdev = priv->btmrvl_dev.hcidev; in btmrvl_sdio_card_to_host() 1091 struct hci_dev *hcidev; in btmrvl_sdio_suspend() 1143 struct hci_dev *hcidev; in btmrvl_sdio_resume()
|