Home
last modified time | relevance | path

Searched refs:halted (Results 1 – 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/usb/misc/
Dusb_u132.h71 int halted, int skipped, int actual, int non_null));
76 int halted, int skipped, int actual, int non_null));
81 int halted, int skipped, int actual, int non_null));
86 int halted, int skipped, int actual, int non_null));
91 int halted, int skipped, int actual, int non_null));
Dftdi-elan.c132 int halted; member
140 int repeat_number, int halted, int skipped, int actual,
833 int halted = target->halted; in ftdi_elan_do_callback() local
846 error_count, condition_code, repeat_number, halted, skipped, in ftdi_elan_do_callback()
1049 target->halted = (ftdi->response[0] >> 3) & in ftdi_elan_respond_engine()
1433 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_setup() argument
1477 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_setup() argument
1490 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_input() argument
1542 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_input() argument
1555 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_empty() argument
[all …]
/kernel/linux/linux-5.10/arch/m68k/q40/
Dconfig.c107 static int halted; variable
112 if (halted) in q40_heartbeat()
124 halted = 1; in q40_reset()
135 halted = 1; in q40_halt()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dsnps_udc_core.c349 ep->halted = 0; in udc_ep_enable()
969 unsigned halted; in complete_req() local
978 halted = ep->halted; in complete_req()
979 ep->halted = 1; in complete_req()
994 ep->halted = halted; in complete_req()
1243 ep->halted = 1; in empty_req_queue()
1258 unsigned halted; in udc_dequeue() local
1269 halted = ep->halted; in udc_dequeue()
1270 ep->halted = 1; in udc_dequeue()
1301 ep->halted = halted; in udc_dequeue()
[all …]
Ds3c2410_udc.c232 unsigned halted = ep->halted; in s3c2410_udc_done() local
241 ep->halted = 1; in s3c2410_udc_done()
243 ep->halted = halted; in s3c2410_udc_done()
1028 ep->halted = 0; in s3c2410_udc_ep_enable()
1099 ep->halted = 1; in s3c2410_udc_ep_disable()
1213 if (list_empty(&ep->queue) && !ep->halted) { in s3c2410_udc_queue()
1352 ep->halted = value ? 1 : 0; in s3c2410_udc_set_halt()
1579 ep->halted = 0; in s3c2410_udc_reinit()
Dpch_udc.c296 halted:1; member
1473 unsigned halted = ep->halted; in complete_req() local
1511 ep->halted = 1; in complete_req()
1517 ep->halted = halted; in complete_req()
1528 ep->halted = 1; in empty_req_queue()
1735 ep->halted = 0; in pch_udc_pcd_ep_enable()
1766 ep->halted = 1; in pch_udc_pcd_ep_disable()
1923 if (list_empty(&ep->queue) && !ep->halted) { in pch_udc_pcd_queue()
2429 dev->ep[UDC_EP0IN_IDX].halted = 0; in pch_udc_svc_control_out()
2430 dev->ep[UDC_EP0OUT_IDX].halted = 0; in pch_udc_svc_control_out()
[all …]
Ds3c2410_udc.h25 unsigned halted : 1; member
Ddummy_hcd.c88 unsigned halted:1; member
628 ep->halted = ep->wedged = 0; in dummy_enable()
797 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge()
802 ep->halted = 1; in dummy_set_halt_and_wedge()
1044 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw()
1673 ep2->halted = 1; in handle_control_request()
1722 ep2->halted = 0; in handle_control_request()
1745 buf[0] = ep2->halted; in handle_control_request()
1860 if (ep->halted && !ep->setup_stage) { in dummy_timer()
1895 ep->halted = 0; in dummy_timer()
Dmax3420_udc.c164 int halted; member
365 ep->halted = 1; in spi_max3420_stall()
370 ep->halted = 0; in spi_max3420_stall()
563 if (ep->halted) in max3420_getstatus()
1167 ep->halted = 0; in max3420_eps_init()
Damd5536udc.h521 unsigned halted; member
Dbcm63xx_udc.c244 unsigned halted:1; member
963 bep->halted = 0; in bcm63xx_init_udc_hw()
1058 bep->halted = 0; in bcm63xx_ep_enable()
1262 bep->halted = value; in bcm63xx_udc_set_halt()
Dgr_udc.c983 int halted; in gr_endpoint_request() local
997 halted = gr_read32(&ep->regs->epctrl) & GR_EPCTRL_EH; in gr_endpoint_request()
998 return gr_ep0_respond_u16(dev, halted ? 0x0001 : 0); in gr_endpoint_request()
/kernel/linux/linux-5.10/drivers/usb/usbip/
Dvudc_transfer.c106 ep2->halted = 1; in handle_control_request()
140 ep2->halted = 0; in handle_control_request()
163 buf[0] = ep2->halted; in handle_control_request()
363 if (ep->halted && !ep->setup_stage) { in v_timer()
371 ep->halted = 0; in v_timer()
Dvudc.h33 unsigned halted:1; member
Dvudc_dev.c253 ep->halted = ep->wedged = 0; in vep_enable()
387 ep->halted = ep->wedged = 0; in vep_set_halt_and_wedge()
392 ep->halted = 1; in vep_set_halt_and_wedge()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dsmp-cps.c510 unsigned halted; in wait_for_sibling_halt() local
516 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt()
518 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
/kernel/linux/linux-5.10/drivers/usb/isp1760/
Disp1760-udc.h43 bool halted; member
Disp1760-udc.c441 ep->halted = halt; in __isp1760_udc_set_halt()
474 if (ep->halted) in isp1760_udc_get_status()
755 uep->halted = false; in isp1760_ep_enable()
885 if ((uep->addr & USB_DIR_IN) && !uep->halted && empty) in isp1760_ep_queue()
/kernel/linux/linux-5.10/drivers/usb/host/
Du132-hcd.c574 int halted, int skipped, int actual, int non_null)) in edset_input() argument
584 int halted, int skipped, int actual, int non_null)) in edset_setup() argument
594 int halted, int skipped, int actual, int non_null)) in edset_single() argument
604 int halted, int skipped, int actual, int non_null)) in edset_output() argument
617 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_interrupt_recv() argument
717 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_output_sent() argument
768 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_input_recv() argument
871 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_sent() argument
908 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_input_recv() argument
980 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_recv() argument
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
Dsleep-tegra20.S308 halted: label
312 b halted
Dsleep-tegra30.S714 halted: label
721 b halted
/kernel/linux/linux-5.10/drivers/mmc/host/
Dcqhci.h169 bool halted; member
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/
Demxx_udc.h508 unsigned halted:1; member
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dgadget.c1702 reply = cpu_to_le16(ep->halted ? 1 : 0); in dwc2_hsotg_process_req_status()
1779 bool halted; in dwc2_hsotg_process_req_feature() local
1831 halted = ep->halted; in dwc2_hsotg_process_req_feature()
1847 if (!set && halted) { in dwc2_hsotg_process_req_feature()
3861 if (hs_ep->halted) { in dwc2_hsotg_irq()
4100 hs_ep->halted = 0; in dwc2_hsotg_ep_enable()
4420 hs_ep->halted = value; in dwc2_hsotg_ep_sethalt()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-mic86 "halted" Shutdown because of a halt command.

12