Searched defs:umc (Results 1 - 8 of 8) sorted by relevance

/drivers/uwb/
H A DMakefile2 obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o
28 umc-objs := \
29 umc-bus.o \
30 umc-dev.o \
31 umc-drv.o
H A Dumc-dev.c11 #include <linux/uwb/umc.h>
15 struct umc_dev *umc = to_umc_dev(dev); local
17 kfree(umc);
30 struct umc_dev *umc; local
32 umc = kzalloc(sizeof(struct umc_dev), GFP_KERNEL);
33 if (umc) {
34 dev_set_name(&umc->dev, "%s-%d", dev_name(parent), n);
35 umc->dev.parent = parent;
36 umc->dev.bus = &umc_bus_type;
37 umc
52 umc_device_register(struct umc_dev *umc) argument
84 umc_device_unregister(struct umc_dev *umc) argument
[all...]
H A Dumc-bus.c12 #include <linux/uwb/umc.h>
20 struct umc_dev *umc = to_umc_dev(dev); local
24 ret = umc_drv->pre_reset(umc);
36 struct umc_dev *umc = to_umc_dev(dev); local
40 ret = umc_drv->post_reset(umc);
49 * @umc: the UMC device for the radio controller.
61 int umc_controller_reset(struct umc_dev *umc) argument
63 struct device *parent = umc->dev.parent;
79 * @umc_drv: umc driver with match_data pointing to a zero-terminated
81 * @umc
83 umc_match_pci_id(struct umc_driver *umc_drv, struct umc_dev *umc) argument
122 struct umc_dev *umc = to_umc_dev(dev); local
136 struct umc_dev *umc; local
155 struct umc_dev *umc; local
168 struct umc_dev *umc; local
184 struct umc_dev *umc; local
200 struct umc_dev *umc = to_umc_dev(dev); local
207 struct umc_dev *umc = to_umc_dev(dev); local
[all...]
H A Dwhci.c15 #include <linux/uwb/umc.h>
94 struct umc_dev *umc; local
98 umc = umc_device_create(&card->pci->dev, n);
99 if (umc == NULL)
109 umc->version = UWBCAPDATA_TO_VERSION(capdata);
110 umc->cap_id = n == 0 ? 0 : UWBCAPDATA_TO_CAP_ID(capdata);
111 umc->bar = bar;
112 umc->resource.start = pci_resource_start(card->pci, bar)
114 umc->resource.end = umc
134 struct umc_dev *umc = card->devs[n]; local
[all...]
H A Dwhc-rc.c52 #include <linux/uwb/umc.h>
434 static int whcrc_pre_reset(struct umc_dev *umc) argument
436 struct whcrc *whcrc = umc_get_drvdata(umc);
443 static int whcrc_post_reset(struct umc_dev *umc) argument
445 struct whcrc *whcrc = umc_get_drvdata(umc);
/drivers/usb/host/whci/
H A Dhcd.c21 #include <linux/uwb/umc.h>
98 whci_wait_for(&whc->umc->dev, whc->base + WUSBSTS,
129 dev_err(&whc->umc->dev, "isochronous transfers unsupported\n");
239 static int whc_probe(struct umc_dev *umc) argument
245 struct device *dev = &umc->dev;
258 whc->umc = umc;
265 wusbhc->uwb_rc = uwb_rc_get_by_grandpa(umc->dev.parent);
293 ret = usb_add_hcd(usb_hcd, whc->umc->irq, IRQF_SHARED);
323 static void whc_remove(struct umc_dev *umc) argument
[all...]
H A Dwhcd.h24 #include <linux/uwb/umc.h>
36 struct umc_dev *umc; member in struct:whc
/drivers/scsi/
H A Dmegaraid.c3857 megacmd_t __user *umc; local
3877 umc = MBOX_P(uiocp);
3879 if (get_user(upthru, (mega_passthru __user * __user *)&umc->xferaddr))
3894 umc = (megacmd_t __user *)uioc_mimd->mbox;
3896 if (get_user(upthru, (mega_passthru __user * __user *)&umc->xferaddr))

Completed in 95 milliseconds