Searched refs:hdev (Results 76 - 94 of 94) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dbtmrvl_sdio.c447 struct hci_dev *hdev = priv->btmrvl_dev.hcidev; local
512 skb->dev = (void *)hdev;
520 hdev->stat.byte_rx += buf_len;
525 skb->dev = (void *)hdev;
532 hdev->stat.byte_rx += buf_len;
547 hdev->stat.err_rx++;
934 BT_ERR("Register hdev failed!");
H A Dhci_ll.c113 skb->dev = (void *) hu->hdev;
481 hu->hdev->stat.err_rx++;
497 ll->rx_skb->dev = (void *) hu->hdev;
H A Dhci_ath.c204 if (hci_recv_stream_fragment(hu->hdev, data, count) < 0)
H A Dhci_h4.c154 if (hci_recv_stream_fragment(hu->hdev, data, count) < 0)
H A Dhci_bcsp.c658 bcsp->rx_skb->dev = (void *) hu->hdev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-twinhan.c63 static int twinhan_input_mapping(struct hid_device *hdev, struct hid_input *hi, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dos_4bri.c200 a->resources.pci.hdev);
212 a->resources.pci.hdev);
535 void *hdev; local
539 hdev = a->resources.pci.hdev;
545 hdev);
548 hdev);
556 PCIread(Bus, Slot, 0x50, &data[i], sizeof(data[i]), hdev);
H A Ddivasmain.c349 void diva_init_dma_map(void *hdev, argument
352 struct pci_dev *pdev = (struct pci_dev *) hdev;
354 diva_alloc_dma_map(hdev, nentries);
386 void diva_free_dma_map(void *hdev, struct _diva_dma_map_entry *pmap) argument
388 struct pci_dev *pdev = (struct pci_dev *) hdev;
H A Ddiva.c344 a->resources.pci.hdev = pci_dev_handle;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/bnep/
H A Dcore.c525 struct hci_dev *hdev; local
528 hdev = hci_get_route(dst, src);
529 if (!hdev)
532 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst);
534 hci_dev_put(hdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dblock_dev.c909 struct kobject *hdev; /* e.g. "/block/dm-0" */ member in struct:bd_holder
930 bo->hdev = kobject_get(bo->sdir->parent);
931 if (!bo->hdev)
947 kobject_put(bo->hdev);
959 kobject_put(bo->hdev);
1031 err = add_symlink(bo->hdir, bo->hdev);
1068 del_symlink(bo->hdir, bo->hdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c628 struct hci_dev *hdev; local
630 hdev = hci_get_route(dst, src);
631 if (!hdev)
634 session->conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst);
638 hci_dev_put(hdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dtty.c169 struct hci_dev *hdev; local
172 hdev = hci_get_route(&dev->dst, &dev->src);
173 if (!hdev)
176 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &dev->dst);
178 hci_dev_put(hdev);
H A Dcore.c2057 s = rfcomm_session_get(&conn->hdev->bdaddr, &conn->dst);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.c391 struct hpsa_scsi_dev_t *hdev; local
397 hdev = sdev->hostdata;
398 if (!hdev) {
404 if (!is_logical_dev_addr_mode(hdev->scsi3addr)) {
410 rlevel = hdev->raid_level;
423 struct hpsa_scsi_dev_t *hdev; local
430 hdev = sdev->hostdata;
431 if (!hdev) {
435 memcpy(lunid, hdev->scsi3addr, sizeof(lunid));
447 struct hpsa_scsi_dev_t *hdev; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci.c2328 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev, argument
2341 if (!hdev->parent)
2344 vdev = xhci->devs[hdev->slot_id];
2367 slot_ctx->dev_info2 |= XHCI_MAX_PORTS(hdev->maxchild);
2387 xhci_dbg(xhci, "Slot %u Input Context:\n", hdev->slot_id);
2394 ret = xhci_configure_endpoint(xhci, hdev, config_cmd,
2397 ret = xhci_configure_endpoint(xhci, hdev, config_cmd,
2400 xhci_dbg(xhci, "Slot %u Output Context:\n", hdev->slot_id);
H A Dxhci.h1424 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c678 conn->mtu = hcon->hdev->acl_mtu;
679 conn->src = &hcon->hdev->bdaddr;
1046 struct hci_dev *hdev; local
1053 hdev = hci_get_route(dst, src);
1054 if (!hdev)
1057 hci_dev_lock_bh(hdev);
1095 hcon = hci_connect(hdev, ACL_LINK, dst,
1126 hci_dev_unlock_bh(hdev);
1127 hci_dev_put(hdev);
4466 static int l2cap_connect_ind(struct hci_dev *hdev, bdaddr_ argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dhcd.h314 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev,

Completed in 209 milliseconds

1234