Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_binding.c119 bool rebind);
127 bool rebind);
568 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_shader()
582 bool rebind) in vmw_binding_scrub_render_target() argument
600 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_render_target()
618 bool rebind) in vmw_binding_scrub_texture() argument
640 cmd->body.s1.value = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_texture()
669 cmd->body.shaderId = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_dx_shader()
699 if (rebind) { in vmw_binding_scrub_cb()
1271 if (rebind) { in vmw_binding_scrub_ib()
[all …]
/linux/drivers/gpu/drm/nouveau/dispnv04/
A Ddac.c384 struct drm_encoder *rebind; in nv04_dac_mode_set() local
393 list_for_each_entry(rebind, &dev->mode_config.encoder_list, head) { in nv04_dac_mode_set()
394 if (rebind == encoder in nv04_dac_mode_set()
395 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set()
398 dac_offset = nv04_dac_output_offset(rebind); in nv04_dac_mode_set()
/linux/mm/
A Dmempolicy.c179 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes); member
356 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy()
389 .rebind = mpol_rebind_default,
393 .rebind = mpol_rebind_nodemask,
397 .rebind = mpol_rebind_preferred,
401 .rebind = mpol_rebind_nodemask,
404 .rebind = mpol_rebind_default,
408 .rebind = mpol_rebind_preferred,
/linux/Documentation/driver-api/
A Dconsole.rst98 driver, make changes, recompile, reload and rebind the driver without any need
138 rebind the driver to the console arrives.
/linux/drivers/usb/usbip/
A Dstub_main.c276 static DRIVER_ATTR_WO(rebind);
/linux/drivers/usb/core/
A Dhub.c6119 int rebind = cintf->needs_binding; in usb_reset_device() local
6121 if (!rebind && cintf->dev.driver) { in usb_reset_device()
6124 rebind = (drv->post_reset)(cintf); in usb_reset_device()
6127 rebind = 1; in usb_reset_device()
6128 if (rebind) in usb_reset_device()

Completed in 29 milliseconds