HelenOS sources

xhci_cmd_t        110 uspace/drv/bus/usb/xhci/commands.c void xhci_cmd_init(xhci_cmd_t *cmd, xhci_cmd_type_t type)
xhci_cmd_t        127 uspace/drv/bus/usb/xhci/commands.c void xhci_cmd_fini(xhci_cmd_t *cmd)
xhci_cmd_t        144 uspace/drv/bus/usb/xhci/commands.c static inline xhci_cmd_t *find_command(xhci_hc_t *hc, uint64_t phys)
xhci_cmd_t        152 uspace/drv/bus/usb/xhci/commands.c 		xhci_cmd_t *cmd = list_get_instance(cmd_link, xhci_cmd_t,
xhci_cmd_t        162 uspace/drv/bus/usb/xhci/commands.c 	    list_get_instance(cmd_link, xhci_cmd_t, _header.link) :
xhci_cmd_t        197 uspace/drv/bus/usb/xhci/commands.c static inline errno_t enqueue_command(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        380 uspace/drv/bus/usb/xhci/commands.c 	xhci_cmd_t *command = find_command(hc, phys);
xhci_cmd_t        424 uspace/drv/bus/usb/xhci/commands.c static errno_t no_op_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        435 uspace/drv/bus/usb/xhci/commands.c static errno_t enable_slot_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        448 uspace/drv/bus/usb/xhci/commands.c static errno_t disable_slot_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        461 uspace/drv/bus/usb/xhci/commands.c static errno_t address_device_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        492 uspace/drv/bus/usb/xhci/commands.c static errno_t configure_endpoint_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        514 uspace/drv/bus/usb/xhci/commands.c static errno_t evaluate_context_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        537 uspace/drv/bus/usb/xhci/commands.c static errno_t reset_endpoint_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        552 uspace/drv/bus/usb/xhci/commands.c static errno_t stop_endpoint_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        567 uspace/drv/bus/usb/xhci/commands.c static errno_t set_tr_dequeue_pointer_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        583 uspace/drv/bus/usb/xhci/commands.c static errno_t reset_device_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        596 uspace/drv/bus/usb/xhci/commands.c static errno_t get_port_bandwidth_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        615 uspace/drv/bus/usb/xhci/commands.c typedef errno_t (*cmd_handler) (xhci_hc_t *hc, xhci_cmd_t *cmd);
xhci_cmd_t        709 uspace/drv/bus/usb/xhci/commands.c static errno_t wait_for_cmd_completion(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        747 uspace/drv/bus/usb/xhci/commands.c errno_t xhci_cmd_sync(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        789 uspace/drv/bus/usb/xhci/commands.c errno_t xhci_cmd_sync_fini(xhci_hc_t *hc, xhci_cmd_t *cmd)
xhci_cmd_t        801 uspace/drv/bus/usb/xhci/commands.c errno_t xhci_cmd_async_fini(xhci_hc_t *hc, xhci_cmd_t *stack_cmd)
xhci_cmd_t        807 uspace/drv/bus/usb/xhci/commands.c 	xhci_cmd_t *heap_cmd = (xhci_cmd_t *) malloc(sizeof(xhci_cmd_t));
xhci_cmd_t        813 uspace/drv/bus/usb/xhci/commands.c 	memcpy(heap_cmd, stack_cmd, sizeof(xhci_cmd_t));
xhci_cmd_t        142 uspace/drv/bus/usb/xhci/commands.h extern void xhci_cmd_init(xhci_cmd_t *, xhci_cmd_type_t);
xhci_cmd_t        143 uspace/drv/bus/usb/xhci/commands.h extern void xhci_cmd_fini(xhci_cmd_t *);
xhci_cmd_t        146 uspace/drv/bus/usb/xhci/commands.h extern errno_t xhci_cmd_sync(xhci_hc_t *, xhci_cmd_t *);
xhci_cmd_t        147 uspace/drv/bus/usb/xhci/commands.h extern errno_t xhci_cmd_sync_fini(xhci_hc_t *, xhci_cmd_t *);
xhci_cmd_t        148 uspace/drv/bus/usb/xhci/commands.h extern errno_t xhci_cmd_async_fini(xhci_hc_t *, xhci_cmd_t *);
xhci_cmd_t        799 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t        827 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t        904 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t        928 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t        953 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t        981 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t       1017 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t       1052 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t       1088 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t       1114 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
xhci_cmd_t       1136 uspace/drv/bus/usb/xhci/hc.c 	xhci_cmd_t cmd;
HelenOS homepage, sources at GitHub