Searched refs:detach (Results 276 - 300 of 318) sorted by relevance

<<111213

/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1573 .detach = zynqmp_dp_bridge_detach,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_dsi.c1093 .detach = mtk_dsi_host_detach,
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.c990 mmu->funcs->detach(mmu);
/linux-master/drivers/auxdisplay/
H A Dpanel.c1708 .detach = panel_detach,
/linux-master/drivers/comedi/drivers/
H A Dcb_pcidas64.c4047 static void detach(struct comedi_device *dev) function
4071 .detach = detach,
H A Ds626.c2573 .detach = s626_detach,
H A Damplc_pci230.c2546 .detach = comedi_pci_detach,
H A Dadl_pci9118.c1703 .detach = pci9118_detach,
/linux-master/tools/lib/bpf/
H A Dlibbpf.c10430 * detach/unregisted that BPF resource. This is useful in situations where,
10449 if (!link->disconnected && link->detach)
10450 err = link->detach(link);
10493 link->detach = &bpf_link__detach_fd;
10625 link->link.detach = &bpf_link_perf_detach;
11379 link->detach = &bpf_link__detach_fd;
11837 link->detach = &bpf_link__detach_fd;
12290 link->detach = &bpf_link__detach_fd;
12366 link->detach = &bpf_link__detach_fd;
12429 link->detach
[all...]
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c1405 .detach = vc4_dsi_host_detach,
/linux-master/drivers/media/pci/ttpci/
H A Dbudget-ci.c1553 .detach = budget_ci_detach,
H A Dbudget-av.c1604 .detach = budget_av_detach,
/linux-master/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c216 .detach = intel_dsi_host_detach,
H A Dicl_dsi.c1810 .detach = gen11_dsi_host_detach,
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1231 gmu->aspace->mmu->funcs->detach(gmu->aspace->mmu);
1554 * automatically when we do detach
/linux-master/drivers/gpu/drm/tegra/
H A Ddsi.c1536 .detach = tegra_dsi_host_detach,
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c1220 .detach = ti_sn_bridge_detach,
H A Dsil-sii8620.c2282 .detach = sii8620_detach,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c594 if (pi->pi_fptr.detach)
595 (pi->pi_fptr.detach)(pi);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c1094 /* detach this address and delete from list */
1103 en_err(priv, "Fail to detach multicast address\n");
1108 en_err(priv, "Failed to detach multicast address\n");
1887 void mlx4_en_stop_port(struct net_device *dev, int detach) argument
1906 if (detach)
/linux-master/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1684 .detach = tda998x_bridge_detach,
/linux-master/drivers/net/phy/
H A Dsfp.c2427 /* Handle device detach globally */
2846 .detach = sfp_detach,
H A Dphylink.c3395 .detach = phylink_sfp_detach,
H A Dmarvell.c3259 .detach = phy_sfp_detach,
/linux-master/kernel/bpf/
H A Dcgroup.c860 /* report error when trying to detach and nothing is attached */
870 /* to detach MULTI prog the user has to specify valid FD
875 /* find the prog or link and detach it */
889 * @prog: A program to detach or NULL
890 * @link: A link to detach or NULL
891 * @atype: Type of detach operation
943 * @prog: A program to detach or NULL
944 * @link: A link to detach or NULL
945 * @type: Type of detach operation
1268 .detach
[all...]

Completed in 380 milliseconds

<<111213