Searched refs:xdev (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Dxpram.c186 xpram_device_t *xdev = bio->bi_bdev->bd_disk->private_data; local
196 if ((bio->bi_size >> 12) > xdev->size)
199 if ((bio->bi_sector >> 3) > 0xffffffffU - xdev->offset)
201 index = (bio->bi_sector >> 3) + xdev->offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dusbnet.c1216 struct usb_device *xdev;
1224 xdev = interface_to_usbdev (intf);
1228 xdev->bus->bus_name, xdev->devpath,
1241 usb_put_dev (xdev);
1274 struct usb_device *xdev;
1294 xdev = interface_to_usbdev (udev);
1297 usb_get_dev (xdev);
1312 dev->udev = xdev;
1370 dev->in = usb_rcvbulkpipe (xdev, inf
1215 struct usb_device *xdev; local
1273 struct usb_device *xdev; local
[all...]
H A Dmcs7830.c122 struct usb_device *xdev = dev->udev; local
130 ret = usb_control_msg(xdev, usb_rcvctrlpipe(xdev, 0), MCS7830_RD_BREQ,
141 struct usb_device *xdev = dev->udev; local
149 ret = usb_control_msg(xdev, usb_sndctrlpipe(xdev, 0), MCS7830_WR_BREQ,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_probe.c689 struct xenbus_device *xdev; local
696 xdev = container_of(dev, struct xenbus_device, dev);
698 err = drv->suspend(xdev, state);
709 struct xenbus_device *xdev; local
717 xdev = container_of(dev, struct xenbus_device, dev);
719 err = talk_to_otherend(xdev);
727 xdev->state = XenbusStateInitialising;
730 err = drv->resume(xdev);
739 err = watch_otherend(xdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-ring.c1301 struct xhci_virt_device *xdev; local
1312 xdev = xhci->devs[slot_id];
1315 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index);
1403 struct xhci_virt_device *xdev; local
1411 xdev = xhci->devs[slot_id];
1414 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index);
1720 struct xhci_virt_device *xdev; local
1737 xdev = xhci->devs[slot_id];
1738 if (!xdev) {
1746 ep = &xdev
2218 prepare_transfer(struct xhci_hcd *xhci, struct xhci_virt_device *xdev, unsigned int ep_index, unsigned int stream_id, unsigned int num_trbs, struct urb *urb, unsigned int td_index, gfp_t mem_flags) argument
3039 struct xhci_virt_device *xdev; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcore.h420 #define gameport_set_dev_parent(gp,xdev) ((gp)->dev.parent = (xdev))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.c179 dev_t xdev; local
185 xdev = old_decode_dev(fh->ofh_xdev);
187 mk_fsid(FSID_DEV, tfh, xdev, xino, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/ndis/src/
H A Dlc_cdc_ether.c1464 struct usb_device *xdev; local
1472 xdev = interface_to_usbdev (intf);
1477 xdev->bus->bus_name, xdev->devpath,
1492 usb_put_dev (xdev);
1591 struct usb_device *xdev; local
1596 xdev = interface_to_usbdev (udev);
1599 usb_get_dev (xdev);
1612 dev->udev = xdev;
1716 usb_put_dev(xdev);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/
H A Dwiper.sh170 $FIND /dev -xdev -type b -exec $LS -ln {} \; | $GAWK -v major="$major," -v minor="$minor" \

Completed in 296 milliseconds