Searched refs:detach (Results 176 - 200 of 318) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drzg2l_mipi_dsi.c656 .detach = rzg2l_mipi_dsi_host_detach,
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h676 void mlx4_en_stop_port(struct net_device *dev, int detach);
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c372 if (u_ctx && u_ctx->detach)
441 if (u_ctx && u_ctx->detach)
2125 u_ctx->detach = false;
2215 u_ctx->detach = true;
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi83.c568 .detach = sn65dsi83_detach,
H A Dparade-ps8640.c554 .detach = ps8640_bridge_detach,
H A Dchrontel-ch7033.c518 .detach = ch7033_bridge_detach,
/linux-master/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_kms.c130 aspace->mmu->funcs->detach(aspace->mmu);
/linux-master/drivers/comedi/drivers/
H A Ddaqboard2000.c758 .detach = db2k_detach,
H A Ddmm32at.c610 .detach = comedi_legacy_detach,
H A Ddas800.c733 .detach = comedi_legacy_detach,
H A Ddas6402.c658 .detach = comedi_legacy_detach,
H A Ddas16m1.c617 .detach = das16m1_detach,
H A Dpcl816.c685 .detach = pcl816_detach,
H A Dadl_pci9111.c719 .detach = pci9111_detach,
H A Dni_at_a2150.c774 .detach = a2150_detach,
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c463 .detach = vb2_dc_dmabuf_ops_detach,
760 /* if vb2 works correctly you should never detach mapped buffer */
764 /* detach this attachment */
H A Dvideobuf2-dma-sg.c511 .detach = vb2_dma_sg_dmabuf_ops_detach,
608 /* if vb2 works correctly you should never detach mapped buffer */
612 /* detach this attachment */
/linux-master/drivers/net/phy/qcom/
H A Dqca807x.c699 .detach = phy_sfp_detach,
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_usb.c884 rsi_bt_ops.detach(adapter->priv->bt_adapter);
/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h179 int (*detach)(struct bpf_link *link); member in struct:bpf_link
/linux-master/drivers/acpi/
H A Dacpi_processor.c473 * Unbind the driver from the processor device and detach it from the
625 .detach = acpi_processor_remove,
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1582 struct rsrc_detach *detach; local
1585 detach = otx2_mbox_alloc_msg_detach_resources(mbox);
1586 if (!detach) {
1591 /* detach all */
1592 detach->partial = false;
1594 /* Send detach request to AF */
/linux-master/drivers/remoteproc/
H A Dti_k3_dsp_remoteproc.c388 * This rproc detach callback performs the opposite operation to attach callback
751 rproc->ops->detach = k3_dsp_rproc_detach;
790 dev_err(dev, "failed to detach proc (%pe)\n", ERR_PTR(ret));
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c350 * to detach.. which seems ok..
542 * Optional pinning of buffers is handled at dma-buf attach and detach time in
598 * drm_gem_map_detach - dma_buf detach implementation for GEM
599 * @dma_buf: buffer to detach from
604 * &dma_buf_ops.detach callback.
791 .detach = drm_gem_map_detach,
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c2637 goto detach;
2642 goto detach;
2653 goto detach;
2664 goto detach;
2694 detach:

Completed in 286 milliseconds

1234567891011>>