Searched refs:recip (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
D | smp.c | 47 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.4.14/drivers/usb/musb/ |
D | musb_gadget_ep0.c | 82 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.4.14/drivers/usb/dwc3/ |
D | ep0.c | 346 u32 recip; in dwc3_ep0_handle_status() local 351 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc3_ep0_handle_status() 352 switch (recip) { in dwc3_ep0_handle_status() 404 u32 recip; in dwc3_ep0_handle_feature() local 413 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc3_ep0_handle_feature() 416 switch (recip) { in dwc3_ep0_handle_feature()
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 418 int recip = ctrl->bRequestType & USB_RECIP_MASK; in usbhsg_recip_run_handle() local 432 switch (recip) { in usbhsg_recip_run_handle() 446 dev_warn(dev, "unsupported RECIP(%d)\n", recip); in usbhsg_recip_run_handle()
|
/linux-4.4.14/drivers/usb/class/ |
D | usblp.c | 265 static int usblp_ctrl_msg(struct usblp *usblp, int request, int type, int dir, int recip, int value… in usblp_ctrl_msg() argument 278 request, type | dir | recip, value, index, buf, len, USBLP_CTL_TIMEOUT); in usblp_ctrl_msg() 281 request, !!dir, recip, value, index, len, retval); in usblp_ctrl_msg()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | gadget.c | 1052 u32 recip; in dwc2_hsotg_process_req_feature() local 1061 recip = ctrl->bRequestType & USB_RECIP_MASK; in dwc2_hsotg_process_req_feature() 1063 switch (recip) { in dwc2_hsotg_process_req_feature()
|