Lines Matching defs:dev

290 	struct pch_udc_dev		*dev;  member
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()
504 static inline void pch_udc_rmt_wakeup(struct pch_udc_dev *dev) in pch_udc_rmt_wakeup()
516 static inline int pch_udc_get_frame(struct pch_udc_dev *dev) in pch_udc_get_frame()
526 static inline void pch_udc_clear_selfpowered(struct pch_udc_dev *dev) in pch_udc_clear_selfpowered()
535 static inline void pch_udc_set_selfpowered(struct pch_udc_dev *dev) in pch_udc_set_selfpowered()
544 static inline void pch_udc_set_disconnect(struct pch_udc_dev *dev) in pch_udc_set_disconnect()
553 static void pch_udc_clear_disconnect(struct pch_udc_dev *dev) in pch_udc_clear_disconnect()
570 static void pch_udc_reconnect(struct pch_udc_dev *dev) in pch_udc_reconnect()
594 static inline void pch_udc_vbus_session(struct pch_udc_dev *dev, in pch_udc_vbus_session()
741 static inline void pch_udc_set_dma(struct pch_udc_dev *dev, int dir) in pch_udc_set_dma()
757 static inline void pch_udc_clear_dma(struct pch_udc_dev *dev, int dir) in pch_udc_clear_dma()
770 static inline void pch_udc_set_csr_done(struct pch_udc_dev *dev) in pch_udc_set_csr_done()
780 static inline void pch_udc_disable_interrupts(struct pch_udc_dev *dev, in pch_udc_disable_interrupts()
791 static inline void pch_udc_enable_interrupts(struct pch_udc_dev *dev, in pch_udc_enable_interrupts()
802 static inline void pch_udc_disable_ep_interrupts(struct pch_udc_dev *dev, in pch_udc_disable_ep_interrupts()
813 static inline void pch_udc_enable_ep_interrupts(struct pch_udc_dev *dev, in pch_udc_enable_ep_interrupts()
824 static inline u32 pch_udc_read_device_interrupts(struct pch_udc_dev *dev) in pch_udc_read_device_interrupts()
834 static inline void pch_udc_write_device_interrupts(struct pch_udc_dev *dev, in pch_udc_write_device_interrupts()
845 static inline u32 pch_udc_read_ep_interrupts(struct pch_udc_dev *dev) in pch_udc_read_ep_interrupts()
855 static inline void pch_udc_write_ep_interrupts(struct pch_udc_dev *dev, in pch_udc_write_ep_interrupts()
866 static inline u32 pch_udc_read_device_status(struct pch_udc_dev *dev) in pch_udc_read_device_status()
930 struct pch_udc_dev *dev = ep->dev; in pch_udc_ep_clear_nak() local
1044 static void pch_udc_init(struct pch_udc_dev *dev) in pch_udc_init()
1083 static void pch_udc_exit(struct pch_udc_dev *dev) in pch_udc_exit()
1103 struct pch_udc_dev *dev; in pch_udc_pcd_get_frame() local
1121 struct pch_udc_dev *dev; in pch_udc_pcd_wakeup() local
1145 struct pch_udc_dev *dev; in pch_udc_pcd_selfpowered() local
1170 struct pch_udc_dev *dev; in pch_udc_pcd_pullup() local
1207 struct pch_udc_dev *dev; in pch_udc_pcd_vbus_session() local
1256 static int pch_vbus_gpio_get_value(struct pch_udc_dev *dev) in pch_vbus_gpio_get_value()
1278 struct pch_udc_dev *dev = in pch_vbus_gpio_work_fall() local
1319 struct pch_udc_dev *dev = in pch_vbus_gpio_work_rise() local
1347 struct pch_udc_dev *dev = (struct pch_udc_dev *)data; in pch_vbus_gpio_irq() local
1368 static int pch_vbus_gpio_init(struct pch_udc_dev *dev) in pch_vbus_gpio_init()
1409 static void pch_vbus_gpio_free(struct pch_udc_dev *dev) in pch_vbus_gpio_free()
1427 struct pch_udc_dev *dev; in complete_req() local
1473 static void pch_udc_free_dma_chain(struct pch_udc_dev *dev, in pch_udc_free_dma_chain()
1585 struct pch_udc_dev *dev = ep->dev; in process_zlp() local
1648 struct pch_udc_dev *dev; in pch_udc_pcd_ep_enable() local
1755 struct pch_udc_dev *dev; in pch_udc_free_request() local
1790 struct pch_udc_dev *dev; in pch_udc_pcd_queue() local
2055 struct pch_udc_dev *dev = ep->dev; in pch_udc_complete_transfer() local
2095 struct pch_udc_dev *dev = ep->dev; in pch_udc_complete_receiver() local
2154 static void pch_udc_svc_data_in(struct pch_udc_dev *dev, int ep_num) in pch_udc_svc_data_in()
2198 static void pch_udc_svc_data_out(struct pch_udc_dev *dev, int ep_num) in pch_udc_svc_data_out()
2249 static int pch_udc_gadget_setup(struct pch_udc_dev *dev) in pch_udc_gadget_setup()
2268 static void pch_udc_svc_control_in(struct pch_udc_dev *dev) in pch_udc_svc_control_in()
2308 static void pch_udc_svc_control_out(struct pch_udc_dev *dev) in pch_udc_svc_control_out()
2388 static void pch_udc_postsvc_epinters(struct pch_udc_dev *dev, int ep_num) in pch_udc_postsvc_epinters()
2402 static void pch_udc_read_all_epstatus(struct pch_udc_dev *dev, u32 ep_intr) in pch_udc_read_all_epstatus()
2428 static void pch_udc_activate_control_ep(struct pch_udc_dev *dev) in pch_udc_activate_control_ep()
2474 static void pch_udc_svc_ur_interrupt(struct pch_udc_dev *dev) in pch_udc_svc_ur_interrupt()
2518 static void pch_udc_svc_enum_interrupt(struct pch_udc_dev *dev) in pch_udc_svc_enum_interrupt()
2557 static void pch_udc_svc_intf_interrupt(struct pch_udc_dev *dev) in pch_udc_svc_intf_interrupt()
2596 static void pch_udc_svc_cfg_interrupt(struct pch_udc_dev *dev) in pch_udc_svc_cfg_interrupt()
2632 static void pch_udc_dev_isr(struct pch_udc_dev *dev, u32 dev_intr) in pch_udc_dev_isr()
2695 struct pch_udc_dev *dev = (struct pch_udc_dev *) pdev; in pch_udc_isr() local
2753 static void pch_udc_setup_ep0(struct pch_udc_dev *dev) in pch_udc_setup_ep0()
2768 static void pch_udc_pcd_reinit(struct pch_udc_dev *dev) in pch_udc_pcd_reinit()
2832 static int pch_udc_pcd_init(struct pch_udc_dev *dev) in pch_udc_pcd_init()
2849 static int init_dma_pools(struct pch_udc_dev *dev) in init_dma_pools()
2909 struct pch_udc_dev *dev = to_pch_udc(g); in pch_udc_start() local
2926 struct pch_udc_dev *dev = to_pch_udc(g); in pch_udc_stop() local
2966 struct pch_udc_dev *dev = dev_get_drvdata(d); in pch_udc_quark_platform_init() local
2974 struct pch_udc_dev *dev = pci_get_drvdata(pdev); in pch_udc_shutdown() local
2985 struct pch_udc_dev *dev = pci_get_drvdata(pdev); in pch_udc_remove() local
3022 struct pch_udc_dev *dev = dev_get_drvdata(d); in pch_udc_suspend() local
3043 struct pch_udc_dev *dev; in pch_udc_probe() local