Home
last modified time | relevance | path

Searched refs:nvmem_bus_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvmem/
H A Dcore.c335 static struct bus_type nvmem_bus_type = { variable
631 nvmem->dev.bus = &nvmem_bus_type; in nvmem_register()
820 dev = bus_find_device(&nvmem_bus_type, NULL, data, match); in __nvmem_device_get()
1663 return bus_register(&nvmem_bus_type); in nvmem_init()
1668 bus_unregister(&nvmem_bus_type); in nvmem_exit()
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dcore.c435 static struct bus_type nvmem_bus_type = { variable
912 nvmem->dev.bus = &nvmem_bus_type; in nvmem_register()
1110 dev = bus_find_device(&nvmem_bus_type, NULL, data, match); in __nvmem_device_get()
2135 return bus_register(&nvmem_bus_type); in nvmem_init()
2140 bus_unregister(&nvmem_bus_type); in nvmem_exit()

Completed in 9 milliseconds