Lines Matching defs:value
45 * Given a port state, this function returns a value that would result in the
46 * port being in the same state, if the value was written to the port status
315 * descriptor.Use the return value to right shift 1 for the bitmask.
597 int value)
601 trace_cdnsp_ep_halt(value ? "Set" : "Clear");
607 if (value) {
654 /* Fix up Context Entries field. Minimum value is EP0 == BIT(1). */
1149 static int cdnsp_gadget_ep_set_halt(struct usb_ep *ep, int value)
1160 if (value) {
1168 ret = cdnsp_halt_endpoint(pdev, pep, value);