Home
last modified time | relevance | path

Searched defs:xhci (Results 1 – 14 of 14) sorted by relevance

/drivers/usb/host/
Dxhci-dbg.c29 void xhci_dbg_regs(struct xhci_hcd *xhci) in xhci_dbg_regs()
58 static void xhci_print_cap_regs(struct xhci_hcd *xhci) in xhci_print_cap_regs()
126 static void xhci_print_command_reg(struct xhci_hcd *xhci) in xhci_print_command_reg()
144 static void xhci_print_status(struct xhci_hcd *xhci) in xhci_print_status()
158 static void xhci_print_op_regs(struct xhci_hcd *xhci) in xhci_print_op_regs()
165 static void xhci_print_ports(struct xhci_hcd *xhci) in xhci_print_ports()
189 void xhci_print_ir_set(struct xhci_hcd *xhci, int set_num) in xhci_print_ir_set()
233 void xhci_print_run_regs(struct xhci_hcd *xhci) in xhci_print_run_regs()
252 void xhci_print_registers(struct xhci_hcd *xhci) in xhci_print_registers()
259 void xhci_print_trb_offsets(struct xhci_hcd *xhci, union xhci_trb *trb) in xhci_print_trb_offsets()
[all …]
Dxhci.c84 void xhci_quiesce(struct xhci_hcd *xhci) in xhci_quiesce()
108 int xhci_halt(struct xhci_hcd *xhci) in xhci_halt()
128 static int xhci_start(struct xhci_hcd *xhci) in xhci_start()
163 int xhci_reset(struct xhci_hcd *xhci) in xhci_reset()
217 static int xhci_free_msi(struct xhci_hcd *xhci) in xhci_free_msi()
234 static int xhci_setup_msi(struct xhci_hcd *xhci) in xhci_setup_msi()
261 static void xhci_free_irq(struct xhci_hcd *xhci) in xhci_free_irq()
282 static int xhci_setup_msix(struct xhci_hcd *xhci) in xhci_setup_msix()
338 static void xhci_cleanup_msix(struct xhci_hcd *xhci) in xhci_cleanup_msix()
360 static void __maybe_unused xhci_msix_sync_irqs(struct xhci_hcd *xhci) in xhci_msix_sync_irqs()
[all …]
Dxhci-ring.c117 static void next_trb(struct xhci_hcd *xhci, in next_trb()
134 static void inc_deq(struct xhci_hcd *xhci, struct xhci_ring *ring) in inc_deq()
180 static void inc_enq(struct xhci_hcd *xhci, struct xhci_ring *ring, in inc_enq()
234 static inline int room_on_ring(struct xhci_hcd *xhci, struct xhci_ring *ring, in room_on_ring()
252 void xhci_ring_cmd_db(struct xhci_hcd *xhci) in xhci_ring_cmd_db()
263 static bool xhci_mod_cmd_timer(struct xhci_hcd *xhci, unsigned long delay) in xhci_mod_cmd_timer()
268 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd()
279 static void xhci_handle_stopped_cmd_ring(struct xhci_hcd *xhci, in xhci_handle_stopped_cmd_ring()
323 static int xhci_abort_cmd_ring(struct xhci_hcd *xhci, unsigned long flags) in xhci_abort_cmd_ring()
381 void xhci_ring_ep_doorbell(struct xhci_hcd *xhci, in xhci_ring_ep_doorbell()
[all …]
Dxhci-mem.c39 static struct xhci_segment *xhci_segment_alloc(struct xhci_hcd *xhci, in xhci_segment_alloc()
77 static void xhci_segment_free(struct xhci_hcd *xhci, struct xhci_segment *seg) in xhci_segment_free()
87 static void xhci_free_segments_for_ring(struct xhci_hcd *xhci, in xhci_free_segments_for_ring()
108 static void xhci_link_segments(struct xhci_hcd *xhci, struct xhci_segment *prev, in xhci_link_segments()
138 static void xhci_link_rings(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_link_rings()
286 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free()
328 static int xhci_alloc_segments_for_ring(struct xhci_hcd *xhci, in xhci_alloc_segments_for_ring()
372 static struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc()
410 void xhci_free_or_cache_endpoint_ring(struct xhci_hcd *xhci, in xhci_free_or_cache_endpoint_ring()
437 static void xhci_reinit_cached_ring(struct xhci_hcd *xhci, in xhci_reinit_cached_ring()
[all …]
Dxhci-hub.c67 static int xhci_create_usb3_bos_desc(struct xhci_hcd *xhci, char *buf, in xhci_create_usb3_bos_desc()
172 static void xhci_common_hub_descriptor(struct xhci_hcd *xhci, in xhci_common_hub_descriptor()
196 static void xhci_usb2_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_usb2_hub_descriptor()
249 static void xhci_usb3_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_usb3_hub_descriptor()
279 static void xhci_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_hub_descriptor()
360 int xhci_find_slot_id_by_port(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_find_slot_id_by_port()
388 static int xhci_stop_device(struct xhci_hcd *xhci, int slot_id, int suspend) in xhci_stop_device()
453 void xhci_ring_device(struct xhci_hcd *xhci, int slot_id) in xhci_ring_device()
472 static void xhci_disable_port(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_disable_port()
495 static void xhci_clear_port_change_bit(struct xhci_hcd *xhci, u16 wValue, in xhci_clear_port_change_bit()
[all …]
Dxhci-pci.c70 static int xhci_pci_reinit(struct xhci_hcd *xhci, struct pci_dev *pdev) in xhci_pci_reinit()
86 static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) in xhci_pci_quirks()
245 struct xhci_hcd *xhci; in xhci_pci_setup() local
277 struct xhci_hcd *xhci; in xhci_pci_probe() local
336 struct xhci_hcd *xhci; in xhci_pci_remove() local
362 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_ssic_port_unused_quirk() local
397 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_pme_quirk() local
409 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_pci_suspend() local
435 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_pci_resume() local
Dxhci-plat.c57 static void xhci_plat_quirks(struct device *dev, struct xhci_hcd *xhci) in xhci_plat_quirks()
142 struct xhci_hcd *xhci; in xhci_plat_probe() local
277 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_remove() local
299 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_suspend() local
315 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_resume() local
Dxhci-mtk.c454 static void xhci_mtk_quirks(struct device *dev, struct xhci_hcd *xhci) in xhci_mtk_quirks()
499 struct xhci_hcd *xhci; in xhci_mtk_probe() local
681 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_mtk_remove() local
711 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_mtk_suspend() local
730 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_mtk_resume() local
Dxhci-mtk-sch.c55 static int get_bw_index(struct xhci_hcd *xhci, struct usb_device *udev, in get_bw_index()
320 struct xhci_hcd *xhci; in xhci_mtk_add_ep_quirk() local
391 struct xhci_hcd *xhci; in xhci_mtk_drop_ep_quirk() local
Dxhci-tegra.c894 struct xhci_hcd *xhci; in tegra_xusb_probe() local
1177 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xusb_remove() local
1200 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xusb_suspend() local
1210 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xusb_resume() local
1300 static void tegra_xhci_quirks(struct device *dev, struct xhci_hcd *xhci) in tegra_xhci_quirks()
Dxhci-rcar.c178 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_rcar_init_quirk() local
Dxhci.h930 struct xhci_hcd *xhci; member
1719 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd()
1724 #define xhci_dbg(xhci, fmt, args...) \ argument
1726 #define xhci_err(xhci, fmt, args...) \ argument
1728 #define xhci_warn(xhci, fmt, args...) \ argument
1730 #define xhci_warn_ratelimited(xhci, fmt, args...) \ argument
1732 #define xhci_info(xhci, fmt, args...) \ argument
1744 static inline u64 xhci_read_64(const struct xhci_hcd *xhci, in xhci_read_64()
1749 static inline void xhci_write_64(struct xhci_hcd *xhci, in xhci_write_64()
1755 static inline int xhci_link_trb_quirk(struct xhci_hcd *xhci) in xhci_link_trb_quirk()
[all …]
/drivers/usb/dwc3/
Dhost.c25 struct platform_device *xhci; in dwc3_host_init() local
Dcore.h854 struct platform_device *xhci; member