Searched refs:stop_req (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| 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; 165 __entry->stop_req, 937 TP_PROTO(struct drm_device *dev, bool stop_req, u64 clk_rate), 938 TP_ARGS(dev, stop_req, clk_rate), 941 __field( bool, stop_req ) 946 __entry->stop_req = stop_req; 950 __entry->stop_req ? "true" : "false", __entry->clk_rate)
|
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| A D | hbm.c | 243 struct hbm_host_stop_request stop_req = { 0 } ; in ishtp_hbm_stop_req() local 245 ishtp_hbm_hdr(&hdr, sizeof(stop_req)); in ishtp_hbm_stop_req() 247 stop_req.hbm_cmd = HOST_STOP_REQ_CMD; in ishtp_hbm_stop_req() 248 stop_req.reason = DRIVER_STOP_REQUEST; in ishtp_hbm_stop_req() 250 ishtp_write_message(dev, &hdr, &stop_req); in ishtp_hbm_stop_req()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | r100.c | 3231 int stop_req, max_stop_req; in r100_bandwidth_update() local 3488 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update() 3490 if (stop_req > max_stop_req) in r100_bandwidth_update() 3491 stop_req = max_stop_req; in r100_bandwidth_update() 3528 (stop_req > 0x15)) { in r100_bandwidth_update() 3529 stop_req -= 0x10; in r100_bandwidth_update() 3568 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update() 3570 if (stop_req > max_stop_req) in r100_bandwidth_update() 3571 stop_req = max_stop_req; in r100_bandwidth_update() 3584 (stop_req > 0x15)) { in r100_bandwidth_update() [all …]
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_cmd.c | 367 adapter->cmdpriv.stop_req == 0) { in rtw_stop_cmd_thread() 368 adapter->cmdpriv.stop_req = 1; in rtw_stop_cmd_thread() 389 pcmdpriv->stop_req = 0; in rtw_cmd_thread() 409 if (pcmdpriv->stop_req) { in rtw_cmd_thread() 413 pcmdpriv->stop_req); in rtw_cmd_thread()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | rtw_cmd.h | 54 u8 stop_req; member
|
| /linux/drivers/net/fjes/ |
| A D | fjes_main.c | 1187 int stop_req, stop_req_done; in fjes_watch_unshare_task() local 1209 stop_req = test_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task() 1219 if ((!stop_req || in fjes_watch_unshare_task()
|
Completed in 23 milliseconds