/drivers/usb/misc/ |
D | usb_u132.h | 75 int halted, int skipped, int actual, int non_null)); 80 int halted, int skipped, int actual, int non_null)); 85 int halted, int skipped, int actual, int non_null)); 90 int halted, int skipped, int actual, int non_null)); 95 int halted, int skipped, int actual, int non_null));
|
D | ftdi-elan.c | 139 int halted; member 147 int repeat_number, int halted, int skipped, int actual, 841 int halted = target->halted; in ftdi_elan_do_callback() local 854 error_count, condition_code, repeat_number, halted, skipped, in ftdi_elan_do_callback() 1108 target->halted = (ftdi->response[0] >> 3) & in ftdi_elan_respond_engine() 1492 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_setup() argument 1536 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_setup() argument 1549 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_input() argument 1601 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_input() argument 1614 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_empty() argument [all …]
|
/drivers/usb/gadget/udc/ |
D | amd5536udc.c | 396 ep->halted = 0; in udc_ep_enable() 1021 unsigned halted; in complete_req() local 1030 halted = ep->halted; in complete_req() 1031 ep->halted = 1; in complete_req() 1046 ep->halted = halted; in complete_req() 1295 ep->halted = 1; in empty_req_queue() 1309 unsigned halted; in udc_dequeue() local 1320 halted = ep->halted; in udc_dequeue() 1321 ep->halted = 1; in udc_dequeue() 1352 ep->halted = halted; in udc_dequeue() [all …]
|
D | s3c2410_udc.c | 255 unsigned halted = ep->halted; in s3c2410_udc_done() local 264 ep->halted = 1; in s3c2410_udc_done() 266 ep->halted = halted; in s3c2410_udc_done() 1051 ep->halted = 0; in s3c2410_udc_ep_enable() 1122 ep->halted = 1; in s3c2410_udc_ep_disable() 1236 if (list_empty(&ep->queue) && !ep->halted) { in s3c2410_udc_queue() 1378 ep->halted = value ? 1 : 0; in s3c2410_udc_set_halt() 1605 ep->halted = 0; in s3c2410_udc_reinit()
|
D | pch_udc.c | 301 halted:1; member 1461 unsigned halted = ep->halted; in complete_req() local 1499 ep->halted = 1; in complete_req() 1505 ep->halted = halted; in complete_req() 1516 ep->halted = 1; in empty_req_queue() 1723 ep->halted = 0; in pch_udc_pcd_ep_enable() 1754 ep->halted = 1; in pch_udc_pcd_ep_disable() 1911 if (list_empty(&ep->queue) && !ep->halted) { in pch_udc_pcd_queue() 2419 dev->ep[UDC_EP0IN_IDX].halted = 0; in pch_udc_svc_control_out() 2420 dev->ep[UDC_EP0OUT_IDX].halted = 0; in pch_udc_svc_control_out() [all …]
|
D | s3c2410_udc.h | 29 unsigned halted : 1; member
|
D | dummy_hcd.c | 90 unsigned halted:1; member 629 ep->halted = ep->wedged = 0; in dummy_enable() 800 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge() 805 ep->halted = 1; in dummy_set_halt_and_wedge() 1042 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw() 1672 ep2->halted = 1; in handle_control_request() 1721 ep2->halted = 0; in handle_control_request() 1744 buf[0] = ep2->halted; in handle_control_request() 1862 if (ep->halted && !ep->setup_stage) { in dummy_timer() 1897 ep->halted = 0; in dummy_timer()
|
D | amd5536udc.h | 514 unsigned halted; member
|
D | bcm63xx_udc.c | 248 unsigned halted:1; member 971 bep->halted = 0; in bcm63xx_init_udc_hw() 1066 bep->halted = 0; in bcm63xx_ep_enable() 1273 bep->halted = value; in bcm63xx_udc_set_halt()
|
D | gr_udc.c | 1004 int halted; in gr_endpoint_request() local 1018 halted = gr_read32(&ep->regs->epctrl) & GR_EPCTRL_EH; in gr_endpoint_request() 1019 return gr_ep0_respond_u16(dev, halted ? 0x0001 : 0); in gr_endpoint_request()
|
/drivers/usb/isp1760/ |
D | isp1760-udc.h | 46 bool halted; member
|
D | isp1760-udc.c | 444 ep->halted = halt; in __isp1760_udc_set_halt() 477 if (ep->halted) in isp1760_udc_get_status() 758 uep->halted = false; in isp1760_ep_enable() 888 if ((uep->addr & USB_DIR_IN) && !uep->halted && empty) in isp1760_ep_queue()
|
/drivers/usb/host/ |
D | u132-hcd.c | 581 int halted, int skipped, int actual, int non_null)) in edset_input() argument 591 int halted, int skipped, int actual, int non_null)) in edset_setup() argument 601 int halted, int skipped, int actual, int non_null)) in edset_single() argument 611 int halted, int skipped, int actual, int non_null)) in edset_output() argument 624 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_interrupt_recv() argument 724 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_output_sent() argument 775 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_input_recv() argument 878 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_sent() argument 915 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_input_recv() argument 987 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_recv() argument [all …]
|
D | xhci.c | 83 u32 halted; in xhci_quiesce() local 88 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce() 89 if (!halted) in xhci_quiesce()
|
/drivers/lguest/ |
D | interrupts_and_traps.c | 233 if (cpu->halted) { in try_deliver_interrupt() 237 cpu->halted = 0; in try_deliver_interrupt()
|
D | hypercalls.c | 118 cpu->halted = 1; in do_hcall()
|
D | core.c | 267 if (cpu->halted) { in run_guest()
|
D | lg.h | 76 int halted; member
|
/drivers/usb/dwc2/ |
D | gadget.c | 997 reply = cpu_to_le16(ep->halted ? 1 : 0); in dwc2_hsotg_process_req_status() 1046 bool halted; in dwc2_hsotg_process_req_feature() local 1090 halted = ep->halted; in dwc2_hsotg_process_req_feature() 1106 if (!set && halted) { in dwc2_hsotg_process_req_feature() 2714 hs_ep->halted = 0; in dwc2_hsotg_ep_enable() 3035 hs_ep->halted = value; in dwc2_hsotg_ep_sethalt()
|
D | core.h | 194 unsigned int halted:1; member
|
/drivers/staging/emxx_udc/ |
D | emxx_udc.h | 558 unsigned halted:1; member
|
D | emxx_udc.c | 1357 ep->halted = TRUE; in _nbu2ss_set_endpoint_stall() 1383 if (ep->halted) { in _nbu2ss_set_endpoint_stall() 1384 ep->halted = FALSE; in _nbu2ss_set_endpoint_stall() 2595 ep->halted = FALSE; in nbu2ss_ep_enable()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1075 * data must be "fixed up" once the transfer is halted. 1079 * If we halted on the last segment, the residual is
|
D | aic79xx.reg | 2943 * Indicates the true stop location of transfers halted prior
|
D | aic79xx.seq | 224 * wait until any select-out activity has halted, and
|