| /drivers/staging/media/atomisp/pci/ |
| A D | sh_css_metrics.c | 42 histogram->stall[i] = 0; in clear_histogram() 66 histogram->stall = kvmalloc(length * sizeof(*histogram->stall), in make_histogram() 68 if (!histogram->stall) in make_histogram() 113 bool stall; in sh_css_metrics_sample_pcs() local 127 stall = (msink != 0x7FF); in sh_css_metrics_sample_pcs() 129 if (stall) in sh_css_metrics_sample_pcs() 130 isp_histogram->stall[pc]++; in sh_css_metrics_sample_pcs() 139 stall = (msink != 0x7FF); in sh_css_metrics_sample_pcs() 140 if (stall) in sh_css_metrics_sample_pcs() 141 sp_histogram->stall[pc]++; in sh_css_metrics_sample_pcs()
|
| A D | sh_css_metrics.h | 15 unsigned int *stall; member
|
| /drivers/usb/gadget/udc/aspeed-vhub/ |
| A D | ep0.c | 139 goto stall; in ast_vhub_ep0_handle_setup() 148 goto stall; in ast_vhub_ep0_handle_setup() 161 stall: in ast_vhub_ep0_handle_setup() 278 bool stall = false; in ast_vhub_ep0_handle_ack() local 298 stall = true; in ast_vhub_ep0_handle_ack() 315 stall = true; in ast_vhub_ep0_handle_ack() 339 stall = true; in ast_vhub_ep0_handle_ack() 352 if (stall) { in ast_vhub_ep0_handle_ack()
|
| /drivers/usb/isp1760/ |
| A D | isp1760-udc.c | 589 bool stall; in isp1760_ep0_setup_standard() local 624 stall = false; in isp1760_ep0_setup_standard() 626 if (!stall) in isp1760_ep0_setup_standard() 631 return stall; in isp1760_ep0_setup_standard() 661 if (!stall) in isp1760_ep0_setup_standard() 666 return stall; in isp1760_ep0_setup_standard() 689 if (stall) in isp1760_ep0_setup_standard() 715 bool stall = false; in isp1760_ep0_setup() local 765 if (stall) in isp1760_ep0_setup() 1037 ret = __isp1760_udc_set_halt(uep, stall); in __isp1760_ep_set_halt() [all …]
|
| /drivers/usb/musb/ |
| A D | musb_gadget_ep0.c | 309 goto stall; in service_zero_data_request() 311 goto stall; in service_zero_data_request() 360 goto stall; in service_zero_data_request() 369 goto stall; in service_zero_data_request() 375 goto stall; in service_zero_data_request() 380 goto stall; in service_zero_data_request() 386 stall: in service_zero_data_request() 851 goto stall; in musb_g_ep0_irq() 858 stall: in musb_g_ep0_irq()
|
| /drivers/gpu/drm/qxl/ |
| A D | qxl_cmd.c | 578 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall) in qxl_reap_surf() argument 586 if (stall) in qxl_reap_surf() 589 if (stall) { in qxl_reap_surf() 603 if (stall) in qxl_reap_surf() 619 bool stall = false; in qxl_reap_surface_id() local 643 ret = qxl_reap_surf(qdev, objptr, stall); in qxl_reap_surface_id() 649 if (num_reaped == 0 && stall == false) { in qxl_reap_surface_id() 650 stall = true; in qxl_reap_surface_id()
|
| /drivers/usb/gadget/udc/ |
| A D | at91_udc.c | 1081 goto stall; in handle_setup() 1139 goto stall; in handle_setup() 1147 goto stall; in handle_setup() 1168 goto stall; in handle_setup() 1179 goto stall; in handle_setup() 1202 goto stall; in handle_setup() 1204 goto stall; in handle_setup() 1209 goto stall; in handle_setup() 1221 goto stall; in handle_setup() 1225 goto stall; in handle_setup() [all …]
|
| A D | renesas_usb3.c | 1677 stall = true; in usb3_std_req_get_status() 1681 if (!stall) { in usb3_std_req_get_status() 1689 return stall; in usb3_std_req_get_status() 1703 stall = false; in usb3_std_req_feature_device() 1713 stall = false; in usb3_std_req_feature_device() 1719 return stall; in usb3_std_req_feature_device() 1816 stall = true; in usb3_std_req_feature() 1820 if (!stall) in usb3_std_req_feature() 1823 return stall; in usb3_std_req_feature() 1895 stall = true; in usb3_handle_standard_request() [all …]
|
| A D | max3420_udc.c | 548 goto stall; in max3420_getstatus() 554 goto stall; in max3420_getstatus() 557 goto stall; in max3420_getstatus() 563 goto stall; in max3420_getstatus() 570 stall: in max3420_getstatus() 903 static int max3420_ep_set_halt(struct usb_ep *_ep, int stall) in max3420_ep_set_halt() argument 912 if (stall) in max3420_ep_set_halt() 921 dev_dbg(udc->dev, "%sStall %s\n", stall ? "" : "Un", ep->name); in max3420_ep_set_halt()
|
| A D | pch_udc.c | 345 stall:1, member 1597 if (!dev->stall && dev->waiting_zlp_ack) { in process_zlp() 1910 ep->dev->stall = 1; in pch_udc_pcd_set_halt() 1952 ep->dev->stall = 1; in pch_udc_pcd_set_wedge() 2286 if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) { in pch_udc_svc_control_in() 2322 dev->stall = 0; in pch_udc_svc_control_out() 2362 dev->stall = 0; in pch_udc_svc_control_out() 2368 UDC_EPSTS_OUT_DATA) && !dev->stall) { in pch_udc_svc_control_out() 2492 dev->stall = 0; in pch_udc_svc_ur_interrupt() 2586 dev->stall = 0; in pch_udc_svc_intf_interrupt() [all …]
|
| A D | goku_udc.c | 1459 goto stall; in ep0_setup() 1463 goto stall; in ep0_setup() 1466 goto stall; in ep0_setup() 1470 goto stall; in ep0_setup() 1482 goto stall; in ep0_setup() 1486 goto stall; in ep0_setup() 1516 stall: in ep0_setup()
|
| A D | atmel_usba_udc.c | 1322 goto stall; in handle_ep0_setup() 1332 goto stall; in handle_ep0_setup() 1346 goto stall; in handle_ep0_setup() 1352 goto stall; in handle_ep0_setup() 1355 goto stall; in handle_ep0_setup() 1379 goto stall; in handle_ep0_setup() 1386 goto stall; in handle_ep0_setup() 1390 goto stall; in handle_ep0_setup() 1418 stall: in handle_ep0_setup()
|
| /drivers/usb/gadget/function/ |
| A D | f_mass_storage.h | 18 bool stall; /* can_stall */ member 45 _FSG_MODULE_PARAM(prefix, params, stall, bool, \
|
| A D | f_hid.c | 894 goto stall; in hidg_setup() 904 goto stall; in hidg_setup() 914 goto stall; in hidg_setup() 954 goto stall; in hidg_setup() 962 goto stall; in hidg_setup() 966 stall: in hidg_setup()
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| A D | base.c | 40 if (gsp->intr[i].stall != ~0) in nvkm_gsp_intr_stall() 41 return gsp->intr[i].stall; in nvkm_gsp_intr_stall()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_irq.c | 127 static inline void xelp_intr_enable(struct xe_device *xe, bool stall) in xelp_intr_enable() argument 132 if (stall) in xelp_intr_enable() 415 static void dg1_intr_enable(struct xe_device *xe, bool stall) in dg1_intr_enable() argument 420 if (stall) in dg1_intr_enable()
|
| /drivers/usb/fotg210/ |
| A D | fotg210-udc.c | 213 ep->stall = 0; in fotg210_ep_release() 430 else if (request && !ep->stall) in fotg210_ep_queue() 504 ep->stall = 1; in fotg210_set_halt_and_wedge() 510 ep->stall = 0; in fotg210_set_halt_and_wedge() 696 if (ep->stall) in fotg210_clear_feature()
|
| A D | fotg210-udc.h | 222 unsigned stall:1; member
|
| /drivers/net/ethernet/freescale/fman/ |
| A D | Kconfig | 28 stall further packet processing. The issue can occur with any
|
| /drivers/perf/ |
| A D | xgene_pmu.c | 319 XGENE_PMU_EVENT_ATTR(mcb-csw-stall, 0x04), 389 XGENE_PMU_EVENT_ATTR(tq-bank-conflict-issue-stall, 0x0b), 395 XGENE_PMU_EVENT_ATTR(input-req-async-fifo-stall, 0x12), 396 XGENE_PMU_EVENT_ATTR(output-req-async-fifo-stall, 0x13), 397 XGENE_PMU_EVENT_ATTR(output-data-async-fifo-stall, 0x14), 498 XGENE_PMU_EVENT_ATTR(mcb-csw-req-stall, 0x15), 500 XGENE_PMU_EVENT_ATTR(mcb-mcu-rd-intf-stall, 0x17),
|
| /drivers/usb/gadget/legacy/ |
| A D | mass_storage.c | 88 .stall = 1
|
| A D | acm_ms.c | 79 static struct fsg_module_parameters fsg_mod_data = { .stall = 1 };
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_amdkfd_gfx_v9.c | 673 bool stall) in kgd_gfx_v9_set_wave_launch_stall() argument 680 stall ? 1 << vmid : 0); in kgd_gfx_v9_set_wave_launch_stall() 683 stall ? 1 : 0); in kgd_gfx_v9_set_wave_launch_stall() 687 if (!stall) in kgd_gfx_v9_set_wave_launch_stall()
|
| A D | amdgpu_amdkfd_gfx_v9.h | 68 bool stall);
|
| /drivers/spi/ |
| A D | spi-wpcm-fiu.c | 341 static void wpcm_fiu_stall_host(struct wpcm_fiu_spi *fiu, bool stall) in wpcm_fiu_stall_host() argument 346 stall ? SHM_FLASH_SIZE_STALL_HOST : 0); in wpcm_fiu_stall_host()
|