Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Dpch_udc.c290 struct pch_udc_dev *dev;
339 struct pch_udc_dev { struct
362 #define to_pch_udc(g) (container_of((g), struct pch_udc_dev, gadget)) argument
401 static inline u32 pch_udc_readl(struct pch_udc_dev *dev, unsigned long reg) in pch_udc_readl()
406 static inline void pch_udc_writel(struct pch_udc_dev *dev, in pch_udc_writel()
412 static inline void pch_udc_bit_set(struct pch_udc_dev *dev, in pch_udc_bit_set()
419 static inline void pch_udc_bit_clr(struct pch_udc_dev *dev, in pch_udc_bit_clr()
455 static void pch_udc_csr_busy(struct pch_udc_dev *dev) in pch_udc_csr_busy()
473 static void pch_udc_write_csr(struct pch_udc_dev *dev, unsigned long val, in pch_udc_write_csr()
490 static u32 pch_udc_read_csr(struct pch_udc_dev *dev, unsigned int ep) in pch_udc_read_csr()
[all …]