Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_binding.c111 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind);
113 bool rebind);
114 static int vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind);
115 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind);
116 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind);
117 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind);
118 static int vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind);
121 bool rebind);
122 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind);
123 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind);
[all …]
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Ddac.c383 struct drm_encoder *rebind; in nv04_dac_mode_set() local
392 list_for_each_entry(rebind, &dev->mode_config.encoder_list, head) { in nv04_dac_mode_set()
393 if (rebind == encoder in nv04_dac_mode_set()
394 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG) in nv04_dac_mode_set()
397 dac_offset = nv04_dac_output_offset(rebind); in nv04_dac_mode_set()
/Linux-v5.4/Documentation/driver-api/
Dconsole.rst98 driver, make changes, recompile, reload and rebind the driver without any need
138 rebind the driver to the console arrives.
/Linux-v5.4/mm/
Dmempolicy.c151 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes); member
357 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy()
390 .rebind = mpol_rebind_default,
394 .rebind = mpol_rebind_nodemask,
398 .rebind = mpol_rebind_preferred,
402 .rebind = mpol_rebind_nodemask,
/Linux-v5.4/drivers/usb/usbip/
Dstub_main.c278 static DRIVER_ATTR_WO(rebind);
/Linux-v5.4/drivers/usb/core/
Dhub.c5901 int rebind = cintf->needs_binding; in usb_reset_device() local
5903 if (!rebind && cintf->dev.driver) { in usb_reset_device()
5906 rebind = (drv->post_reset)(cintf); in usb_reset_device()
5909 rebind = 1; in usb_reset_device()
5910 if (rebind) in usb_reset_device()