Lines Matching refs:can_sleep
235 static inline struct hwa742_request *alloc_req(bool can_sleep)
241 if (can_sleep)
410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\
411 req = alloc_req(can_sleep); \
425 bool can_sleep)
439 ADD_PREQ(x, y, 1, height, can_sleep);
451 ADD_PREQ(x, ystart, xspan, yspan, can_sleep);
457 ADD_PREQ(x, ystart, xspan, yspan, can_sleep);
463 ADD_PREQ(x, y, 1, height, can_sleep);
473 static void __hwa742_update_window_auto(bool can_sleep)
478 create_req_list(&hwa742.auto_update_window, &req_list, can_sleep);