| /linux/drivers/virtio/ |
| H A D | virtio_dma_buf.c | 50 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 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()
|
| /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 | 1260 int __must_check device_attach(struct device *dev);
|
| /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/include/linux/mfd/ |
| H A D | cs42l43.h | 89 struct completion device_attach; member
|
| /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 | 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/base/ |
| H A D | dd.c | 1129 * device_attach - try to attach device to a driver. 1142 int device_attach(struct device *dev) in device_initial_probe() 1146 EXPORT_SYMBOL_GPL(device_attach); in device_initial_probe() 1134 int device_attach(struct device *dev) device_attach() function
|
| H A D | bus.c | 847 ret = device_attach(dev); in bus_rescan_devices_helper()
|
| /linux/drivers/mcb/ |
| H A D | mcb-core.c | 395 retval = device_attach(dev); in __mcb_bus_add_devices()
|
| /linux/drivers/usb/host/ |
| H A D | ehci-platform.c | 174 if (device_attach(companion_dev) < 0) in quirk_poll_rebind_companion()
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_laptop.c | 689 error = device_attach(dev); in chromeos_laptop_scan_peripherals()
|
| /linux/drivers/acpi/ |
| H A D | acpi_processor.c | 458 if (device_attach(dev) >= 0) in acpi_processor_add()
|
| H A D | scan.c | 2382 ret = device_attach(&device->dev); in acpi_bus_attach()
|
| /linux/drivers/input/gameport/ |
| H A D | gameport.c | 243 error = device_attach(&gameport->dev); in gameport_find_driver()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | renesas_usb3.c | 2505 if (device_attach(host) < 0) in handle_ext_role_switch_states() 2506 dev_err(dev, "device_attach(host) failed\n"); in handle_ext_role_switch_states() 2509 /* Must set the mode before device_attach of the host */ in handle_ext_role_switch_states() 2511 /* This device_attach() might sleep */ in handle_ext_role_switch_states() 2512 if (device_attach(host) < 0) in handle_ext_role_switch_states() 2513 dev_err(dev, "device_attach(host) failed\n"); in handle_ext_role_switch_states() 2532 /* Must set the mode before device_attach of the host */ in handle_role_switch_states() 2534 /* This device_attach() might sleep */ 2535 if (device_attach(host) < 0) in renesas_usb3_role_switch_set() 2536 dev_err(dev, "device_attach(hos in renesas_usb3_role_switch_set() [all...] |
| /linux/drivers/input/serio/ |
| H A D | serio.c | 112 error = device_attach(&serio->dev); in serio_find_driver()
|
| /linux/drivers/usb/core/ |
| H A D | driver.c | 1180 rc = device_attach(&intf->dev); in usb_rebind_intf()
|
| H A D | devio.c | 2367 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()
|
| /linux/drivers/s390/cio/ |
| H A D | device.c | 662 ret = device_attach(&cdev->dev); in ccw_device_do_unbind_bind()
|
| /linux/drivers/cxl/core/ |
| H A D | port.c | 2276 int rc = device_attach(dev); in cxl_rescan_attach()
|
| H A D | region.c | 3799 * If device_attach() fails the range may still be active via in cxl_extended_linear_cache_resize() 3803 if (device_attach(&cxlr->dev) < 0) in cxl_extended_linear_cache_resize()
|