Searched refs:is_self (Results 1 – 5 of 5) sorted by relevance
447 int is_self) in bdc_udc_set_selfpowered() argument453 gadget->is_selfpowered = (is_self != 0); in bdc_udc_set_selfpowered()455 if (!is_self) in bdc_udc_set_selfpowered()
1017 static int usbhsg_set_selfpowered(struct usb_gadget *gadget, int is_self) in usbhsg_set_selfpowered() argument1021 if (is_self) in usbhsg_set_selfpowered()1026 gadget->is_selfpowered = (is_self != 0); in usbhsg_set_selfpowered()
1787 static int r8a66597_set_selfpowered(struct usb_gadget *gadget, int is_self) in r8a66597_set_selfpowered() argument1791 gadget->is_selfpowered = (is_self != 0); in r8a66597_set_selfpowered()1792 if (is_self) in r8a66597_set_selfpowered()
2328 static int renesas_usb3_set_selfpowered(struct usb_gadget *gadget, int is_self) in renesas_usb3_set_selfpowered() argument2330 gadget->is_selfpowered = !!is_self; in renesas_usb3_set_selfpowered()
6212 int is_self; in pfm_flush_pmds() local6218 is_self = ctx->ctx_task == task ? 1 : 0; in pfm_flush_pmds()6268 DPRINT(("is_self=%d ovfl_val=0x%lx mask2=0x%lx\n", is_self, ovfl_val, mask2)); in pfm_flush_pmds()6310 if (is_self) ctx->th_pmds[i] = pmd_val; in pfm_flush_pmds()