Home
last modified time | relevance | path

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

/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()
H A Dcs42l43.c571 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 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
/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.c203 /* 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 Dvirtgpu_prime.c87 .device_attach = drm_gem_map_attach,
/linux/drivers/mcb/
H A Dmcb-core.c394 retval = device_attach(dev); in __mcb_bus_add_devices()
/linux/sound/soc/sof/intel/
H A Dhda-codec.c52 return device_attach(hda_codec_dev(codec)); in request_codec_module()
/linux/drivers/base/
H A Ddd.c1059 * 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 Dbus.c769 ret = device_attach(dev); in bus_rescan_devices_helper()
782 * any by calling device_attach() for the unbound 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()
159 "device_attach() failed: %d\n", in check_plugged_state_change()
/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c689 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 Dgameport.c242 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 Drenesas_usb3.c2500 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 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()
H A Ddevio.c2368 retval = device_attach(&intf->dev); in proc_ioctl()
/linux/sound/soc/samsung/
H A Di2s.c1375 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 Ddevice.c663 ret = device_attach(&cdev->dev); in ccw_device_do_unbind_bind()
/linux/drivers/cxl/core/
H A Dregion.c3487 * 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()