/linux-6.1.9/drivers/usb/host/ |
D | ohci.h | 362 struct ohci_hcd { struct 384 void (*start_hnp)(struct ohci_hcd *ohci); argument 443 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec() argument 447 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro() 451 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso() 455 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch() 460 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec() 464 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro() 468 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso() 472 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch() [all …]
|
D | ohci-pci.c | 46 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_amd756() 61 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_opti() 80 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_ns() 96 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_zfmicro() 109 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_toshiba_scc() 131 struct ohci_hcd *ohci = container_of(work, struct ohci_hcd, nec_work); in ohci_quirk_nec_worker() 142 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_nec() 153 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_quirk_amd700() 170 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_quirk_qemu() 240 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_pci_reset()
|
D | ohci-mem.c | 27 static void ohci_hcd_init (struct ohci_hcd *ohci) in ohci_hcd_init() 37 static int ohci_mem_init (struct ohci_hcd *ohci) in ohci_mem_init() 65 static void ohci_mem_cleanup (struct ohci_hcd *ohci) in ohci_mem_cleanup() 77 dma_to_td (struct ohci_hcd *hc, dma_addr_t td_dma) in dma_to_td() 90 td_alloc (struct ohci_hcd *hc, gfp_t mem_flags) in td_alloc() 111 td_free (struct ohci_hcd *hc, struct td *td) in td_free() 134 ed_alloc (struct ohci_hcd *hc, gfp_t mem_flags) in ed_alloc() 153 ed_free (struct ohci_hcd *hc, struct ed *ed) in ed_free()
|
D | ohci-dbg.c | 43 struct ohci_hcd *ohci, in ohci_dump_intr_mask() 65 struct ohci_hcd *ohci, in maybe_print_eds() 86 static const char *rh_state_string(struct ohci_hcd *ohci) in rh_state_string() 101 ohci_dump_status (struct ohci_hcd *controller, char **next, unsigned *size) in ohci_dump_status() 192 struct ohci_hcd *controller, in ohci_dump_roothub() 240 static void ohci_dump(struct ohci_hcd *controller) in ohci_dump() 255 static void ohci_dump_td (const struct ohci_hcd *ohci, const char *label, in ohci_dump_td() 312 ohci_dump_ed (const struct ohci_hcd *ohci, const char *label, in ohci_dump_ed() 393 struct ohci_hcd *ohci; 400 show_list (struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed) in show_list() [all …]
|
D | ohci-hub.c | 43 static void update_done_list(struct ohci_hcd *); 44 static void ohci_work(struct ohci_hcd *); 47 static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop) in ohci_rh_suspend() 152 static int ohci_rh_resume (struct ohci_hcd *ohci) in ohci_rh_resume() 306 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_bus_suspend() 326 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_bus_resume() 347 static int ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, in ohci_root_hub_state_changes() 435 static inline int ohci_rh_resume(struct ohci_hcd *ohci) in ohci_rh_resume() 443 static int ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, in ohci_root_hub_state_changes() 470 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_hub_status_data() [all …]
|
D | ohci-hcd.c | 83 static void ohci_dump(struct ohci_hcd *ohci); 152 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_urb_enqueue() 315 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_urb_dequeue() 350 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_endpoint_disable() 403 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_get_frame() 408 static void ohci_usb_reset (struct ohci_hcd *ohci) in ohci_usb_reset() 422 struct ohci_hcd *ohci; in _ohci_shutdown() 438 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_shutdown() 452 static int ohci_init (struct ohci_hcd *ohci) in ohci_init() 543 static int ohci_run (struct ohci_hcd *ohci) in ohci_run() [all …]
|
D | ohci-q.c | 14 static void urb_free_priv (struct ohci_hcd *hc, urb_priv_t *urb_priv) in urb_free_priv() 41 finish_urb(struct ohci_hcd *ohci, struct urb *urb, int status) in finish_urb() 109 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance() 143 static void periodic_link (struct ohci_hcd *ohci, struct ed *ed) in periodic_link() 183 static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed) in ed_schedule() 270 static void periodic_unlink (struct ohci_hcd *ohci, struct ed *ed) in periodic_unlink() 317 static void ed_deschedule (struct ohci_hcd *ohci, struct ed *ed) in ed_deschedule() 401 struct ohci_hcd *ohci, in ed_get() 484 static void start_ed_unlink (struct ohci_hcd *ohci, struct ed *ed) in start_ed_unlink() 516 td_fill (struct ohci_hcd *ohci, u32 info, in td_fill() [all …]
|
D | ohci-tmio.c | 87 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in tmio_stop_hc() 131 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_tmio_start() 150 .hcd_priv_size = sizeof(struct ohci_hcd) + sizeof (struct tmio_hcd), 190 struct ohci_hcd *ohci; in ohci_hcd_tmio_drv_probe() 290 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_tmio_drv_suspend() 320 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_tmio_drv_resume()
|
D | ohci-ppc-of.c | 25 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_ppc_of_start() 44 .hcd_priv_size = sizeof(struct ohci_hcd), 88 struct ohci_hcd *ohci; in ohci_hcd_ppc_of_probe()
|
D | ohci-sa1111.c | 59 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sa1111_reset() 67 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sa1111_start() 81 .hcd_priv_size = sizeof(struct ohci_hcd),
|
D | ohci-sm501.c | 46 .hcd_priv_size = sizeof(struct ohci_hcd), 216 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sm501_suspend() 236 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sm501_resume()
|
D | ohci-omap.c | 72 static void start_hnp(struct ohci_hcd *ohci) in start_hnp() 96 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_omap_reset() 363 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_omap_suspend() 383 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_omap_resume()
|
D | ohci-ps3.c | 14 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ps3_ohci_hc_reset() 24 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ps3_ohci_hc_start() 47 .hcd_priv_size = sizeof(struct ohci_hcd),
|
D | ohci-spear.c | 119 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_suspend() 140 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_resume()
|
D | ohci-da8xx.c | 231 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_reset() 487 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_suspend() 509 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_resume()
|
D | ohci-pxa27x.c | 424 struct ohci_hcd *ohci; in ohci_hcd_pxa27x_probe() 541 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_pxa27x_drv_suspend() 563 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_pxa27x_drv_resume()
|
D | ohci-at91.c | 184 struct ohci_hcd *ohci; in usb_hcd_at91_probe() 621 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_at91_drv_suspend()
|
D | ohci-platform.c | 95 struct ohci_hcd *ohci; in ohci_platform_probe()
|
/linux-6.1.9/Documentation/input/ |
D | input.rst | 44 uhci_hcd or ohci_hcd or ehci_hcd
|