Searched refs:command_must_succeed (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 65 u32 field3, u32 field4, bool command_must_succeed); 4354 u32 field3, u32 field4, bool command_must_succeed) in queue_command() argument 4366 if (!command_must_succeed) in queue_command() 4373 if (command_must_succeed) in queue_command() 4430 u32 slot_id, bool command_must_succeed) in xhci_queue_configure_endpoint() argument 4435 command_must_succeed); in xhci_queue_configure_endpoint() 4441 u8 dev_speed, bool command_must_succeed) in xhci_queue_get_port_bw() argument 4446 command_must_succeed); in xhci_queue_get_port_bw() 4451 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) in xhci_queue_evaluate_context() argument 4456 command_must_succeed); in xhci_queue_evaluate_context()
|
| H A D | xhci.h | 1931 bool command_must_succeed); 1934 u8 dev_speed, bool command_must_succeed); 1938 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed);
|