Searched refs:detach (Results 126 - 150 of 318) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.c258 .detach = meson_dw_mipi_dsi_host_detach,
/linux-master/net/netfilter/
H A Dnf_bpf_link.c119 /* do not double release in case .detach was already called */
171 .detach = bpf_nf_link_detach,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c80 * amdgpu_dma_buf_detach - &dma_buf_ops.detach implementation
270 .detach = amdgpu_dma_buf_detach,
/linux-master/drivers/gpu/drm/tegra/
H A Dgem.c479 goto detach;
485 goto detach;
492 detach:
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c1228 rsi_bt_ops.detach(adapter->priv->bt_adapter);
1409 rsi_bt_ops.detach(common->bt_adapter);
1462 rsi_bt_ops.detach(adapter->priv->bt_adapter);
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c360 if (pdata->host_ops && pdata->host_ops->detach) {
361 ret = pdata->host_ops->detach(pdata->priv_data, device);
540 .detach = dw_mipi_dsi_host_detach,
/linux-master/drivers/usb/usbip/
H A Dvhci_sysfs.c271 static DEVICE_ATTR_WO(detach);
/linux-master/kernel/bpf/
H A Dnet_namespace.c17 /* We don't hold a ref to net in order to auto-detach the link
239 .detach = bpf_netns_link_detach,
548 net_link->net = NULL; /* auto-detach link */
/linux-master/drivers/comedi/drivers/
H A Ddt2811.c635 .detach = comedi_legacy_detach,
H A Ddt2801.c639 .detach = comedi_legacy_detach,
H A Dadl_pci7x3x.c510 .detach = adl_pci7x3x_detach,
H A Dme_daq.c528 .detach = me_detach,
H A Dni_6527.c466 .detach = ni6527_detach,
H A Dii_pci20kc.c518 .detach = ii20k_detach,
H A Dcb_das16_cs.c428 .detach = comedi_pcmcia_disable,
H A Dpcl711.c502 .detach = comedi_legacy_detach,
/linux-master/drivers/staging/media/av7110/
H A Dbudget-patch.c654 .detach = budget_patch_detach,
/linux-master/include/media/drv-intf/
H A Dsaa7146.h105 int (*detach)(struct saa7146_dev*); member in struct:saa7146_extension
/linux-master/drivers/media/pci/saa7146/
H A Dhexium_orion.c472 .detach = hexium_detach,
H A Dhexium_gemini.c400 .detach = hexium_detach,
/linux-master/sound/drivers/
H A Dportman2x4.c670 .detach = snd_portman_detach,
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_core.c501 dev->ext->detach(dev);
/linux-master/drivers/dma-buf/heaps/
H A Dsystem_heap.c303 .detach = system_heap_detach,
/linux-master/include/linux/comedi/
H A Dcomedidev.h46 * low-level driver's "detach" handler is called for the device.
135 * automatically freed after the low-level driver's "detach" handler is
400 * @detach: The "detach" handler for deconfiguring COMEDI devices.
424 * The @detach handler has two roles. If a COMEDI device was successfully
430 * @detach handler is called. If the @attach or @auto_attach handlers free
431 * any resources themselves, they must prevent the @detach handler from
432 * freeing the same resources. The @detach handler must not assume that all
443 void (*detach)(struct comedi_device *dev); member in struct:comedi_driver
497 * "detach" handle
[all...]
/linux-master/include/linux/
H A Dparport.h256 void (*detach) (struct parport *); member in struct:parport_driver
317 * The driver's detach() function may block. The port that
318 * detach() is given will be valid for the duration of the

Completed in 252 milliseconds

1234567891011>>