added_ctxs       1329 drivers/usb/host/xhci.c unsigned int xhci_last_valid_endpoint(u32 added_ctxs)
added_ctxs       1331 drivers/usb/host/xhci.c 	return fls(added_ctxs) - 1;
added_ctxs       1824 drivers/usb/host/xhci.c 	u32 added_ctxs;
added_ctxs       1839 drivers/usb/host/xhci.c 	added_ctxs = xhci_get_endpoint_flag(&ep->desc);
added_ctxs       1840 drivers/usb/host/xhci.c 	if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) {
added_ctxs       1846 drivers/usb/host/xhci.c 				__func__, added_ctxs);
added_ctxs       1864 drivers/usb/host/xhci.c 			!(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) {
added_ctxs       1874 drivers/usb/host/xhci.c 	if (le32_to_cpu(ctrl_ctx->add_flags) & added_ctxs) {
added_ctxs       1900 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(added_ctxs);
added_ctxs       3002 drivers/usb/host/xhci.c 	u32 added_ctxs;
added_ctxs       3028 drivers/usb/host/xhci.c 	added_ctxs = xhci_get_endpoint_flag_from_index(ep_index);
added_ctxs       3031 drivers/usb/host/xhci.c 			added_ctxs, added_ctxs);
added_ctxs       1987 drivers/usb/host/xhci.h unsigned int xhci_last_valid_endpoint(u32 added_ctxs);