Searched refs:unbind (Results 101 - 125 of 288) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_disp_merge.c303 .unbind = mtk_disp_merge_unbind,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_context.c84 .unbind = NULL
99 .unbind = vmw_gb_context_unbind
114 .unbind = vmw_dx_context_unbind
H A Dvmwgfx_cotable.c144 .unbind = vmw_cotable_unbind,
246 * device forget about the cotable without performing a full unbind. A full
247 * unbind requires reserved backup buffers and it might not be possible to
249 * function implements a partial unbind() without that requirement but with the
312 * vmw_cotable_unbind - Cotable resource unbind callback
446 DRM_ERROR("Failed waiting for cotable unbind.\n");
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c196 /* If the cooling device is our one unbind it */
203 dev_err(dev, "Failed to unbind cooling device\n");
238 .unbind = mlxsw_thermal_unbind,
279 /* If the cooling device is one of ours unbind it */
311 .unbind = mlxsw_thermal_module_unbind,
340 .unbind = mlxsw_thermal_module_unbind,
H A Dspectrum_span.c61 void (*unbind)(struct mlxsw_sp_span_trigger_entry *trigger_entry); member in struct:mlxsw_sp_span_trigger_ops
1290 .unbind = mlxsw_sp_span_trigger_port_unbind,
1339 .unbind = mlxsw_sp1_span_trigger_global_unbind,
1462 .unbind = mlxsw_sp2_span_trigger_global_unbind,
1539 trigger_entry->ops->unbind(trigger_entry);
/linux-master/drivers/net/usb/
H A Daqc111.c1244 .unbind = aqc111_unbind,
1261 .unbind = aqc111_unbind,
1280 .unbind = aqc111_unbind,
1296 .unbind = aqc111_unbind,
1310 .unbind = aqc111_unbind,
/linux-master/net/netlink/
H A Daf_netlink.c673 void (*unbind)(struct net *net, int group);
701 unbind = nl_table[protocol].unbind;
717 nlk->netlink_unbind = unbind;
766 /* must not acquire netlink_table_lock in any way again before unbind
808 nl_table[sk->sk_protocol].unbind = NULL;
2062 nl_table[unit].unbind = cfg->unbind;
/linux-master/drivers/usb/gadget/udc/
H A Dcore.c1235 * gadget driver's unbind() method.
1305 * The UDC driver doesn't know when the gadget driver's ->unbind callback
1307 * issue a callback (such as ->disconnect) after the unbind has completed.
1530 * This will unbind @gadget, if it is bound.
1642 driver->unbind(udc->gadget);
1674 udc->driver->unbind(gadget);
1730 if (!driver || !driver->unbind)
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-request.c44 * outstanding requests, then unbind and put those objects before
121 .unbind = v4l2_ctrl_request_unbind,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv50.c144 .unbind = nv50_chan_unbind,
H A Dgv100.c84 .unbind = gk104_chan_unbind,
/linux-master/drivers/usb/gadget/legacy/
H A Dg_ffs.c154 .unbind = gfs_unbind,
H A Dwebcam.c600 .unbind = webcam_unbind,
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_tv.c541 .unbind = sun4i_tv_unbind,
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c387 .unbind = rockchip_drm_unbind,
H A Danalogix_dp-rockchip.c372 .unbind = rockchip_dp_unbind,
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_txp.c568 .unbind = vc4_txp_unbind,
H A Dvc4_v3d.c527 .unbind = vc4_v3d_unbind,
H A Dvc4_drv.c412 .unbind = vc4_drm_unbind,
/linux-master/drivers/usb/gadget/function/
H A Df_obex.c478 obex->port.func.unbind = obex_unbind;
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_tee.c226 .unbind = i915_pxp_tee_component_unbind,
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c537 .unbind = tilcdc_unbind,
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.c323 /* Do not try to unbind */
422 .unbind = meson_drv_unbind,
/linux-master/drivers/media/platform/renesas/
H A Drcar-isp.c364 .unbind = risp_notify_unbind,
/linux-master/drivers/thermal/
H A Dthermal_of.c319 pr_err("Failed to unbind '%s' with '%s': %d\n", tz->type, cdev->type, ret);
383 * error, we will try to bind/unbind as many as possible
506 of_ops.unbind = thermal_of_unbind;

Completed in 494 milliseconds

1234567891011>>