Searched refs:umc_dev (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/uwb/ |
D | umc.h | 64 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 (*pre_reset)(struct umc_dev *); 91 int (*post_reset)(struct umc_dev *); 100 struct umc_dev *umc_device_create(struct device *parent, int n); 101 int __must_check umc_device_register(struct umc_dev *umc); 102 void umc_device_unregister(struct umc_dev *umc); [all …]
|
/Linux-v4.19/drivers/uwb/ |
D | whc-rc.c | 64 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 …]
|
D | umc-bus.c | 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 = to_umc_dev(dev); in capability_id_show() 176 struct umc_dev *umc = to_umc_dev(dev); in version_show() 187 ATTRIBUTE_GROUPS(umc_dev);
|
D | umc-dev.c | 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()
|
D | whci.c | 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() 177 + sizeof(struct umc_dev *) * (n_caps + 1), in whci_probe()
|
/Linux-v4.19/drivers/usb/host/whci/ |
D | hcd.c | 226 static int whc_probe(struct umc_dev *umc) in whc_probe() 311 static void whc_remove(struct umc_dev *umc) in whc_remove()
|
D | whcd.h | 23 struct umc_dev *umc;
|