Searched refs:rebind (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_context.c | 54 static int vmw_context_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind); 56 bool rebind); 57 static int vmw_context_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind); 547 static int vmw_context_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind) in vmw_context_scrub_shader() argument 566 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_context_scrub_shader() 580 bool rebind) in vmw_context_scrub_render_target() argument 599 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_context_scrub_render_target() 617 bool rebind) in vmw_context_scrub_texture() argument 641 cmd->body.s1.value = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_context_scrub_texture()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | dac.c | 379 struct drm_encoder *rebind; in nv04_dac_mode_set() local 388 list_for_each_entry(rebind, &dev->mode_config.encoder_list, head) { in nv04_dac_mode_set() 389 if (rebind == encoder in nv04_dac_mode_set() 390 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set() 393 dac_offset = nv04_dac_output_offset(rebind); in nv04_dac_mode_set()
|
/linux-4.1.27/Documentation/console/ |
D | console.txt | 88 driver, make changes, recompile, reload and rebind the driver without any need 128 rebind the driver to the console arrives.
|
/linux-4.1.27/drivers/usb/usbip/ |
D | stub_main.c | 213 static DRIVER_ATTR_WO(rebind);
|
/linux-4.1.27/mm/ |
D | mempolicy.c | 161 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes, member 421 mpol_ops[pol->mode].rebind(pol, newmask, step); in mpol_rebind_policy() 455 .rebind = mpol_rebind_default, 459 .rebind = mpol_rebind_nodemask, 463 .rebind = mpol_rebind_preferred, 467 .rebind = mpol_rebind_nodemask,
|
/linux-4.1.27/drivers/usb/core/ |
D | hub.c | 5547 int rebind = cintf->needs_binding; in usb_reset_device() local 5549 if (!rebind && cintf->dev.driver) { in usb_reset_device() 5552 rebind = (drv->post_reset)(cintf); in usb_reset_device() 5555 rebind = 1; in usb_reset_device() 5556 if (rebind) in usb_reset_device()
|