Searched refs:hsotg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c1 /* linux/drivers/usb/gadget/s3c-hsotg.c
33 #include <plat/regs-usb-hsotg-phy.h>
34 #include <plat/regs-usb-hsotg.h>
211 static void s3c_hsotg_dump(struct s3c_hsotg *hsotg);
215 * @hsotg: The driver state.
232 static inline bool using_dma(struct s3c_hsotg *hsotg) argument
239 * @hsotg: The device state
242 static void s3c_hsotg_en_gsint(struct s3c_hsotg *hsotg, u32 ints) argument
244 u32 gsintmsk = readl(hsotg->regs + S3C_GINTMSK);
250 dev_dbg(hsotg
260 s3c_hsotg_disable_gsint(struct s3c_hsotg *hsotg, u32 ints) argument
281 s3c_hsotg_ctrl_epint(struct s3c_hsotg *hsotg, unsigned int ep, unsigned int dir_in, unsigned int en) argument
306 s3c_hsotg_init_fifo(struct s3c_hsotg *hsotg) argument
416 s3c_hsotg_unmap_dma(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) argument
457 s3c_hsotg_write_fifo(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req) argument
646 s3c_hsotg_start_req(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, bool continuing) argument
810 s3c_hsotg_map_dma(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct usb_request *req) argument
913 struct s3c_hsotg *hsotg = hs_ep->parent; local
928 ep_from_windex(struct s3c_hsotg *hsotg, u32 windex) argument
957 s3c_hsotg_send_reply(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *ep, void *buff, int length) argument
998 s3c_hsotg_process_req_status(struct s3c_hsotg *hsotg, struct usb_ctrlrequest *ctrl) argument
1055 s3c_hsotg_process_req_feature(struct s3c_hsotg *hsotg, struct usb_ctrlrequest *ctrl) argument
1095 s3c_hsotg_process_control(struct s3c_hsotg *hsotg, struct usb_ctrlrequest *ctrl) argument
1201 struct s3c_hsotg *hsotg = hs_ep->parent; local
1221 s3c_hsotg_enqueue_setup(struct s3c_hsotg *hsotg) argument
1276 s3c_hsotg_complete_request(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, int result) argument
1335 s3c_hsotg_complete_request_lock(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, struct s3c_hsotg_req *hs_req, int result) argument
1357 s3c_hsotg_rx_data(struct s3c_hsotg *hsotg, int ep_idx, int size) argument
1422 s3c_hsotg_send_zlp(struct s3c_hsotg *hsotg, struct s3c_hsotg_req *req) argument
1464 s3c_hsotg_handle_outdone(struct s3c_hsotg *hsotg, int epnum, bool was_setup) argument
1524 s3c_hsotg_read_frameno(struct s3c_hsotg *hsotg) argument
1551 s3c_hsotg_handle_rx(struct s3c_hsotg *hsotg) argument
1645 s3c_hsotg_set_ep_maxpacket(struct s3c_hsotg *hsotg, unsigned int ep, unsigned int mps) argument
1695 s3c_hsotg_trytx(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep) argument
1720 s3c_hsotg_complete_in(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep) argument
1770 s3c_hsotg_epint(struct s3c_hsotg *hsotg, unsigned int idx, int dir_in) argument
1877 s3c_hsotg_irq_enumdone(struct s3c_hsotg *hsotg) argument
1951 kill_all_requests(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *ep, int result, bool force) argument
1987 s3c_hsotg_disconnect_irq(struct s3c_hsotg *hsotg) argument
2002 s3c_hsotg_irq_fifoempty(struct s3c_hsotg *hsotg, bool periodic) argument
2039 struct s3c_hsotg *hsotg = pw; local
2231 struct s3c_hsotg *hsotg = hs_ep->parent; local
2344 struct s3c_hsotg *hsotg = hs_ep->parent; local
2481 s3c_hsotg_corereset(struct s3c_hsotg *hsotg) argument
2528 struct s3c_hsotg *hsotg = our_hsotg; local
2694 struct s3c_hsotg *hsotg = our_hsotg; local
2741 s3c_hsotg_initep(struct s3c_hsotg *hsotg, struct s3c_hsotg_ep *hs_ep, int epnum) argument
2800 s3c_hsotg_otgreset(struct s3c_hsotg *hsotg) argument
2839 s3c_hsotg_init(struct s3c_hsotg *hsotg) argument
2888 s3c_hsotg_dump(struct s3c_hsotg *hsotg) argument
2946 struct s3c_hsotg *hsotg = seq->private; local
3016 struct s3c_hsotg *hsotg = seq->private; local
3072 struct s3c_hsotg *hsotg = ep->parent; local
3149 s3c_hsotg_create_debug(struct s3c_hsotg *hsotg) argument
3195 s3c_hsotg_delete_debug(struct s3c_hsotg *hsotg) argument
3241 struct s3c_hsotg *hsotg; local
3368 struct s3c_hsotg *hsotg = platform_get_drvdata(pdev); local
[all...]
H A DMakefile29 obj-$(CONFIG_USB_S3C_HSOTG) += s3c-hsotg.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A DMakefile46 obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o

Completed in 78 milliseconds