/openbmc/linux/drivers/virtio/ |
H A D | virtio_dma_buf.c | 48 if (ops->device_attach) { in virtio_dma_buf_attach() 49 ret = ops->device_attach(dma_buf, attach); in virtio_dma_buf_attach()
|
/openbmc/linux/drivers/mfd/ |
H A D | cs42l43-sdw.c | 102 complete(&cs42l43->device_attach); in cs42l43_sdw_update_status() 109 reinit_completion(&cs42l43->device_attach); in cs42l43_sdw_update_status()
|
H A D | cs42l43.c | 561 time = wait_for_completion_timeout(&cs42l43->device_attach, timeout); in cs42l43_wait_for_attach() 1017 init_completion(&cs42l43->device_attach); in cs42l43_dev_probe()
|
/openbmc/linux/include/linux/ |
H A D | virtio_dma_buf.h | 24 int (*device_attach)(struct dma_buf *dma_buf, member
|
H A D | device.h | 1170 int __must_check device_attach(struct device *dev);
|
/openbmc/linux/include/linux/mfd/ |
H A D | cs42l43.h | 88 struct completion device_attach; member
|
/openbmc/linux/drivers/hsi/clients/ |
H A D | nokia-modem.c | 188 err = device_attach(&modem->ssi_protocol->device); in nokia_modem_probe() 211 err = device_attach(&modem->cmt_speech->device); in nokia_modem_probe()
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_prime.c | 86 .device_attach = drm_gem_map_attach,
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_bind.c | 204 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | stub_main.c | 206 ret = device_attach(&busid_priv->udev->dev); in do_rebind()
|
/openbmc/linux/drivers/base/ |
H A D | dd.c | 1071 int device_attach(struct device *dev) in device_attach() function 1075 EXPORT_SYMBOL_GPL(device_attach);
|
H A D | bus.c | 766 ret = device_attach(dev); in bus_rescan_devices_helper()
|
/openbmc/linux/drivers/mcb/ |
H A D | mcb-core.c | 393 retval = device_attach(dev); in __mcb_bus_add_devices()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-codec.c | 52 return device_attach(hda_codec_dev(codec)); in request_codec_module()
|
/openbmc/linux/drivers/pci/ |
H A D | bus.c | 352 retval = device_attach(&dev->dev); in pci_bus_add_device()
|
/openbmc/linux/drivers/acpi/ |
H A D | scan.c | 2224 ret = device_attach(&device->dev); in acpi_bus_attach() 2558 return device_attach(&device->dev); in acpi_bus_register_early_device() 2571 if (device_attach(&adev->dev) >= 0) in acpi_bus_scan_fixed() 2585 if (device_attach(&adev->dev) < 0) in acpi_bus_scan_fixed()
|
H A D | acpi_processor.c | 455 if (device_attach(dev) >= 0) in acpi_processor_add()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-platform.c | 174 if (device_attach(companion_dev) < 0) in quirk_poll_rebind_companion()
|
/openbmc/linux/drivers/bus/fsl-mc/ |
H A D | dprc-driver.c | 156 error = device_attach(&mc_dev->dev); in check_plugged_state_change()
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 689 error = device_attach(dev); in chromeos_laptop_scan_peripherals()
|
/openbmc/linux/drivers/input/gameport/ |
H A D | gameport.c | 241 error = device_attach(&gameport->dev); in gameport_find_driver()
|
/openbmc/linux/drivers/cxl/ |
H A D | pci.c | 938 if (device_attach(dev) <= 0) in cxl_slot_reset()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | renesas_usb3.c | 2501 if (device_attach(host) < 0) in handle_ext_role_switch_states() 2508 if (device_attach(host) < 0) in handle_ext_role_switch_states() 2531 if (device_attach(host) < 0) in handle_role_switch_states()
|
/openbmc/linux/drivers/input/serio/ |
H A D | serio.c | 117 error = device_attach(&serio->dev); in serio_find_driver()
|
/openbmc/linux/drivers/usb/core/ |
H A D | driver.c | 1165 rc = device_attach(&intf->dev); in usb_rebind_intf()
|