Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/uwb/
Dumc.h64 struct umc_dev { struct
73 #define to_umc_dev(d) container_of(d, struct umc_dev, dev) argument
141 static inline struct pci_dev *umc_parent_pci_dev(struct umc_dev *umc_dev) in umc_parent_pci_dev()
157 static inline struct umc_dev *umc_dev_get(struct umc_dev *umc_dev) in umc_dev_get()
167 static inline void umc_dev_put(struct umc_dev *umc_dev) in umc_dev_put()
177 static inline void umc_set_drvdata(struct umc_dev *umc_dev, void *data) in umc_set_drvdata()
186 static inline void *umc_get_drvdata(struct umc_dev *umc_dev) in umc_get_drvdata()
/Linux-v4.19/drivers/uwb/
Dwhc-rc.c64 struct umc_dev *umc_dev; member
222 struct umc_dev *umc_dev = whcrc->umc_dev; in whcrc_setup_rc_umc() local
284 struct umc_dev *umc_dev = whcrc->umc_dev; in whcrc_release_rc_umc() local
337 struct umc_dev *umc_dev = whcrc->umc_dev; in whcrc_stop_rc() local
363 int whcrc_probe(struct umc_dev *umc_dev) in whcrc_probe()
422 static void whcrc_remove(struct umc_dev *umc_dev) in whcrc_remove()