/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-siox | 14 What: /sys/bus/siox/devices/siox-X/device_add 56 Read-only value reporting the inbytes value provided to siox-X/device_add 69 Read-only value reporting the type value provided to siox-X/device_add. 90 Read-only value reporting the outbytes value provided to siox-X/device_add.
|
/linux/drivers/tty/serial/ |
H A D | serial_base_bus.c | 129 err = device_add(&ctrl_dev->dev); in serial_base_ctrl_add() 183 err = device_add(&port_dev->dev); in serial_base_port_add()
|
/linux/drivers/cxl/core/ |
H A D | pmem.c | 144 rc = device_add(dev); in devm_cxl_add_nvdimm_bridge() 269 rc = device_add(dev); in devm_cxl_add_nvdimm()
|
H A D | pmu.c | 58 rc = device_add(dev); in devm_cxl_pmu_add()
|
/linux/drivers/vfio/ |
H A D | vfio.h | 364 return device_add(&device->device); in vfio_device_add() 390 return device_add(&device->device); in vfio_device_add()
|
/linux/net/bluetooth/ |
H A D | hci_sysfs.c | 48 if (device_add(&conn->dev) < 0) in hci_conn_add_sysfs() 59 /* If device_add() has *not* succeeded, use *only* put_device() in hci_conn_del_sysfs()
|
/linux/drivers/usb/typec/ |
H A D | retimer.c | 128 ret = device_add(&retimer->dev); in typec_retimer_register()
|
H A D | mux.c | 192 ret = device_add(&sw_dev->dev); in typec_switch_register() 436 ret = device_add(&mux_dev->dev); in typec_mux_register()
|
/linux/drivers/mcb/ |
H A D | mcb-core.c | 239 ret = device_add(&dev->dev); in mcb_device_register() 296 rc = device_add(&bus->dev); in mcb_alloc_bus()
|
/linux/drivers/input/rmi4/ |
H A D | rmi_bus.c | 97 error = device_add(&rmi_dev->dev); in rmi_register_transport_device() 253 error = device_add(&fn->dev); in rmi_register_function()
|
/linux/drivers/base/ |
H A D | faux.c | 159 ret = device_add(dev); in faux_device_create_with_groups() 161 pr_err("%s: device_add for faux device '%s' failed with %d\n", in faux_device_create_with_groups()
|
/linux/drivers/base/firmware_loader/ |
H A D | fallback.c | 86 retval = device_add(f_dev); in fw_load_sysfs_fallback()
|
/linux/drivers/ata/ |
H A D | libata-transport.c | 297 error = device_add(dev); in ata_tport_add() 585 error = device_add(dev); in ata_tdev_add() 706 error = device_add(dev); in ata_tlink_add()
|
/linux/drivers/nvmem/ |
H A D | layouts.c | 106 ret = device_add(dev); in nvmem_layout_create_device()
|
/linux/drivers/gpu/host1x/ |
H A D | context.c | 64 err = device_add(&ctx->dev); in host1x_memory_context_list_init()
|
/linux/drivers/mfd/ |
H A D | mcp-core.c | 191 return device_add(&mcp->attached_device); in mcp_host_add()
|
/linux/drivers/iio/dummy/ |
H A D | iio_dummy_evgen.c | 205 ret = device_add(&iio_evgen_dev); in iio_dummy_evgen_init()
|
/linux/drivers/iio/trigger/ |
H A D | iio-trig-sysfs.c | 209 ret = device_add(&iio_sysfs_trig_dev); in iio_sysfs_trig_init()
|
/linux/drivers/remoteproc/ |
H A D | qcom_wcnss_iris.c | 141 ret = device_add(&iris->dev); in qcom_iris_probe()
|
/linux/sound/core/ |
H A D | control_led.c | 667 if (device_add(&led_card->dev)) in snd_ctl_led_sysfs_add() 732 if (device_add(&snd_ctl_led_dev)) { in snd_ctl_led_init() 744 if (device_add(&led->dev)) { in snd_ctl_led_init()
|
H A D | seq_device.c | 170 err = device_add(&dev->dev); in snd_seq_device_dev_register()
|
/linux/drivers/base/power/ |
H A D | wakeup_stats.c | 163 retval = device_add(dev); in wakeup_source_device_create()
|
/linux/drivers/scsi/ |
H A D | hosts.c | 271 error = device_add(&shost->shost_gendev); in scsi_add_host_with_dma() 281 error = device_add(&shost->shost_dev); in scsi_add_host_with_dma()
|
/linux/drivers/greybus/ |
H A D | bundle.c | 228 ret = device_add(&bundle->dev); in gb_bundle_add()
|
H A D | hd.c | 204 ret = device_add(&hd->dev); in gb_hd_add()
|