Home
last modified time | relevance | path

Searched refs:xhci_hcd (Results 1 – 23 of 23) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-debugfs.h107 void xhci_debugfs_init(struct xhci_hcd *xhci);
108 void xhci_debugfs_exit(struct xhci_hcd *xhci);
111 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id);
112 void xhci_debugfs_remove_slot(struct xhci_hcd *xhci, int slot_id);
113 void xhci_debugfs_create_endpoint(struct xhci_hcd *xhci,
116 void xhci_debugfs_remove_endpoint(struct xhci_hcd *xhci,
119 void xhci_debugfs_create_stream_files(struct xhci_hcd *xhci,
123 static inline void xhci_debugfs_init(struct xhci_hcd *xhci) { } in xhci_debugfs_init()
124 static inline void xhci_debugfs_exit(struct xhci_hcd *xhci) { } in xhci_debugfs_exit()
127 static inline void xhci_debugfs_create_slot(struct xhci_hcd *x, int s) { } in xhci_debugfs_create_slot()
[all …]
Dxhci.h675 struct xhci_hcd *xhci;
1482 struct xhci_hcd { struct
1678 static inline struct xhci_hcd *hcd_to_xhci(struct usb_hcd *hcd) in hcd_to_xhci()
1687 return (struct xhci_hcd *) (primary_hcd->hcd_priv); in hcd_to_xhci()
1690 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd()
1695 static inline struct usb_hcd *xhci_get_usb3_hcd(struct xhci_hcd *xhci) in xhci_get_usb3_hcd()
1708 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_hcd_is_usb3()
1713 static inline bool xhci_has_one_roothub(struct xhci_hcd *xhci) in xhci_has_one_roothub()
1737 static inline u64 xhci_read_64(const struct xhci_hcd *xhci, in xhci_read_64()
1742 static inline void xhci_write_64(struct xhci_hcd *xhci, in xhci_write_64()
[all …]
Dxhci-dbgcap.h126 struct xhci_hcd *xhci;
205 int xhci_create_dbc_dev(struct xhci_hcd *xhci);
206 void xhci_remove_dbc_dev(struct xhci_hcd *xhci);
211 int xhci_dbc_tty_probe(struct device *dev, void __iomem *res, struct xhci_hcd *xhci);
222 int xhci_dbc_suspend(struct xhci_hcd *xhci);
223 int xhci_dbc_resume(struct xhci_hcd *xhci);
226 static inline int xhci_create_dbc_dev(struct xhci_hcd *xhci) in xhci_create_dbc_dev()
231 static inline void xhci_remove_dbc_dev(struct xhci_hcd *xhci) in xhci_remove_dbc_dev()
241 static inline int xhci_dbc_suspend(struct xhci_hcd *xhci) in xhci_dbc_suspend()
246 static inline int xhci_dbc_resume(struct xhci_hcd *xhci) in xhci_dbc_resume()
Dxhci-ring.c61 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd,
148 static void next_trb(struct xhci_hcd *xhci, in next_trb()
164 void inc_deq(struct xhci_hcd *xhci, struct xhci_ring *ring) in inc_deq()
220 static void inc_enq(struct xhci_hcd *xhci, struct xhci_ring *ring, in inc_enq()
320 static unsigned int xhci_ring_expansion_needed(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_ring_expansion_needed()
363 void xhci_ring_cmd_db(struct xhci_hcd *xhci) in xhci_ring_cmd_db()
377 static bool xhci_mod_cmd_timer(struct xhci_hcd *xhci) in xhci_mod_cmd_timer()
383 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd()
394 static void xhci_handle_stopped_cmd_ring(struct xhci_hcd *xhci, in xhci_handle_stopped_cmd_ring()
430 static int xhci_abort_cmd_ring(struct xhci_hcd *xhci, unsigned long flags) in xhci_abort_cmd_ring()
[all …]
Dxhci-debugfs.c86 static struct xhci_regset *xhci_debugfs_alloc_regset(struct xhci_hcd *xhci) in xhci_debugfs_alloc_regset()
114 static void xhci_debugfs_regset(struct xhci_hcd *xhci, u32 base, in xhci_debugfs_regset()
141 static void xhci_debugfs_extcap_regset(struct xhci_hcd *xhci, int cap_id, in xhci_debugfs_extcap_regset()
261 struct xhci_hcd *xhci; in xhci_slot_context_show()
283 struct xhci_hcd *xhci; in xhci_endpoint_context_show()
368 struct xhci_hcd *xhci = hcd_to_xhci(port->rhub->hcd); in xhci_port_write()
406 static void xhci_debugfs_create_files(struct xhci_hcd *xhci, in xhci_debugfs_create_files()
418 static struct dentry *xhci_debugfs_create_ring_dir(struct xhci_hcd *xhci, in xhci_debugfs_create_ring_dir()
432 static void xhci_debugfs_create_context_files(struct xhci_hcd *xhci, in xhci_debugfs_create_context_files()
444 void xhci_debugfs_create_endpoint(struct xhci_hcd *xhci, in xhci_debugfs_create_endpoint()
[all …]
Dxhci-mem.c29 static struct xhci_segment *xhci_segment_alloc(struct xhci_hcd *xhci, in xhci_segment_alloc()
71 static void xhci_segment_free(struct xhci_hcd *xhci, struct xhci_segment *seg) in xhci_segment_free()
81 static void xhci_free_segments_for_ring(struct xhci_hcd *xhci, in xhci_free_segments_for_ring()
129 static void xhci_link_rings(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_link_rings()
284 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free()
326 static int xhci_alloc_segments_for_ring(struct xhci_hcd *xhci, in xhci_alloc_segments_for_ring()
376 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc()
415 void xhci_free_endpoint_ring(struct xhci_hcd *xhci, in xhci_free_endpoint_ring()
427 int xhci_ring_expansion(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_ring_expansion()
459 struct xhci_container_ctx *xhci_alloc_container_ctx(struct xhci_hcd *xhci, in xhci_alloc_container_ctx()
[all …]
Dxhci.c89 int xhci_handshake_check_state(struct xhci_hcd *xhci, void __iomem *ptr, in xhci_handshake_check_state()
110 void xhci_quiesce(struct xhci_hcd *xhci) in xhci_quiesce()
134 int xhci_halt(struct xhci_hcd *xhci) in xhci_halt()
157 int xhci_start(struct xhci_hcd *xhci) in xhci_start()
194 int xhci_reset(struct xhci_hcd *xhci, u64 timeout_us) in xhci_reset()
253 static void xhci_zero_64b_regs(struct xhci_hcd *xhci) in xhci_zero_64b_regs()
368 struct xhci_hcd *xhci; in compliance_mode_recovery()
416 static void compliance_mode_recovery_timer_init(struct xhci_hcd *xhci) in compliance_mode_recovery_timer_init()
456 static int xhci_all_ports_seen_u0(struct xhci_hcd *xhci) in xhci_all_ports_seen_u0()
471 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_init()
[all …]
Dxhci-pci.c107 static void xhci_msix_sync_irqs(struct xhci_hcd *xhci) in xhci_msix_sync_irqs()
120 static void xhci_cleanup_msix(struct xhci_hcd *xhci) in xhci_cleanup_msix()
137 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_try_enable_msi()
220 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_pci_stop()
229 static int xhci_pci_reinit(struct xhci_hcd *xhci, struct pci_dev *pdev) in xhci_pci_reinit()
245 static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) in xhci_pci_quirks()
513 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_find_lpm_incapable_ports()
547 struct xhci_hcd *xhci; in xhci_pci_setup()
591 struct xhci_hcd *xhci; in xhci_pci_common_probe()
678 struct xhci_hcd *xhci; in xhci_pci_remove()
[all …]
Dxhci-hub.c35 static int xhci_create_usb3x_bos_desc(struct xhci_hcd *xhci, char *buf, in xhci_create_usb3x_bos_desc()
255 static void xhci_common_hub_descriptor(struct xhci_hcd *xhci, in xhci_common_hub_descriptor()
278 static void xhci_usb2_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_usb2_hub_descriptor()
333 static void xhci_usb3_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_usb3_hub_descriptor()
366 static void xhci_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_hub_descriptor()
457 static int xhci_stop_device(struct xhci_hcd *xhci, int slot_id, int suspend) in xhci_stop_device()
530 void xhci_ring_device(struct xhci_hcd *xhci, int slot_id) in xhci_ring_device()
549 static void xhci_disable_port(struct xhci_hcd *xhci, struct xhci_port *port) in xhci_disable_port()
579 static void xhci_clear_port_change_bit(struct xhci_hcd *xhci, u16 wValue, in xhci_clear_port_change_bit()
632 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_get_rhub()
[all …]
Dxhci-dbg.c13 char *xhci_get_slot_state(struct xhci_hcd *xhci, in xhci_get_slot_state()
22 void xhci_dbg_trace(struct xhci_hcd *xhci, void (*trace)(struct va_format *), in xhci_dbg_trace()
Dxhci-plat.c77 static void xhci_plat_quirks(struct device *dev, struct xhci_hcd *xhci) in xhci_plat_quirks()
149 struct xhci_hcd *xhci; in xhci_plat_probe()
420 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_remove()
454 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_suspend()
482 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_resume_common()
533 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_runtime_suspend()
546 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_runtime_resume()
Dxhci-dbgcap.c981 struct xhci_hcd *xhci; in dbc_show()
996 struct xhci_hcd *xhci; in dbc_store()
1017 struct xhci_hcd *xhci; in dbc_idVendor_show()
1030 struct xhci_hcd *xhci; in dbc_idVendor_store()
1059 struct xhci_hcd *xhci; in dbc_idProduct_show()
1072 struct xhci_hcd *xhci; in dbc_idProduct_store()
1100 struct xhci_hcd *xhci; in dbc_bcdDevice_show()
1113 struct xhci_hcd *xhci; in dbc_bcdDevice_store()
1142 struct xhci_hcd *xhci; in dbc_bInterfaceProtocol_show()
1155 struct xhci_hcd *xhci; in dbc_bInterfaceProtocol_store()
[all …]
Dxhci-ext-caps.c28 static int xhci_create_intel_xhci_sw_pdev(struct xhci_hcd *xhci, u32 cap_offset) in xhci_create_intel_xhci_sw_pdev()
84 int xhci_ext_cap_init(struct xhci_hcd *xhci) in xhci_ext_cap_init()
Dxhci-histb.c193 struct xhci_hcd *xhci; in xhci_histb_probe()
316 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_histb_remove()
338 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_histb_suspend()
353 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_histb_resume()
Dxhci-mtk.c451 static void xhci_mtk_quirks(struct device *dev, struct xhci_hcd *xhci) in xhci_mtk_quirks()
515 struct xhci_hcd *xhci; in xhci_mtk_probe()
711 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_mtk_remove()
743 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_mtk_suspend()
778 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_mtk_resume()
810 struct xhci_hcd *xhci = hcd_to_xhci(mtk->hcd); in xhci_mtk_runtime_suspend()
826 struct xhci_hcd *xhci = hcd_to_xhci(mtk->hcd); in xhci_mtk_runtime_resume()
Dxhci-mtk-sch.c130 struct xhci_hcd *xhci = hcd_to_xhci(mtk->hcd); in get_bw_info()
887 struct xhci_hcd *xhci = hcd_to_xhci(mtk->hcd); in xhci_mtk_sch_init()
915 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in add_ep_quirk()
955 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in drop_ep_quirk()
976 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_mtk_check_bandwidth()
1017 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_mtk_reset_bandwidth()
Dxhci-mvebu.c79 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_mvebu_a3700_init_quirk()
Dxhci-tegra.c1292 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xhci_set_port_power()
1345 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xhci_id_work()
1541 struct xhci_hcd *xhci; in tegra_xusb_probe()
1927 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xusb_remove()
1984 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xusb_check_ports()
2061 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xhci_enable_phy_sleepwalk_wake()
2166 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xusb_enter_elpg()
2236 struct xhci_hcd *xhci = hcd_to_xhci(tegra->hcd); in tegra_xusb_exit_elpg()
2676 static void tegra_xhci_quirks(struct device *dev, struct xhci_hcd *xhci) in tegra_xhci_quirks()
2693 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in tegra_xhci_hub_control()
Dxhci-trace.h19 #define TRACE_SYSTEM_VAR xhci_hcd
74 TP_PROTO(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx,
105 TP_PROTO(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx,
Dxhci-dbgtty.c525 int xhci_dbc_tty_probe(struct device *dev, void __iomem *base, struct xhci_hcd *xhci) in xhci_dbc_tty_probe()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-pci-drivers-xhci_hcd1 What: /sys/bus/pci/drivers/xhci_hcd/.../dbc
27 What: /sys/bus/pci/drivers/xhci_hcd/.../dbc_idVendor
40 What: /sys/bus/pci/drivers/xhci_hcd/.../dbc_idProduct
52 What: /sys/bus/pci/drivers/xhci_hcd/.../dbc_bcdDevice
65 What: /sys/bus/pci/drivers/xhci_hcd/.../dbc_bInterfaceProtocol
79 What: /sys/bus/pci/drivers/xhci_hcd/.../dbc_poll_interval_ms
/linux-6.12.1/Documentation/driver-api/usb/
Dusb3-debug-port.rst75 [ 1815.983374] usb 4-3: new SuperSpeed USB device number 4 using xhci_hcd
130 [ 182.730103] xhci_hcd 0000:00:14.0: DbC connected
131 [ 191.169420] xhci_hcd 0000:00:14.0: DbC configured
132 [ 191.169597] xhci_hcd 0000:00:14.0: DbC now attached to /dev/ttyDBC0
143 [ 79.454780] usb 2-2.1: new SuperSpeed USB device number 3 using xhci_hcd
/linux-6.12.1/drivers/usb/cdns3/
Dhost.c34 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_cdns3_plat_start()