Home
last modified time | relevance | path

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

/linux/drivers/virtio/
H A Dvirtio_dma_buf.c50 if (ops->device_attach) { in virtio_dma_buf_attach()
51 ret = ops->device_attach(dma_buf, attach); in virtio_dma_buf_attach()
/linux/drivers/mfd/
H A Dcs42l43-sdw.c106 complete(&cs42l43->device_attach); in cs42l43_sdw_update_status()
113 reinit_completion(&cs42l43->device_attach); in cs42l43_sdw_update_status()
/linux/include/linux/
H A Dvirtio_dma_buf.h24 int (*device_attach)(struct dma_buf *dma_buf, member
H A Ddevice.h1130 int __must_check device_attach(struct device *dev);
/linux/include/linux/mfd/
H A Dcs42l43.h89 struct completion device_attach; member
/linux/drivers/hsi/clients/
H A Dnokia-modem.c188 err = device_attach(&modem->ssi_protocol->device); in nokia_modem_probe()
211 err = device_attach(&modem->cmt_speech->device); in nokia_modem_probe()
/linux/sound/hda/common/
H A Dbind.c207 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
/linux/drivers/usb/usbip/
H A Dstub_main.c206 ret = device_attach(&busid_priv->udev->dev); in do_rebind()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c87 .device_attach = drm_gem_map_attach,
/linux/drivers/base/
H A Ddd.c1072 int device_attach(struct device *dev) in device_attach() function
1076 EXPORT_SYMBOL_GPL(device_attach);
H A Dbus.c769 ret = device_attach(dev); in bus_rescan_devices_helper()
/linux/sound/soc/sof/intel/
H A Dhda-codec.c52 return device_attach(hda_codec_dev(codec)); in request_codec_module()
/linux/drivers/mcb/
H A Dmcb-core.c394 retval = device_attach(dev); in __mcb_bus_add_devices()
/linux/drivers/acpi/
H A Dscan.c2311 ret = device_attach(&device->dev); in acpi_bus_attach()
2638 return device_attach(&device->dev); in acpi_bus_register_early_device()
2651 if (device_attach(&adev->dev) >= 0) in acpi_bus_scan_fixed()
2665 if (device_attach(&adev->dev) < 0) in acpi_bus_scan_fixed()
H A Dacpi_processor.c460 if (device_attach(dev) >= 0) in acpi_processor_add()
/linux/drivers/usb/host/
H A Dehci-platform.c174 if (device_attach(companion_dev) < 0) in quirk_poll_rebind_companion()
/linux/drivers/bus/fsl-mc/
H A Ddprc-driver.c156 error = device_attach(&mc_dev->dev); in check_plugged_state_change()
/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c689 error = device_attach(dev); in chromeos_laptop_scan_peripherals()
/linux/drivers/input/gameport/
H A Dgameport.c242 error = device_attach(&gameport->dev); in gameport_find_driver()
/linux/drivers/usb/gadget/udc/
H A Drenesas_usb3.c2500 if (device_attach(host) < 0) in handle_ext_role_switch_states()
2507 if (device_attach(host) < 0) in handle_ext_role_switch_states()
2530 if (device_attach(host) < 0) in handle_role_switch_states()
/linux/drivers/input/serio/
H A Dserio.c111 error = device_attach(&serio->dev); in serio_find_driver()
/linux/drivers/cxl/
H A Dpci.c1079 if (device_attach(dev) <= 0) in cxl_slot_reset()
/linux/drivers/usb/core/
H A Ddriver.c1180 rc = device_attach(&intf->dev); in usb_rebind_intf()
/linux/drivers/cxl/core/
H A Dport.c2082 int rc = device_attach(dev); in cxl_rescan_attach()
H A Dregion.c3491 if (device_attach(&cxlr->dev) < 0) in cxl_add_to_region()