/linux/drivers/mfd/ |
H A D | cs42l43-sdw.c | 106 complete(&cs42l43->device_attach); in cs42l43_sdw_update_status() 113 reinit_completion(&cs42l43->device_attach); in cs42l43_sdw_update_status()
|
H A D | cs42l43.c | 571 time = wait_for_completion_timeout(&cs42l43->device_attach, timeout); in cs42l43_wait_for_attach() 1056 init_completion(&cs42l43->device_attach); in cs42l43_dev_probe()
|
/linux/include/linux/ |
H A D | virtio_dma_buf.h | 18 * @device_attach: [optional] callback invoked by virtio_dma_buf_attach during 24 int (*device_attach)(struct dma_buf *dma_buf, member
|
/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()
|
/linux/sound/hda/common/ |
H A D | bind.c | 207 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
|
/linux/drivers/usb/usbip/ |
H A D | stub_main.c | 203 /* device_attach() callers should hold parent lock for USB */ in do_rebind() 206 ret = device_attach(&busid_priv->udev->dev); in do_rebind()
|
/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_prime.c | 87 .device_attach = drm_gem_map_attach,
|
/linux/drivers/mcb/ |
H A D | mcb-core.c | 394 retval = device_attach(dev); in __mcb_bus_add_devices()
|
/linux/sound/soc/sof/intel/ |
H A D | hda-codec.c | 52 return device_attach(hda_codec_dev(codec)); in request_codec_module()
|
/linux/drivers/base/ |
H A D | dd.c | 1059 * device_attach - try to attach device to a driver. 1072 int device_attach(struct device *dev) in device_attach() function 1076 EXPORT_SYMBOL_GPL(device_attach);
|
H A D | bus.c | 769 ret = device_attach(dev); in bus_rescan_devices_helper() 782 * any by calling device_attach() for the unbound devices.
|
/linux/drivers/acpi/ |
H A D | scan.c | 2311 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 D | acpi_processor.c | 460 if (device_attach(dev) >= 0) in acpi_processor_add()
|
/linux/drivers/usb/host/ |
H A D | ehci-platform.c | 174 if (device_attach(companion_dev) < 0) in quirk_poll_rebind_companion()
|
/linux/drivers/bus/fsl-mc/ |
H A D | dprc-driver.c | 156 error = device_attach(&mc_dev->dev); in check_plugged_state_change() 159 "device_attach() failed: %d\n", in check_plugged_state_change()
|
/linux/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 689 error = device_attach(dev); in chromeos_laptop_scan_peripherals() 692 "%s: device_attach() failed: %d\n", in chromeos_laptop_scan_peripherals()
|
/linux/drivers/input/gameport/ |
H A D | gameport.c | 242 error = device_attach(&gameport->dev); in gameport_find_driver() 245 "device_attach() failed for %s (%s), error: %d\n", in gameport_find_driver()
|
/linux/drivers/usb/gadget/udc/ |
H A D | renesas_usb3.c | 2500 if (device_attach(host) < 0) in handle_ext_role_switch_states() 2501 dev_err(dev, "device_attach(host) failed\n"); in handle_ext_role_switch_states() 2504 /* Must set the mode before device_attach of the host */ in handle_ext_role_switch_states() 2506 /* This device_attach() might sleep */ in handle_ext_role_switch_states() 2507 if (device_attach(host) < 0) in handle_ext_role_switch_states() 2508 dev_err(dev, "device_attach(host) failed\n"); in handle_ext_role_switch_states() 2527 /* Must set the mode before device_attach of the host */ in handle_role_switch_states() 2529 /* This device_attach() might sleep */ in handle_role_switch_states() 2530 if (device_attach(host) < 0) in handle_role_switch_states() 2531 dev_err(dev, "device_attach(hos in handle_role_switch_states() [all...] |
/linux/drivers/cxl/ |
H A D | pci.c | 1079 if (device_attach(dev) <= 0) in cxl_slot_reset()
|
/linux/drivers/usb/core/ |
H A D | driver.c | 1180 rc = device_attach(&intf->dev); in usb_rebind_intf()
|
H A D | devio.c | 2368 retval = device_attach(&intf->dev); in proc_ioctl()
|
/linux/sound/soc/samsung/ |
H A D | i2s.c | 1375 ret = device_attach(&pdev_sec->dev); in i2s_create_secondary_device() 1378 dev_info(&pdev_sec->dev, "device_attach() failed\n"); in i2s_create_secondary_device()
|
/linux/drivers/s390/cio/ |
H A D | device.c | 663 ret = device_attach(&cdev->dev); in ccw_device_do_unbind_bind()
|
/linux/drivers/cxl/core/ |
H A D | region.c | 3487 * If device_attach() fails the range may still be active via in cxl_add_to_region() 3491 if (device_attach(&cxlr->dev) < 0) in cxl_add_to_region()
|