Home
last modified time | relevance | path

Searched defs:umc_dev (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/include/
Dumc.h63 struct umc_dev { struct
72 #define to_umc_dev(d) container_of(d, struct umc_dev, dev) argument
140 static inline struct pci_dev *umc_parent_pci_dev(struct umc_dev *umc_dev) in umc_parent_pci_dev()
156 static inline struct umc_dev *umc_dev_get(struct umc_dev *umc_dev) in umc_dev_get()
166 static inline void umc_dev_put(struct umc_dev *umc_dev) in umc_dev_put()
176 static inline void umc_set_drvdata(struct umc_dev *umc_dev, void *data) in umc_set_drvdata()
185 static inline void *umc_get_drvdata(struct umc_dev *umc_dev) in umc_get_drvdata()
/Linux-v5.4/drivers/staging/uwb/
Dwhc-rc.c50 struct umc_dev *umc_dev; member
208 struct umc_dev *umc_dev = whcrc->umc_dev; in whcrc_setup_rc_umc() local
270 struct umc_dev *umc_dev = whcrc->umc_dev; in whcrc_release_rc_umc() local
323 struct umc_dev *umc_dev = whcrc->umc_dev; in whcrc_stop_rc() local
349 int whcrc_probe(struct umc_dev *umc_dev) in whcrc_probe()
408 static void whcrc_remove(struct umc_dev *umc_dev) in whcrc_remove()