Home
last modified time | relevance | path

Searched refs:umc_dev (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/include/linux/uwb/
Dumc.h64 struct umc_dev { struct
73 #define to_umc_dev(d) container_of(d, struct umc_dev, dev) argument
85 int (*match)(struct umc_driver *, struct umc_dev *);
88 int (*probe)(struct umc_dev *);
89 void (*remove)(struct umc_dev *);
90 int (*suspend)(struct umc_dev *, pm_message_t state);
91 int (*resume)(struct umc_dev *);
92 int (*pre_reset)(struct umc_dev *);
93 int (*post_reset)(struct umc_dev *);
102 struct umc_dev *umc_device_create(struct device *parent, int n);
[all …]
/linux-3.4.99/drivers/uwb/
Dwhc-rc.c64 struct umc_dev *umc_dev; member
97 struct device *dev = &whcrc->umc_dev->dev; in whcrc_cmd()
139 return umc_controller_reset(whcrc->umc_dev); in whcrc_reset()
192 struct device *dev = &whcrc->umc_dev->dev; in whcrc_irq_cb()
221 struct device *dev = &whcrc->umc_dev->dev; in whcrc_setup_rc_umc()
222 struct umc_dev *umc_dev = whcrc->umc_dev; in whcrc_setup_rc_umc() local
224 whcrc->area = umc_dev->resource.start; in whcrc_setup_rc_umc()
225 whcrc->rc_len = resource_size(&umc_dev->resource); in whcrc_setup_rc_umc()
240 result = request_irq(umc_dev->irq, whcrc_irq_cb, IRQF_SHARED, in whcrc_setup_rc_umc()
244 umc_dev->irq, result); in whcrc_setup_rc_umc()
[all …]
Dumc-bus.c20 struct umc_dev *umc = to_umc_dev(dev); in umc_bus_pre_reset_helper()
36 struct umc_dev *umc = to_umc_dev(dev); in umc_bus_post_reset_helper()
61 int umc_controller_reset(struct umc_dev *umc) in umc_controller_reset()
83 int umc_match_pci_id(struct umc_driver *umc_drv, struct umc_dev *umc) in umc_match_pci_id()
122 struct umc_dev *umc = to_umc_dev(dev); in umc_bus_match()
136 struct umc_dev *umc; in umc_device_probe()
155 struct umc_dev *umc; in umc_device_remove()
168 struct umc_dev *umc; in umc_device_suspend()
184 struct umc_dev *umc; in umc_device_resume()
200 struct umc_dev *umc = to_umc_dev(dev); in capability_id_show()
[all …]
Dumc-dev.c15 struct umc_dev *umc = to_umc_dev(dev); in umc_device_release()
28 struct umc_dev *umc_device_create(struct device *parent, int n) in umc_device_create()
30 struct umc_dev *umc; in umc_device_create()
32 umc = kzalloc(sizeof(struct umc_dev), GFP_KERNEL); in umc_device_create()
52 int umc_device_register(struct umc_dev *umc) in umc_device_register()
84 void umc_device_unregister(struct umc_dev *umc) in umc_device_unregister()
Dwhci.c21 struct umc_dev *devs[0];
94 struct umc_dev *umc; in whci_add_cap()
134 struct umc_dev *umc = card->devs[n]; in whci_del_cap()
/linux-3.4.99/drivers/usb/host/whci/
Dhcd.c239 static int whc_probe(struct umc_dev *umc) in whc_probe()
323 static void whc_remove(struct umc_dev *umc) in whc_remove()
Dwhcd.h36 struct umc_dev *umc;