Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvmem/
H A Dcore.c434 static struct bus_type nvmem_bus_type = { variable
911 nvmem->dev.bus = &nvmem_bus_type; in nvmem_register()
1111 dev = bus_find_device(&nvmem_bus_type, NULL, data, match); in __nvmem_device_get()
2136 return bus_register(&nvmem_bus_type); in nvmem_init()
2141 bus_unregister(&nvmem_bus_type); in nvmem_exit()