Lines Matching defs:udc

182 	struct ast_udc_dev		*udc;  member
269 #define ast_udc_read(udc, offset) \ argument
271 #define ast_udc_write(udc, val, offset) \ argument
284 struct ast_udc_dev *udc = ep->udc; in ast_udc_done() local
329 static void ast_udc_stop_activity(struct ast_udc_dev *udc) in ast_udc_stop_activity()
346 struct ast_udc_dev *udc = ep->udc; in ast_udc_ep_enable() local
433 struct ast_udc_dev *udc = ep->udc; in ast_udc_ep_disable() local
477 struct ast_udc_dev *udc = ep->udc; in ast_dma_descriptor_setup() local
585 struct ast_udc_dev *udc = ep->udc; in ast_udc_ep0_queue() local
631 struct ast_udc_dev *udc = ep->udc; in ast_udc_ep_queue() local
694 struct ast_udc_dev *udc = ep->udc; in ast_udc_ep_dequeue() local
723 struct ast_udc_dev *udc = ep->udc; in ast_udc_ep_set_halt() local
774 static void ast_udc_ep0_rx(struct ast_udc_dev *udc) in ast_udc_ep0_rx()
780 static void ast_udc_ep0_tx(struct ast_udc_dev *udc) in ast_udc_ep0_tx()
786 static void ast_udc_ep0_out(struct ast_udc_dev *udc) in ast_udc_ep0_out()
827 static void ast_udc_ep0_in(struct ast_udc_dev *udc) in ast_udc_ep0_in()
859 static void ast_udc_epn_handle(struct ast_udc_dev *udc, u16 ep_num) in ast_udc_epn_handle()
898 static void ast_udc_epn_handle_desc(struct ast_udc_dev *udc, u16 ep_num) in ast_udc_epn_handle_desc()
979 static void ast_udc_ep0_data_tx(struct ast_udc_dev *udc, u8 *tx_data, u32 len) in ast_udc_ep0_data_tx()
994 static void ast_udc_getstatus(struct ast_udc_dev *udc) in ast_udc_getstatus()
1032 static void ast_udc_ep0_handle_setup(struct ast_udc_dev *udc) in ast_udc_ep0_handle_setup()
1123 struct ast_udc_dev *udc = (struct ast_udc_dev *)data; in ast_udc_isr() local
1216 struct ast_udc_dev *udc = to_ast_dev(gadget); in ast_udc_gadget_getframe() local
1223 struct ast_udc_dev *udc = container_of(work, struct ast_udc_dev, in ast_udc_wake_work() local
1237 static void ast_udc_wakeup_all(struct ast_udc_dev *udc) in ast_udc_wakeup_all()
1249 struct ast_udc_dev *udc = to_ast_dev(gadget); in ast_udc_wakeup() local
1274 struct ast_udc_dev *udc = to_ast_dev(gadget); in ast_udc_pullup() local
1296 struct ast_udc_dev *udc = to_ast_dev(gadget); in ast_udc_start() local
1319 struct ast_udc_dev *udc = to_ast_dev(gadget); in ast_udc_stop() local
1353 static void ast_udc_init_ep(struct ast_udc_dev *udc) in ast_udc_init_ep()
1397 static void ast_udc_init_dev(struct ast_udc_dev *udc) in ast_udc_init_dev()
1402 static void ast_udc_init_hw(struct ast_udc_dev *udc) in ast_udc_init_hw()
1439 struct ast_udc_dev *udc = platform_get_drvdata(pdev); in ast_udc_remove() local
1479 struct ast_udc_dev *udc; in ast_udc_probe() local