Home
last modified time | relevance | path

Searched refs:device_add_software_node (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/misc/eeprom/
H A Ddigsy_mtc_eeprom.c87 ret = device_add_software_node(&digsy_mtc_eeprom.dev, &digsy_mtc_spi_node); in digsy_mtc_eeprom_devices_init()
/linux/sound/pci/hda/
H A Dcirrus_scodec_test.c123 ret = device_add_software_node(&priv->gpio_pdev->dev, &cirrus_scodec_test_gpio_swnode); in cirrus_scodec_test_create_gpio()
179 return device_add_software_node(dev, node); in cirrus_scodec_test_set_spkid_swnode()
/linux/drivers/usb/dwc3/
H A Ddwc3-haps.c84 ret = device_add_software_node(&dwc->dwc3->dev, &dwc3_haps_swnode); in dwc3_haps_probe()
H A Ddwc3-imx8mp.c223 err = device_add_software_node(dev, &dwc3_imx8mp_swnode); in dwc3_imx8mp_probe()
H A Ddwc3-pci.c298 return device_add_software_node(&dwc->dwc3->dev, swnode); in dwc3_pci_quirks()
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_rt711.c40 ret = device_add_software_node(sdw_dev, to_software_node(fwnode)); in rt711_add_codec_device_props()
H A Dsoc_sdw_rt_sdca_jack_common.c41 ret = device_add_software_node(sdw_dev, to_software_node(fwnode)); in rt_sdca_jack_add_codec_device_props()
H A Dsoc_sdw_rt_amp.c129 ret = device_add_software_node(sdw_dev, to_software_node(fwnode)); in rt_amp_add_device_props()
/linux/Documentation/input/devices/
H A Drotary-encoder.rst129 device_add_software_node(&rotary_encoder_device.dev, &rotary_encoder_node);
/linux/drivers/mfd/
H A Dmfd-core.c225 ret = device_add_software_node(&pdev->dev, cell->swnode); in mfd_add_device()
/linux/sound/soc/intel/boards/
H A Dbytcht_es8316.c626 ret = device_add_software_node(codec_dev, to_software_node(fwnode)); in snd_byt_cht_es8316_mc_probe()
H A Dsof_es8336.c708 ret = device_add_software_node(codec_dev, to_software_node(fwnode)); in sof_es8336_probe()
H A Dbytcr_rt5651.c556 ret = device_add_software_node(i2c_dev, to_software_node(fwnode)); in byt_rt5651_add_codec_device_props()
/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c181 error = device_add_software_node(&client->dev, &acpi_dev->swnode); in chromeos_laptop_adjust_client()
/linux/drivers/tty/serial/8250/
H A D8250_exar.c1150 if (device_add_software_node(&pdev->dev, node) < 0 || in __xr17v35x_register_gpio()
/linux/drivers/i2c/
H A Di2c-core-base.c1010 status = device_add_software_node(&client->dev, info->swnode); in i2c_new_client_device()
/linux/drivers/spi/
H A Dspi.c839 status = device_add_software_node(&proxy->dev, chip->swnode); in spi_new_device()