/drivers/usb/host/ |
D | xhci-dbg.c | 29 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 …]
|
D | xhci.c | 81 void xhci_quiesce(struct xhci_hcd *xhci) in xhci_quiesce() 105 int xhci_halt(struct xhci_hcd *xhci) in xhci_halt() 125 static int xhci_start(struct xhci_hcd *xhci) in xhci_start() 160 int xhci_reset(struct xhci_hcd *xhci) in xhci_reset() 211 static int xhci_free_msi(struct xhci_hcd *xhci) in xhci_free_msi() 228 static int xhci_setup_msi(struct xhci_hcd *xhci) in xhci_setup_msi() 255 static void xhci_free_irq(struct xhci_hcd *xhci) in xhci_free_irq() 276 static int xhci_setup_msix(struct xhci_hcd *xhci) in xhci_setup_msix() 334 static void xhci_cleanup_msix(struct xhci_hcd *xhci) in xhci_cleanup_msix() 356 static void __maybe_unused xhci_msix_sync_irqs(struct xhci_hcd *xhci) in xhci_msix_sync_irqs() [all …]
|
D | xhci-ring.c | 93 static bool last_trb_on_last_seg(struct xhci_hcd *xhci, struct xhci_ring *ring, in last_trb_on_last_seg() 107 static int last_trb(struct xhci_hcd *xhci, struct xhci_ring *ring, in last_trb() 126 static void next_trb(struct xhci_hcd *xhci, in next_trb() 143 static void inc_deq(struct xhci_hcd *xhci, struct xhci_ring *ring) in inc_deq() 192 static void inc_enq(struct xhci_hcd *xhci, struct xhci_ring *ring, in inc_enq() 254 static inline int room_on_ring(struct xhci_hcd *xhci, struct xhci_ring *ring, in room_on_ring() 272 void xhci_ring_cmd_db(struct xhci_hcd *xhci) in xhci_ring_cmd_db() 283 static bool xhci_mod_cmd_timer(struct xhci_hcd *xhci, unsigned long delay) in xhci_mod_cmd_timer() 288 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd() 299 static void xhci_handle_stopped_cmd_ring(struct xhci_hcd *xhci, in xhci_handle_stopped_cmd_ring() [all …]
|
D | xhci-mem.c | 39 static struct xhci_segment *xhci_segment_alloc(struct xhci_hcd *xhci, in xhci_segment_alloc() 68 static void xhci_segment_free(struct xhci_hcd *xhci, struct xhci_segment *seg) in xhci_segment_free() 77 static void xhci_free_segments_for_ring(struct xhci_hcd *xhci, in xhci_free_segments_for_ring() 98 static void xhci_link_segments(struct xhci_hcd *xhci, struct xhci_segment *prev, in xhci_link_segments() 128 static void xhci_link_rings(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_link_rings() 276 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free() 318 static int xhci_alloc_segments_for_ring(struct xhci_hcd *xhci, in xhci_alloc_segments_for_ring() 362 static struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc() 398 void xhci_free_or_cache_endpoint_ring(struct xhci_hcd *xhci, in xhci_free_or_cache_endpoint_ring() 425 static void xhci_reinit_cached_ring(struct xhci_hcd *xhci, in xhci_reinit_cached_ring() [all …]
|
D | xhci-hub.c | 63 static int xhci_create_usb3_bos_desc(struct xhci_hcd *xhci, char *buf, in xhci_create_usb3_bos_desc() 154 static void xhci_common_hub_descriptor(struct xhci_hcd *xhci, in xhci_common_hub_descriptor() 177 static void xhci_usb2_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_usb2_hub_descriptor() 231 static void xhci_usb3_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_usb3_hub_descriptor() 262 static void xhci_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_hub_descriptor() 343 int xhci_find_slot_id_by_port(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_find_slot_id_by_port() 371 static int xhci_stop_device(struct xhci_hcd *xhci, int slot_id, int suspend) in xhci_stop_device() 436 void xhci_ring_device(struct xhci_hcd *xhci, int slot_id) in xhci_ring_device() 455 static void xhci_disable_port(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_disable_port() 472 static void xhci_clear_port_change_bit(struct xhci_hcd *xhci, u16 wValue, in xhci_clear_port_change_bit() [all …]
|
D | xhci-pci.c | 71 static int xhci_pci_reinit(struct xhci_hcd *xhci, struct pci_dev *pdev) in xhci_pci_reinit() 87 static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci) in xhci_pci_quirks() 242 struct xhci_hcd *xhci; in xhci_pci_setup() local 274 struct xhci_hcd *xhci; in xhci_pci_probe() local 333 struct xhci_hcd *xhci; in xhci_pci_remove() local 361 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_pme_quirk() local 405 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_pci_suspend() local 423 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_pci_resume() local 457 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_pci_shutdown() local
|
D | xhci-plat.c | 39 static void xhci_plat_quirks(struct device *dev, struct xhci_hcd *xhci) in xhci_plat_quirks() 81 struct xhci_hcd *xhci; in xhci_plat_probe() local 213 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_remove() local 235 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_suspend() local 251 struct xhci_hcd *xhci = hcd_to_xhci(hcd); in xhci_plat_resume() local
|
D | xhci.h | 932 struct xhci_hcd *xhci; member 1694 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd() 1699 #define xhci_dbg(xhci, fmt, args...) \ argument 1701 #define xhci_err(xhci, fmt, args...) \ argument 1703 #define xhci_warn(xhci, fmt, args...) \ argument 1705 #define xhci_warn_ratelimited(xhci, fmt, args...) \ argument 1707 #define xhci_info(xhci, fmt, args...) \ argument 1719 static inline u64 xhci_read_64(const struct xhci_hcd *xhci, in xhci_read_64() 1724 static inline void xhci_write_64(struct xhci_hcd *xhci, in xhci_write_64() 1730 static inline int xhci_link_trb_quirk(struct xhci_hcd *xhci) in xhci_link_trb_quirk()
|
/drivers/usb/dwc3/ |
D | host.c | 25 struct platform_device *xhci; in dwc3_host_init() local
|
D | core.h | 753 struct platform_device *xhci; member
|