/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_trace.h | 142 bool stop_req, bool update_bus, bool update_clk), 143 TP_ARGS(crtc, bw_ctl, core_clk_rate, stop_req, update_bus, update_clk), 148 __field(bool, stop_req) 156 __entry->stop_req = stop_req; 161 "crtc=%d bw_ctl=%llu clk_rate=%u stop_req=%d u_bus=%d u_clk=%d", 165 __entry->stop_req, 929 TP_PROTO(struct drm_device *dev, bool stop_req, u64 clk_rate), 930 TP_ARGS(dev, stop_req, clk_rate), 933 __field( bool, stop_req ) [all...] |
H A D | dpu_core_perf.c | 325 int params_changed, bool stop_req) in dpu_core_perf_crtc_update() 349 DPU_DEBUG("crtc:%d stop_req:%d core_clk:%llu\n", in dpu_core_perf_crtc_update() 350 crtc->base.id, stop_req, kms->perf.core_clk_rate); in dpu_core_perf_crtc_update() 355 if (crtc->enabled && !stop_req) { in dpu_core_perf_crtc_update() 391 new->core_clk_rate, stop_req, update_bus, update_clk); in dpu_core_perf_crtc_update() 409 trace_dpu_core_perf_update_clk(kms->dev, stop_req, clk_rate); in dpu_core_perf_crtc_update() 324 dpu_core_perf_crtc_update(struct drm_crtc *crtc, int params_changed, bool stop_req) dpu_core_perf_crtc_update() argument
|
H A D | dpu_core_perf.h | 82 * @stop_req: true if this is a stop request 86 int params_changed, bool stop_req);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_trace.h | 142 bool stop_req, bool update_bus, bool update_clk), 143 TP_ARGS(crtc, bw_ctl, core_clk_rate, stop_req, update_bus, update_clk), 148 __field(bool, stop_req) 156 __entry->stop_req = stop_req; 161 "crtc=%d bw_ctl=%llu clk_rate=%u stop_req=%d u_bus=%d u_clk=%d", 165 __entry->stop_req, 893 TP_PROTO(struct drm_device *dev, bool stop_req, u64 clk_rate), 894 TP_ARGS(dev, stop_req, clk_rate), 897 __field( bool, stop_req ) [all...] |
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/ |
H A D | hbm.c | 242 struct hbm_host_stop_request stop_req = { 0 } ; in ishtp_hbm_stop_req() local 244 ishtp_hbm_hdr(&hdr, sizeof(stop_req)); in ishtp_hbm_stop_req() 246 stop_req.hbm_cmd = HOST_STOP_REQ_CMD; in ishtp_hbm_stop_req() 247 stop_req.reason = DRIVER_STOP_REQUEST; in ishtp_hbm_stop_req() 249 ishtp_write_message(dev, &hdr, &stop_req); in ishtp_hbm_stop_req()
|
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/ |
H A D | hbm.c | 242 struct hbm_host_stop_request stop_req = { 0 } ; in ishtp_hbm_stop_req() local 244 ishtp_hbm_hdr(&hdr, sizeof(stop_req)); in ishtp_hbm_stop_req() 246 stop_req.hbm_cmd = HOST_STOP_REQ_CMD; in ishtp_hbm_stop_req() 247 stop_req.reason = DRIVER_STOP_REQUEST; in ishtp_hbm_stop_req() 249 ishtp_write_message(dev, &hdr, &stop_req); in ishtp_hbm_stop_req()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | r100.c | 3213 int stop_req, max_stop_req; in r100_bandwidth_update() local 3470 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update() 3472 if (stop_req > max_stop_req) in r100_bandwidth_update() 3473 stop_req = max_stop_req; in r100_bandwidth_update() 3507 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update() 3510 (stop_req > 0x15)) { in r100_bandwidth_update() 3511 stop_req -= 0x10; in r100_bandwidth_update() 3513 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update() 3550 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update() 3552 if (stop_req > max_stop_re in r100_bandwidth_update() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r100.c | 3210 int stop_req, max_stop_req; in r100_bandwidth_update() local 3467 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update() 3469 if (stop_req > max_stop_req) in r100_bandwidth_update() 3470 stop_req = max_stop_req; in r100_bandwidth_update() 3504 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update() 3507 (stop_req > 0x15)) { in r100_bandwidth_update() 3508 stop_req -= 0x10; in r100_bandwidth_update() 3510 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update() 3547 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update() 3549 if (stop_req > max_stop_re in r100_bandwidth_update() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_cmd.c | 388 adapter->cmdpriv.stop_req == 0) { in rtw_stop_cmd_thread() 389 adapter->cmdpriv.stop_req = 1; in rtw_stop_cmd_thread() 412 pcmdpriv->stop_req = 0; in rtw_cmd_thread() 430 if (pcmdpriv->stop_req) { in rtw_cmd_thread() 431 DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" stop_req:%u, break\n", FUNC_ADPT_ARG(padapter), pcmdpriv->stop_req); in rtw_cmd_thread()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_cmd.c | 368 adapter->cmdpriv.stop_req == 0) { in rtw_stop_cmd_thread() 369 adapter->cmdpriv.stop_req = 1; in rtw_stop_cmd_thread() 390 pcmdpriv->stop_req = 0; in rtw_cmd_thread() 410 if (pcmdpriv->stop_req) { in rtw_cmd_thread() 412 FUNC_ADPT_FMT " stop_req:%u, break\n", in rtw_cmd_thread() 414 pcmdpriv->stop_req); in rtw_cmd_thread()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_cmd.h | 54 u8 stop_req; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_cmd.h | 54 u8 stop_req; member
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_main.c | 1393 int stop_req, stop_req_done; in fjes_watch_unshare_task() local 1415 stop_req = test_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task() 1425 if ((!stop_req || in fjes_watch_unshare_task()
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_main.c | 1190 int stop_req, stop_req_done; in fjes_watch_unshare_task() local 1212 stop_req = test_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task() 1222 if ((!stop_req || in fjes_watch_unshare_task()
|