Home
last modified time | relevance | path

Searched refs:recip (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/tile/kernel/
Dsmp.c47 static void __send_IPI_many(HV_Recipient *recip, int nrecip, int tag) in __send_IPI_many() argument
51 int rc = hv_send_message(recip, nrecip, in __send_IPI_many()
65 HV_Recipient recip = { in send_IPI_single() local
70 __send_IPI_many(&recip, 1, tag); in send_IPI_single()
75 HV_Recipient recip[NR_CPUS]; in send_IPI_many() local
82 r = &recip[nrecip++]; in send_IPI_many()
87 __send_IPI_many(recip, nrecip, tag); in send_IPI_many()
223 HV_Recipient recip = { .y = cpu_y(cpu), .x = cpu_x(cpu), in ipi_init() local
232 if (hv_send_message(&recip, 1, (HV_VirtAddr)&tag, sizeof(tag)) == 1) in ipi_init()
/linux-4.1.27/drivers/usb/dwc3/
Dep0.c336 u32 recip; in dwc3_ep0_handle_status() local
341 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc3_ep0_handle_status()
342 switch (recip) { in dwc3_ep0_handle_status()
394 u32 recip; in dwc3_ep0_handle_feature() local
403 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc3_ep0_handle_feature()
406 switch (recip) { in dwc3_ep0_handle_feature()
/linux-4.1.27/drivers/usb/musb/
Dmusb_gadget_ep0.c82 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; in service_tx_status_request() local
86 switch (recip) { in service_tx_status_request()
232 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; in service_zero_data_request() local
246 switch (recip) { in service_zero_data_request()
321 switch (recip) { in service_zero_data_request()
/linux-4.1.27/drivers/usb/renesas_usbhs/
Dmod_gadget.c414 int recip = ctrl->bRequestType & USB_RECIP_MASK; in usbhsg_recip_run_handle() local
428 switch (recip) { in usbhsg_recip_run_handle()
442 dev_warn(dev, "unsupported RECIP(%d)\n", recip); in usbhsg_recip_run_handle()
/linux-4.1.27/drivers/usb/class/
Dusblp.c254 static int usblp_ctrl_msg(struct usblp *usblp, int request, int type, int dir, int recip, int value… in usblp_ctrl_msg() argument
267 request, type | dir | recip, value, index, buf, len, USBLP_CTL_TIMEOUT); in usblp_ctrl_msg()
270 request, !!dir, recip, value, index, len, retval); in usblp_ctrl_msg()
/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c1051 u32 recip; in s3c_hsotg_process_req_feature() local
1060 recip = ctrl->bRequestType & USB_RECIP_MASK; in s3c_hsotg_process_req_feature()
1062 switch (recip) { in s3c_hsotg_process_req_feature()