Home
last modified time | relevance | path

Searched refs:base_dev (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dnvmem-provider.h67 struct device *base_dev; member
/Linux-v4.19/drivers/nvmem/
Dcore.c40 struct device *base_dev; member
415 if (!config->base_dev) in nvmem_setup_compat()
428 nvmem->base_dev = config->base_dev; in nvmem_setup_compat()
430 rval = device_create_bin_file(nvmem->base_dev, &nvmem->eeprom); in nvmem_setup_compat()
550 device_remove_bin_file(nvmem->base_dev, &nvmem->eeprom); in nvmem_unregister()
/Linux-v4.19/drivers/misc/eeprom/
Dat25.c361 at25->nvmem_config.base_dev = &spi->dev; in at25_probe()
Deeprom_93xx46.c468 edev->nvmem_config.base_dev = &spi->dev; in eeprom_93xx46_probe()
Dat24.c726 nvmem_config.base_dev = dev; in at24_probe()
/Linux-v4.19/drivers/rtc/
Drtc-isl12026.c438 .base_dev = &client->dev, in isl12026_probe_new()