Searched refs:umc_dev (Results 1 – 6 of 6) sorted by relevance
64 struct umc_dev *umc_dev; member97 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() local224 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 …]
20 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 …]
15 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()85 void umc_device_unregister(struct umc_dev *umc) in umc_device_unregister()
21 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()178 + sizeof(struct umc_dev *) * (n_caps + 1), in whci_probe()
237 static int whc_probe(struct umc_dev *umc) in whc_probe()322 static void whc_remove(struct umc_dev *umc) in whc_remove()
36 struct umc_dev *umc;