Home
last modified time | relevance | path

Searched refs:device_attach (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_dma_buf.c51 if (ops->device_attach) { in virtio_dma_buf_attach()
52 ret = ops->device_attach(dma_buf, attach); in virtio_dma_buf_attach()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvirtio_dma_buf.h24 int (*device_attach)(struct dma_buf *dma_buf, member
H A Ddevice.h861 int __must_check device_attach(struct device *dev);
/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A Dnokia-modem.c190 err = device_attach(&modem->ssi_protocol->device); in nokia_modem_probe()
213 err = device_attach(&modem->cmt_speech->device); in nokia_modem_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c58 .device_attach = drm_gem_map_attach,
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-codec.c50 return device_attach(hda_codec_dev(codec)); in request_codec_module()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_bind.c199 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddd.c968 int device_attach(struct device *dev) in device_attach() function
972 EXPORT_SYMBOL_GPL(device_attach);
H A Dbus.c696 ret = device_attach(dev); in bus_rescan_devices_helper()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dbus.c324 retval = device_attach(&dev->dev); in pci_bus_add_device()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dstub_main.c210 ret = device_attach(&busid_priv->udev->dev); in do_rebind()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dscan.c2046 ret = device_attach(&device->dev); in acpi_bus_attach()
2160 return device_attach(&device->dev); in acpi_bus_register_early_device()
2181 result = device_attach(&device->dev); in acpi_bus_scan_fixed()
2198 result = device_attach(&device->dev); in acpi_bus_scan_fixed()
H A Dacpi_processor.c427 if (device_attach(dev) >= 0) in acpi_processor_add()
/OK3568_Linux_fs/kernel/drivers/mcb/
H A Dmcb-core.c396 retval = device_attach(dev); in __mcb_bus_add_devices()
/OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/
H A Ddprc-driver.c151 error = device_attach(&mc_dev->dev); in check_plugged_state_change()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-platform.c209 if (device_attach(companion_dev) < 0) in quirk_poll_rebind_companion()
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dchromeos_laptop.c667 error = device_attach(dev); in chromeos_laptop_scan_peripherals()
/OK3568_Linux_fs/kernel/drivers/input/gameport/
H A Dgameport.c242 error = device_attach(&gameport->dev); in gameport_find_driver()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Drenesas_usb3.c2409 if (device_attach(host) < 0) in handle_ext_role_switch_states()
2416 if (device_attach(host) < 0) in handle_ext_role_switch_states()
2439 if (device_attach(host) < 0) in handle_role_switch_states()
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dserio.c120 error = device_attach(&serio->dev); in serio_find_driver()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_virtual_device1012 device_attach
H A Dabi_gki_aarch64_galaxy1168 device_attach
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddriver.c1169 rc = device_attach(&intf->dev); in usb_rebind_intf()
/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Di2s.c1361 ret = device_attach(&pdev_sec->dev); in i2s_create_secondary_device()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Ddevice.c680 ret = device_attach(&cdev->dev); in ccw_device_do_unbind_bind()

12