Searched +defs:load +defs:y (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/gpu/drm/nouveau/ | 
| D | nv50_display.c | 878 		    int x, int y, bool update)  in nv50_crtc_set_image()1113 		   struct drm_display_mode *mode, int x, int y,  in nv50_crtc_mode_set()
 1209 nv50_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y,  in nv50_crtc_mode_set_base()
 1233 			       struct drm_framebuffer *fb, int x, int y,  in nv50_crtc_mode_set_base_atomic()
 1311 nv50_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)  in nv50_crtc_cursor_move()
 1342 nv50_crtc_cursor_restore(struct nouveau_crtc *nv_crtc, int x, int y)  in nv50_crtc_cursor_restore()
 1634 		struct nv50_disp_dac_load_v0 load;  in nv50_dac_detect()  member
 
 | 
| /linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ | 
| D | rs.h | 262 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y))  argument371 	struct iwl_traffic_load load[IWL_MAX_TID_COUNT];  member
 
 | 
| /linux-4.1.27/drivers/net/wireless/iwlegacy/ | 
| D | common.h | 2713 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y))  argument2828 	struct il_traffic_load load[TID_MAX_LOAD_COUNT];  member
 
 |