Searched refs:device_attach (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/include/linux/
H A Dvirtio_dma_buf.h18 * @device_attach: [optional] callback invoked by virtio_dma_buf_attach during
24 int (*device_attach)(struct dma_buf *dma_buf, member in struct:virtio_dma_buf_ops
H A Ddevice.h1164 int __must_check device_attach(struct device *dev);
/linux-master/drivers/virtio/
H A Dvirtio_dma_buf.c48 if (ops->device_attach) {
49 ret = ops->device_attach(dma_buf, attach);
/linux-master/include/linux/mfd/
H A Dcs42l43.h89 struct completion device_attach; member in struct:cs42l43
/linux-master/drivers/mfd/
H A Dcs42l43-sdw.c106 complete(&cs42l43->device_attach);
113 reinit_completion(&cs42l43->device_attach);
H A Dcs42l43.c567 time = wait_for_completion_timeout(&cs42l43->device_attach, timeout);
1023 init_completion(&cs42l43->device_attach);
/linux-master/drivers/hsi/clients/
H A Dnokia-modem.c188 err = device_attach(&modem->ssi_protocol->device);
211 err = device_attach(&modem->cmt_speech->device);
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c86 .device_attach = drm_gem_map_attach,
/linux-master/sound/pci/hda/
H A Dhda_bind.c204 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset;
/linux-master/sound/soc/sof/intel/
H A Dhda-codec.c52 return device_attach(hda_codec_dev(codec));
/linux-master/drivers/usb/usbip/
H A Dstub_main.c203 /* device_attach() callers should hold parent lock for USB */
206 ret = device_attach(&busid_priv->udev->dev);
/linux-master/drivers/pci/
H A Dbus.c352 retval = device_attach(&dev->dev);
/linux-master/drivers/usb/host/
H A Dehci-platform.c174 if (device_attach(companion_dev) < 0)
/linux-master/drivers/mcb/
H A Dmcb-core.c394 retval = device_attach(dev);
/linux-master/drivers/acpi/
H A Dscan.c2293 ret = device_attach(&device->dev);
2618 return device_attach(&device->dev);
2631 if (device_attach(&adev->dev) >= 0)
2645 if (device_attach(&adev->dev) < 0)
H A Dacpi_processor.c440 if (device_attach(dev) >= 0)
/linux-master/drivers/base/
H A Ddd.c1056 * device_attach - try to attach device to a driver.
1069 int device_attach(struct device *dev) function
1073 EXPORT_SYMBOL_GPL(device_attach); variable
H A Dbus.c757 ret = device_attach(dev);
770 * any by calling device_attach() for the unbound devices.
/linux-master/drivers/platform/chrome/
H A Dchromeos_laptop.c689 error = device_attach(dev);
692 "%s: device_attach() failed: %d\n",
/linux-master/drivers/bus/fsl-mc/
H A Ddprc-driver.c156 error = device_attach(&mc_dev->dev);
159 "device_attach() failed: %d\n",
/linux-master/drivers/input/gameport/
H A Dgameport.c241 error = device_attach(&gameport->dev);
244 "device_attach() failed for %s (%s), error: %d\n",
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usb3.c2501 if (device_attach(host) < 0)
2502 dev_err(dev, "device_attach(host) failed\n");
2505 /* Must set the mode before device_attach of the host */
2507 /* This device_attach() might sleep */
2508 if (device_attach(host) < 0)
2509 dev_err(dev, "device_attach(host) failed\n");
2528 /* Must set the mode before device_attach of the host */
2530 /* This device_attach() might sleep */
2531 if (device_attach(host) < 0)
2532 dev_err(dev, "device_attach(hos
[all...]
/linux-master/drivers/cxl/
H A Dpci.c945 if (device_attach(dev) <= 0)
/linux-master/drivers/input/serio/
H A Dserio.c117 error = device_attach(&serio->dev);
120 "device_attach() failed for %s (%s), error: %d\n",
/linux-master/drivers/usb/core/
H A Ddriver.c1171 rc = device_attach(&intf->dev);

Completed in 313 milliseconds

12