Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c119 bool rebind);
127 bool rebind);
589 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_shader()
603 bool rebind) in vmw_binding_scrub_render_target() argument
621 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_render_target()
639 bool rebind) in vmw_binding_scrub_texture() argument
661 cmd->body.s1.value = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_texture()
690 cmd->body.shaderId = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_dx_shader()
720 if (rebind) { in vmw_binding_scrub_cb()
1292 if (rebind) { in vmw_binding_scrub_ib()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H 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()
/openbmc/linux/mm/
H A Dmempolicy.c186 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes); member
364 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy()
400 .rebind = mpol_rebind_default,
404 .rebind = mpol_rebind_nodemask,
408 .rebind = mpol_rebind_preferred,
412 .rebind = mpol_rebind_nodemask,
415 .rebind = mpol_rebind_default,
419 .rebind = mpol_rebind_preferred,
/openbmc/linux/Documentation/driver-api/
H A Dconsole.rst98 driver, make changes, recompile, reload and rebind the driver without any need
138 rebind the driver to the console arrives.
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp274 struct rebind struct in ipmi::SecureAllocator
/openbmc/linux/drivers/usb/usbip/
H A Dstub_main.c274 static DRIVER_ATTR_WO(rebind);
/openbmc/qemu/util/
H A Dqemu-sockets.c185 rebind: in try_bind()
202 goto rebind; in try_bind()
/openbmc/linux/drivers/usb/core/
H A Dhub.c6290 int rebind = cintf->needs_binding; in usb_reset_device() local
6292 if (!rebind && cintf->dev.driver) { in usb_reset_device()
6295 rebind = (drv->post_reset)(cintf); in usb_reset_device()
6298 rebind = 1; in usb_reset_device()
6299 if (rebind) in usb_reset_device()