Home
last modified time | relevance | path

Searched refs:is_self (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c451 int is_self) in bdc_udc_set_selfpowered() argument
457 gadget->is_selfpowered = (is_self != 0); in bdc_udc_set_selfpowered()
459 if (!is_self) in bdc_udc_set_selfpowered()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_gadget.c991 static int usbhsg_set_selfpowered(struct usb_gadget *gadget, int is_self) in usbhsg_set_selfpowered() argument
995 if (is_self) in usbhsg_set_selfpowered()
1000 gadget->is_selfpowered = (is_self != 0); in usbhsg_set_selfpowered()
/linux-4.4.14/drivers/usb/gadget/udc/
Dr8a66597-udc.c1802 static int r8a66597_set_selfpowered(struct usb_gadget *gadget, int is_self) in r8a66597_set_selfpowered() argument
1806 gadget->is_selfpowered = (is_self != 0); in r8a66597_set_selfpowered()
1807 if (is_self) in r8a66597_set_selfpowered()
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c6274 int is_self; in pfm_flush_pmds() local
6280 is_self = ctx->ctx_task == task ? 1 : 0; in pfm_flush_pmds()
6330 DPRINT(("is_self=%d ovfl_val=0x%lx mask2=0x%lx\n", is_self, ovfl_val, mask2)); in pfm_flush_pmds()
6372 if (is_self) ctx->th_pmds[i] = pmd_val; in pfm_flush_pmds()