Home
last modified time | relevance | path

Searched defs:hbdev (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/mtd/hyperbus/
Dhyperbus-core.c23 struct hyperbus_device *hbdev = map_to_hbdev(map); in hyperbus_read16() local
35 struct hyperbus_device *hbdev = map_to_hbdev(map); in hyperbus_write16() local
44 struct hyperbus_device *hbdev = map_to_hbdev(map); in hyperbus_copy_from() local
53 struct hyperbus_device *hbdev = map_to_hbdev(map); in hyperbus_copy_to() local
59 int hyperbus_register_device(struct hyperbus_device *hbdev) in hyperbus_register_device()
138 int hyperbus_unregister_device(struct hyperbus_device *hbdev) in hyperbus_unregister_device()
Dhbmc-am654.c22 struct hyperbus_device hbdev; member
26 static int am654_hbmc_calibrate(struct hyperbus_device *hbdev) in am654_hbmc_calibrate()